Home
last modified time | relevance | path

Searched refs:RAID5_STRIPE_SHIFT (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.10/drivers/md/
Draid5.h696 #define RAID5_STRIPE_SHIFT(conf) STRIPE_SHIFT macro
700 #define RAID5_STRIPE_SHIFT(conf) ((conf)->stripe_shift) macro
Draid5-cache.c365 conf->chunk_sectors >> RAID5_STRIPE_SHIFT(conf))) in r5c_check_cached_full_stripe()
Draid5.c72 int hash = (sect >> RAID5_STRIPE_SHIFT(conf)) & HASH_MASK; in stripe_hash()
78 return (sect >> RAID5_STRIPE_SHIFT(conf)) & STRIPE_HASH_LOCKS_MASK; in stripe_hash_locks_hash()