Searched refs:get_active_stripe (Results 1 - 2 of 2) sorted by relevance

/linux-4.1.27/drivers/md/
H A Draid5.h109 * activate an unhashed/inactive stripe (get_active_stripe())
111 * activate a hashed, possibly active stripe (get_active_stripe())
H A Draid5.c359 * We don't hold any lock here yet, get_active_stripe() might release_inactive_stripe_list()
659 get_active_stripe(struct r5conf *conf, sector_t sector, get_active_stripe() function
3952 sh2 = get_active_stripe(conf, s, 0, 1, 1); handle_stripe_expansion()
4514 = get_active_stripe(conf, sh->sector, 1, 1, 1); handle_stripe()
5088 sh = get_active_stripe(conf, logical_sector, 0, 0, 0); make_discard_request()
5233 sh = get_active_stripe(conf, new_sector, previous, make_request()
5472 sh = get_active_stripe(conf, stripe_addr+i, 0, 0, 1); reshape_request()
5521 sh = get_active_stripe(conf, first_sector, 1, 0, 1); reshape_request()
5628 sh = get_active_stripe(conf, sector_nr, 0, 1, 0); sync_request()
5630 sh = get_active_stripe(conf, sector_nr, 0, 0, 0); sync_request()
5693 sh = get_active_stripe(conf, sector, 0, 1, 1); retry_aligned_read()

Completed in 98 milliseconds