Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/md/
Draid5.h621 extern sector_t raid5_compute_blocknr(struct stripe_head *sh, int i, int previous);
Draid5-cache.c395 raid5_compute_blocknr(sh, i, 0), in r5l_log_stripe()
Draid5.c2501 dev->sector = raid5_compute_blocknr(sh, i, previous); in raid5_build_block()
2736 sector_t raid5_compute_blocknr(struct stripe_head *sh, int i, int previous) in raid5_compute_blocknr() function
3955 sector_t bn = raid5_compute_blocknr(sh, i, 1); in handle_stripe_expansion()
5498 s = raid5_compute_blocknr(sh, j, 0); in reshape_request()