Searched refs:head_sector (Results 1 - 1 of 1) sorted by path

/linux-master/drivers/md/
H A Draid5.c919 sector_t head_sector, tmp_sec; local
927 head_sector = sh->sector - RAID5_STRIPE_SECTORS(conf);
929 if (last_sh && head_sector == last_sh->sector) {
933 hash = stripe_hash_locks_hash(conf, head_sector);
935 head = find_get_stripe(conf, head_sector, conf->generation,

Completed in 229 milliseconds