Searched refs:raid5_get_active_stripe (Results 1 – 3 of 3) sorted by relevance
/linux-6.1.9/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 4633 sh2 = raid5_get_active_stripe(conf, NULL, s, in handle_stripe_expansion() 5271 = raid5_get_active_stripe(conf, NULL, sh->sector, in handle_stripe() 5822 sh = raid5_get_active_stripe(conf, NULL, logical_sector, 0); in make_discard_request() 6015 sh = raid5_get_active_stripe(conf, ctx, new_sector, flags); in make_stripe_request() 6364 sh = raid5_get_active_stripe(conf, NULL, stripe_addr+i, in reshape_request() 6414 sh = raid5_get_active_stripe(conf, NULL, first_sector, in reshape_request() 6535 sh = raid5_get_active_stripe(conf, NULL, sector_nr, in raid5_sync_request() 6538 sh = raid5_get_active_stripe(conf, NULL, sector_nr, 0); in raid5_sync_request() 6601 sh = raid5_get_active_stripe(conf, NULL, sector, in retry_aligned_read()
|
D | raid5-cache.c | 1926 sh = raid5_get_active_stripe(conf, NULL, stripe_sect, in r5c_recovery_alloc_stripe()
|