Home
last modified time | relevance | path

Searched refs:btrfs_map_logical_to_physical (Results 1 – 4 of 4) sorted by relevance

/openbmc/u-boot/fs/btrfs/
H A Dbtrfs.h44 u64 btrfs_map_logical_to_physical(u64);
H A Dctree.c164 physical = btrfs_map_logical_to_physical(logical); in btrfs_search_tree()
234 physical = btrfs_map_logical_to_physical(logical); in jump_leaf()
H A Dextent-io.c81 physical = btrfs_map_logical_to_physical(extent->disk_bytenr); in btrfs_read_extent_reg()
H A Dchunk-map.c70 u64 btrfs_map_logical_to_physical(u64 logical) in btrfs_map_logical_to_physical() function