Home
last modified time | relevance | path

Searched refs:map_length (Results 1 – 3 of 3) sorted by relevance

/fs/btrfs/
Dextent_io.c548 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()
Dvolumes.c6919 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()
Dscrub.c62 u64 map_length; member
1492 recover->map_length = mapped_length; in scrub_setup_recheck_block()