Searched refs:raid5_get_active_stripe (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/md/
H A Draid5.h820 struct stripe_head *raid5_get_active_stripe(struct r5conf *conf,
H A Draid5.c340 * We don't hold any lock here yet, raid5_get_active_stripe() might
804 struct stripe_head *raid5_get_active_stripe(struct r5conf *conf, function
4594 sh2 = raid5_get_active_stripe(conf, NULL, s,
5227 = raid5_get_active_stripe(conf, NULL, sh->sector,
5756 sh = raid5_get_active_stripe(conf, NULL, logical_sector, 0);
5950 sh = raid5_get_active_stripe(conf, ctx, new_sector, flags);
6353 sh = raid5_get_active_stripe(conf, NULL, stripe_addr+i,
6403 sh = raid5_get_active_stripe(conf, NULL, first_sector,
6524 sh = raid5_get_active_stripe(conf, NULL, sector_nr,
6527 sh = raid5_get_active_stripe(con
[all...]
H A Draid5-cache.c1923 sh = raid5_get_active_stripe(conf, NULL, stripe_sect,
2136 * cannot get stripe from raid5_get_active_stripe

Completed in 198 milliseconds