Lines Matching refs:physical
106 static int read_tree_node(u64 physical, union btrfs_tree_node **buf) in read_tree_node() argument
113 if (!btrfs_devread(physical, sizeof(hdr), &hdr)) in read_tree_node()
130 if (!btrfs_devread(physical + offset, size - offset, in read_tree_node()
154 u64 logical, physical; in btrfs_search_tree() local
162 physical = btrfs_map_logical_to_physical(logical); in btrfs_search_tree()
163 if (physical == -1ULL) in btrfs_search_tree()
166 if (read_tree_node(physical, &buf)) in btrfs_search_tree()
228 u64 logical, physical; in jump_leaf() local
232 physical = btrfs_map_logical_to_physical(logical); in jump_leaf()
233 if (physical == -1ULL) in jump_leaf()
236 if (read_tree_node(physical, &p.nodes[level])) in jump_leaf()