Lines Matching +defs:path +defs:root
53 u64 root; member
78 static struct block_entry *insert_block_entry(struct rb_root *root, in insert_block_entry()
101 static struct block_entry *lookup_block_entry(struct rb_root *root, u64 bytenr) in lookup_block_entry()
119 static struct root_entry *insert_root_entry(struct rb_root *root, in insert_root_entry()
164 static struct ref_entry *insert_ref_entry(struct rb_root *root, in insert_ref_entry()
190 static struct root_entry *lookup_root_entry(struct rb_root *root, u64 objectid) in lookup_root_entry()
433 struct btrfs_path *path, struct btrfs_key *key, in process_extent_item()
508 static int process_leaf(struct btrfs_root *root, in process_leaf()
509 struct btrfs_path *path, u64 *bytenr, u64 *num_bytes, in process_leaf()
563 static int walk_down_tree(struct btrfs_root *root, struct btrfs_path *path, in walk_down_tree()
592 static int walk_up_tree(struct btrfs_path *path, int *level) in walk_up_tree()
992 struct btrfs_path *path; in btrfs_build_ref_tree() local