Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/drivers/md/
H A Draid5.c918 sector_t head_sector, tmp_sec; in stripe_add_to_batch_list() local
926 head_sector = sh->sector - RAID5_STRIPE_SECTORS(conf); in stripe_add_to_batch_list()
928 if (last_sh && head_sector == last_sh->sector) { in stripe_add_to_batch_list()
932 hash = stripe_hash_locks_hash(conf, head_sector); in stripe_add_to_batch_list()
934 head = find_get_stripe(conf, head_sector, conf->generation, in stripe_add_to_batch_list()
/kernel/linux/linux-5.10/drivers/md/
H A Draid5.c819 sector_t head_sector, tmp_sec; in stripe_add_to_batch_list() local
828 head_sector = sh->sector - RAID5_STRIPE_SECTORS(conf); in stripe_add_to_batch_list()
830 hash = stripe_hash_locks_hash(conf, head_sector); in stripe_add_to_batch_list()
832 head = __find_stripe(conf, head_sector, conf->generation); in stripe_add_to_batch_list()

Completed in 28 milliseconds