Home
last modified time | relevance | path

Searched refs:raid5_get_active_stripe (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/md/
H A Draid5.c807 struct stripe_head *raid5_get_active_stripe(struct r5conf *conf, in raid5_get_active_stripe() function
4557 sh2 = raid5_get_active_stripe(conf, NULL, s, in handle_stripe_expansion()
5195 = raid5_get_active_stripe(conf, NULL, sh->sector, in handle_stripe()
5723 sh = raid5_get_active_stripe(conf, NULL, logical_sector, 0); in make_discard_request()
5979 sh = raid5_get_active_stripe(conf, ctx, new_sector, flags); in make_stripe_request()
6399 sh = raid5_get_active_stripe(conf, NULL, stripe_addr+i, in reshape_request()
6449 sh = raid5_get_active_stripe(conf, NULL, first_sector, in reshape_request()
6571 sh = raid5_get_active_stripe(conf, NULL, sector_nr, in raid5_sync_request()
6574 sh = raid5_get_active_stripe(conf, NULL, sector_nr, 0); in raid5_sync_request()
6634 sh = raid5_get_active_stripe(conf, NULL, sector, in retry_aligned_read()
H A Draid5-cache.c1918 sh = raid5_get_active_stripe(conf, NULL, stripe_sect, in r5c_recovery_alloc_stripe()