Searched refs:map_length (Results 1 – 4 of 4) sorted by relevance
/fs/btrfs/ |
D | volumes.c | 6695 u64 map_length; in btrfs_map_bio() local 6702 map_length = length; in btrfs_map_bio() 6706 &map_length, &bbio, mirror_num, 1); in btrfs_map_bio() 6725 map_length); in btrfs_map_bio() 6728 map_length, mirror_num, 1); in btrfs_map_bio() 6735 if (map_length < length) { in btrfs_map_bio() 6738 logical, length, map_length); in btrfs_map_bio()
|
D | scrub.c | 59 u64 map_length; member 1320 recover->map_length = mapped_length; in scrub_setup_recheck_block() 1410 page->recover->map_length, in scrub_submit_raid56_bio_wait()
|
D | extent_io.c | 2184 u64 map_length = 0; in repair_io_failure() local 2194 map_length = length; in repair_io_failure() 2210 &map_length, &bbio, 0); in repair_io_failure() 2219 &map_length, &bbio, mirror_num); in repair_io_failure()
|
D | inode.c | 2108 u64 map_length; in btrfs_bio_fits_in_stripe() local 2116 map_length = length; in btrfs_bio_fits_in_stripe() 2117 ret = btrfs_get_io_geometry(fs_info, btrfs_op(bio), logical, map_length, in btrfs_bio_fits_in_stripe()
|