Searched refs:raid5_get_active_stripe (Results 1 – 3 of 3) sorted by relevance
| /Linux-v6.6/drivers/md/ |
| D | raid5.h | 820 struct stripe_head *raid5_get_active_stripe(struct r5conf *conf,
|
| D | raid5.c | 803 struct stripe_head *raid5_get_active_stripe(struct r5conf *conf, in raid5_get_active_stripe() function 4640 sh2 = raid5_get_active_stripe(conf, NULL, s, in handle_stripe_expansion() 5278 = raid5_get_active_stripe(conf, NULL, sh->sector, in handle_stripe() 5816 sh = raid5_get_active_stripe(conf, NULL, logical_sector, 0); in make_discard_request() 6023 sh = raid5_get_active_stripe(conf, ctx, new_sector, flags); in make_stripe_request() 6424 sh = raid5_get_active_stripe(conf, NULL, stripe_addr+i, in reshape_request() 6474 sh = raid5_get_active_stripe(conf, NULL, first_sector, in reshape_request() 6595 sh = raid5_get_active_stripe(conf, NULL, sector_nr, in raid5_sync_request() 6598 sh = raid5_get_active_stripe(conf, NULL, sector_nr, 0); in raid5_sync_request() 6661 sh = raid5_get_active_stripe(conf, NULL, sector, in retry_aligned_read()
|
| D | raid5-cache.c | 1927 sh = raid5_get_active_stripe(conf, NULL, stripe_sect, in r5c_recovery_alloc_stripe()
|