Searched refs:raid5_compute_blocknr (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/md/ |
| H A D | raid5.h | 806 sector_t raid5_compute_blocknr(struct stripe_head *sh, int i, int previous);
|
| H A D | raid5.c | 612 dev->sector = raid5_compute_blocknr(sh, i, previous); in init_stripe() 3161 sector_t raid5_compute_blocknr(struct stripe_head *sh, int i, int previous) in raid5_compute_blocknr() function 3797 bn = raid5_compute_blocknr(sh, i, 1); in handle_failed_reshape() 4641 sector_t bn = raid5_compute_blocknr(sh, i, 1); in handle_stripe_expansion() 6569 s = raid5_compute_blocknr(sh, j, 0); in reshape_request()
|