Searched refs:raid5_get_active_stripe (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/md/ |
H A D | raid5.h | 809 raid5_get_active_stripe(struct r5conf *conf, sector_t sector,
|
H A D | raid5.c | 328 * We don't hold any lock here yet, raid5_get_active_stripe() might in release_inactive_stripe_list() 703 raid5_get_active_stripe(struct r5conf *conf, sector_t sector, in raid5_get_active_stripe() function 4528 sh2 = raid5_get_active_stripe(conf, s, 0, 1, 1); in handle_stripe_expansion() 5165 = raid5_get_active_stripe(conf, sh->sector, 1, 1, 1); in handle_stripe() 5707 sh = raid5_get_active_stripe(conf, logical_sector, 0, 0, 0); in make_discard_request() 5863 sh = raid5_get_active_stripe(conf, new_sector, previous, in raid5_make_request() 6102 sh = raid5_get_active_stripe(conf, stripe_addr+i, 0, 0, 1); in reshape_request() 6151 sh = raid5_get_active_stripe(conf, first_sector, 1, 0, 1); in reshape_request() 6271 sh = raid5_get_active_stripe(conf, sector_nr, 0, 1, 0); in raid5_sync_request() 6273 sh = raid5_get_active_stripe(con in raid5_sync_request() [all...] |
H A D | raid5-cache.c | 1934 sh = raid5_get_active_stripe(conf, stripe_sect, 0, noblock, 0); in r5c_recovery_alloc_stripe() 2146 * cannot get stripe from raid5_get_active_stripe in r5c_recovery_analyze_meta_block()
|
/kernel/linux/linux-6.6/drivers/md/ |
H A D | raid5.h | 820 struct stripe_head *raid5_get_active_stripe(struct r5conf *conf,
|
H A D | raid5.c | 338 * We don't hold any lock here yet, raid5_get_active_stripe() might in release_inactive_stripe_list() 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(con in raid5_sync_request() [all...] |
H A D | raid5-cache.c | 1927 sh = raid5_get_active_stripe(conf, NULL, stripe_sect, in r5c_recovery_alloc_stripe() 2140 * cannot get stripe from raid5_get_active_stripe in r5c_recovery_analyze_meta_block()
|
Completed in 28 milliseconds