Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/md/
H A Draid5.h809 raid5_get_active_stripe(struct r5conf *conf, sector_t sector,
H A Draid5.c704 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(conf, sector_nr, 0, 0, 0); in raid5_sync_request()
6336 sh = raid5_get_active_stripe(conf, sector, 0, 1, 1); in retry_aligned_read()
H A Draid5-cache.c1934 sh = raid5_get_active_stripe(conf, stripe_sect, 0, noblock, 0); in r5c_recovery_alloc_stripe()