Home
last modified time | relevance | path

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

/openbmc/linux/drivers/md/
H A Draid5.h816 struct stripe_head *raid5_get_active_stripe(struct r5conf *conf,
H A Draid5.c802 struct stripe_head *raid5_get_active_stripe(struct r5conf *conf, in raid5_get_active_stripe() function
4599 sh2 = raid5_get_active_stripe(conf, NULL, s, in handle_stripe_expansion()
5235 = raid5_get_active_stripe(conf, NULL, sh->sector, in handle_stripe()
5773 sh = raid5_get_active_stripe(conf, NULL, logical_sector, 0); in make_discard_request()
6040 sh = raid5_get_active_stripe(conf, ctx, new_sector, flags); in make_stripe_request()
6446 sh = raid5_get_active_stripe(conf, NULL, stripe_addr+i, in reshape_request()
6496 sh = raid5_get_active_stripe(conf, NULL, first_sector, in reshape_request()
6617 sh = raid5_get_active_stripe(conf, NULL, sector_nr, in raid5_sync_request()
6620 sh = raid5_get_active_stripe(conf, NULL, sector_nr, 0); in raid5_sync_request()
6683 sh = raid5_get_active_stripe(conf, NULL, sector, in retry_aligned_read()
H A Draid5-cache.c1926 sh = raid5_get_active_stripe(conf, NULL, stripe_sect, in r5c_recovery_alloc_stripe()