Searched refs:map_length (Results 1 – 3 of 3) sorted by relevance
/fs/btrfs/ |
D | volumes.c | 2773 u64 map_length; in btrfs_map_bio() local 2781 map_length = length; in btrfs_map_bio() 2783 ret = btrfs_map_block(map_tree, rw, logical, &map_length, &multi, in btrfs_map_bio() 2788 if (map_length < length) { in btrfs_map_bio() 2792 (unsigned long long)map_length); in btrfs_map_bio()
|
D | inode.c | 1229 u64 map_length; in btrfs_merge_bio_hook() local 1237 map_length = length; in btrfs_merge_bio_hook() 1239 &map_length, NULL, 0); in btrfs_merge_bio_hook() 1241 if (map_length < length + size) in btrfs_merge_bio_hook()
|
D | extent-tree.c | 903 u64 map_length = num_bytes; in btrfs_discard_extent() local 908 bytenr, &map_length, &multi, 0); in btrfs_discard_extent() 913 if (map_length > num_bytes) in btrfs_discard_extent() 914 map_length = num_bytes; in btrfs_discard_extent() 919 map_length); in btrfs_discard_extent()
|