Searched refs:map_length (Results 1 – 3 of 3) sorted by relevance
/fs/btrfs/ |
D | extent_io.c | 548 u64 map_length = 0; in repair_io_failure() local 559 map_length = length; in repair_io_failure() 575 &map_length, &bioc, 0); in repair_io_failure() 581 &map_length, &bioc, mirror_num); in repair_io_failure()
|
D | volumes.c | 6919 u64 map_length = length; in btrfs_submit_bio() local 6925 ret = __btrfs_map_block(fs_info, btrfs_op(bio), logical, &map_length, in btrfs_submit_bio() 6933 if (map_length < length) { in btrfs_submit_bio() 6936 logical, length, map_length); in btrfs_submit_bio()
|
D | scrub.c | 62 u64 map_length; member 1492 recover->map_length = mapped_length; in scrub_setup_recheck_block()
|