Searched refs:raid5_get_active_stripe (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/drivers/md/ |
D | raid5.h | 627 raid5_get_active_stripe(struct r5conf *conf, sector_t sector,
|
D | raid5.c | 657 raid5_get_active_stripe(struct r5conf *conf, sector_t sector, in raid5_get_active_stripe() function 3958 sh2 = raid5_get_active_stripe(conf, s, 0, 1, 1); in handle_stripe_expansion() 4526 = raid5_get_active_stripe(conf, sh->sector, 1, 1, 1); in handle_stripe() 5083 sh = raid5_get_active_stripe(conf, logical_sector, 0, 0, 0); in make_discard_request() 5237 sh = raid5_get_active_stripe(conf, new_sector, previous, in make_request() 5485 sh = raid5_get_active_stripe(conf, stripe_addr+i, 0, 0, 1); in reshape_request() 5534 sh = raid5_get_active_stripe(conf, first_sector, 1, 0, 1); in reshape_request() 5644 sh = raid5_get_active_stripe(conf, sector_nr, 0, 1, 0); in sync_request() 5646 sh = raid5_get_active_stripe(conf, sector_nr, 0, 0, 0); in sync_request() 5709 sh = raid5_get_active_stripe(conf, sector, 0, 1, 1); in retry_aligned_read()
|
D | raid5-cache.c | 864 sh = raid5_get_active_stripe(conf, stripe_sect, 0, 0, 0); in r5l_recovery_flush_one_stripe()
|