Searched refs:raid5_get_active_stripe (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/drivers/md/ |
H A D | raid5.h | 816 struct stripe_head *raid5_get_active_stripe(struct r5conf *conf,
|
H A D | raid5.c | 802 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 D | raid5-cache.c | 1926 sh = raid5_get_active_stripe(conf, NULL, stripe_sect, in r5c_recovery_alloc_stripe()
|