Searched refs:raid5_compute_blocknr (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.10/drivers/md/ |
D | raid5.h | 803 extern sector_t raid5_compute_blocknr(struct stripe_head *sh, int i, int previous);
|
D | raid5-cache.c | 941 raid5_compute_blocknr(sh, i, 0), in r5l_log_stripe() 2393 raid5_compute_blocknr(sh, i, 0)); in r5c_recovery_rewrite_data_only_stripes()
|
D | raid5.c | 597 dev->sector = raid5_compute_blocknr(sh, i, previous); in init_stripe() 3116 sector_t raid5_compute_blocknr(struct stripe_head *sh, int i, int previous) in raid5_compute_blocknr() function 4527 sector_t bn = raid5_compute_blocknr(sh, i, 1); in handle_stripe_expansion() 6117 s = raid5_compute_blocknr(sh, j, 0); in reshape_request()
|