Searched refs:raid5_get_active_stripe (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/md/ |
| H A D | raid5.h | 818 struct stripe_head *raid5_get_active_stripe(struct r5conf *conf,
|
| H A D | raid5.c | 807 struct stripe_head *raid5_get_active_stripe(struct r5conf *conf, in raid5_get_active_stripe() function 3799 sh2 = raid5_get_active_stripe(conf, NULL, sec, in handle_failed_reshape() 4644 sh2 = raid5_get_active_stripe(conf, NULL, s, in handle_stripe_expansion() 5290 = raid5_get_active_stripe(conf, NULL, sh->sector, in handle_stripe() 5835 sh = raid5_get_active_stripe(conf, NULL, logical_sector, 0); in make_discard_request() 6110 sh = raid5_get_active_stripe(conf, ctx, new_sector, flags); in make_stripe_request() 6555 sh = raid5_get_active_stripe(conf, NULL, stripe_addr+i, in reshape_request() 6605 sh = raid5_get_active_stripe(conf, NULL, first_sector, in reshape_request() 6734 sh = raid5_get_active_stripe(conf, NULL, sector_nr, in raid5_sync_request() 6737 sh = raid5_get_active_stripe(conf, NULL, sector_nr, 0); in raid5_sync_request() [all …]
|