Searched refs:raid5_compute_sector (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/md/ |
H A D | raid5.h | 805 extern sector_t raid5_compute_sector(struct r5conf *conf, sector_t r_sector,
|
H A D | raid5-ppl.c | 888 sector = raid5_compute_sector(conf, r_sector, 0, in ppl_recover_entry() 943 parity_sector = raid5_compute_sector(conf, r_sector_first + i, in ppl_recover_entry()
|
H A D | raid5.c | 2912 sector_t raid5_compute_sector(struct r5conf *conf, sector_t r_sector, in raid5_compute_sector() function 3223 check = raid5_compute_sector(conf, r_sector, in raid5_compute_blocknr() 3540 raid5_compute_sector(conf, in stripe_set_idx() 4526 sector_t s = raid5_compute_sector(conf, bn, 0, in handle_stripe_expansion() 5419 raid5_compute_sector(conf, raid_bio->bi_iter.bi_sector, in raid5_read_one_chunk() 5856 new_sector = raid5_compute_sector(conf, logical_sector, in raid5_make_request() 6142 raid5_compute_sector(conf, stripe_addr*(new_data_disks), in reshape_request() 6145 raid5_compute_sector(conf, ((stripe_addr+reshape_sectors) in reshape_request() 6313 * it will be only one 'dd_idx' and only need one call to raid5_compute_sector. in retry_aligned_read() 6323 sector = raid5_compute_sector(con in retry_aligned_read() [all...] |
H A D | raid5-cache.c | 1820 raid5_compute_sector(conf, in r5l_recovery_load_data() 2135 raid5_compute_sector( in r5c_recovery_analyze_meta_block()
|
/kernel/linux/linux-6.6/drivers/md/ |
H A D | raid5.h | 810 sector_t raid5_compute_sector(struct r5conf *conf, sector_t r_sector,
|
H A D | raid5-ppl.c | 878 sector = raid5_compute_sector(conf, r_sector, 0, in ppl_recover_entry() 935 parity_sector = raid5_compute_sector(conf, r_sector_first + i, in ppl_recover_entry()
|
H A D | raid5.c | 3000 sector_t raid5_compute_sector(struct r5conf *conf, sector_t r_sector, in raid5_compute_sector() function 3311 check = raid5_compute_sector(conf, r_sector, in raid5_compute_blocknr() 3652 raid5_compute_sector(conf, in stripe_set_idx() 4638 sector_t s = raid5_compute_sector(conf, bn, 0, in handle_stripe_expansion() 5514 sector = raid5_compute_sector(conf, raid_bio->bi_iter.bi_sector, 0, in raid5_read_one_chunk() 6014 new_sector = raid5_compute_sector(conf, logical_sector, previous, in make_stripe_request() 6115 sector = raid5_compute_sector(conf, r_sector, 0, &dd_idx, &sh); in raid5_bio_lowest_chunk_sector() 6465 raid5_compute_sector(conf, stripe_addr*(new_data_disks), in reshape_request() 6468 raid5_compute_sector(conf, ((stripe_addr+reshape_sectors) in reshape_request() 6638 * it will be only one 'dd_idx' and only need one call to raid5_compute_sector in retry_aligned_read() [all...] |
H A D | raid5-cache.c | 1813 raid5_compute_sector(conf, in r5l_recovery_load_data() 2129 raid5_compute_sector( in r5c_recovery_analyze_meta_block()
|
Completed in 33 milliseconds