Searched defs:sector_nr (Results 1 – 2 of 2) sorted by relevance
| /linux/fs/btrfs/ |
| H A D | scrub.c | 686 static void *scrub_stripe_get_kaddr(struct scrub_stripe *stripe, int sector_nr) in scrub_stripe_get_kaddr() 699 static phys_addr_t scrub_stripe_get_paddr(struct scrub_stripe *stripe, int sector_nr) in scrub_stripe_get_paddr() 714 static void scrub_verify_one_metadata(struct scrub_stripe *stripe, int sector_nr) in scrub_verify_one_metadata() 801 static void scrub_verify_one_sector(struct scrub_stripe *stripe, int sector_nr) in scrub_verify_one_sector() 866 int sector_nr; in scrub_verify_one_stripe() local 898 int sector_nr = calc_sector_number(stripe, bio_first_bvec_all(&bbio->bio)); in scrub_repair_read_endio() local 928 int sector_nr) in scrub_bio_add_sector() 1016 int sector_nr; in scrub_stripe_report_errors() local 1256 int sector_nr = calc_sector_number(stripe, bio_first_bvec_all(&bbio->bio)); in scrub_read_endio() local 1285 int sector_nr = calc_sector_number(stripe, bio_first_bvec_all(&bbio->bio)); in scrub_write_endio() local [all …]
|
| /linux/drivers/md/ |
| H A D | raid5.c | 6219 static sector_t reshape_request(struct mddev *mddev, sector_t sector_nr, int *skipped) in reshape_request() 6496 static inline sector_t raid5_sync_request(struct mddev *mddev, sector_t sector_nr, in raid5_sync_request()
|