Searched refs:raid5_compute_sector (Results  1 – 3 of 3) sorted by relevance
| /linux-4.4.14/drivers/md/ | 
| D | raid5.h | 623 extern sector_t raid5_compute_sector(struct r5conf *conf, sector_t r_sector,
  | 
| D | raid5-cache.c | 869 			raid5_compute_sector(conf,  in r5l_recovery_flush_one_stripe() 968 		stripe_sector = raid5_compute_sector(conf,  in r5l_recovery_flush_one_meta()
  | 
| D | raid5.c | 2534 sector_t raid5_compute_sector(struct r5conf *conf, sector_t r_sector,  in raid5_compute_sector()  function 2845 	check = raid5_compute_sector(conf, r_sector,  in raid5_compute_blocknr() 3063 	raid5_compute_sector(conf,  in stripe_set_idx() 3956 			sector_t s = raid5_compute_sector(conf, bn, 0,  in handle_stripe_expansion() 4810 		raid5_compute_sector(conf, raid_bio->bi_iter.bi_sector,  in raid5_read_one_chunk() 5230 		new_sector = raid5_compute_sector(conf, logical_sector,  in make_request() 5525 		raid5_compute_sector(conf, stripe_addr*(new_data_disks),  in reshape_request() 5528 		raid5_compute_sector(conf, ((stripe_addr+reshape_sectors)  in reshape_request() 5696 	sector = raid5_compute_sector(conf, logical_sector,  in retry_aligned_read()
  |