Searched refs:raid5_compute_blocknr (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/md/ |
H A D | raid5.h | 803 extern sector_t raid5_compute_blocknr(struct stripe_head *sh, int i, int previous);
|
H A 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()
|
H A D | raid5.c | 597 dev->sector = raid5_compute_blocknr(sh, i, previous); in init_stripe() 3114 sector_t raid5_compute_blocknr(struct stripe_head *sh, int i, int previous) in raid5_compute_blocknr() function 4525 sector_t bn = raid5_compute_blocknr(sh, i, 1); in handle_stripe_expansion() 6115 s = raid5_compute_blocknr(sh, j, 0); in reshape_request()
|
/kernel/linux/linux-6.6/drivers/md/ |
H A D | raid5.h | 808 sector_t raid5_compute_blocknr(struct stripe_head *sh, int i, int previous);
|
H A D | raid5-cache.c | 940 raid5_compute_blocknr(sh, i, 0), in r5l_log_stripe() 2387 raid5_compute_blocknr(sh, i, 0)); in r5c_recovery_rewrite_data_only_stripes()
|
H A D | raid5.c | 607 dev->sector = raid5_compute_blocknr(sh, i, previous); in init_stripe() 3202 sector_t raid5_compute_blocknr(struct stripe_head *sh, int i, int previous) in raid5_compute_blocknr() function 4637 sector_t bn = raid5_compute_blocknr(sh, i, 1); in handle_stripe_expansion() 6438 s = raid5_compute_blocknr(sh, j, 0); in reshape_request()
|
Completed in 34 milliseconds