Lines Matching refs:btrfs_root
17 struct btrfs_root tree_root;
18 struct btrfs_root fs_root;
19 struct btrfs_root chunk_root;
56 typedef int (*btrfs_readdir_callback_t)(const struct btrfs_root *,
59 int btrfs_lookup_dir_item(const struct btrfs_root *, u64, const char *, int,
61 int btrfs_readdir(const struct btrfs_root *, u64, btrfs_readdir_callback_t);
64 int btrfs_find_root(u64, struct btrfs_root *, struct btrfs_root_item *);
68 u64 btrfs_lookup_inode_ref(struct btrfs_root *, u64, struct btrfs_inode_ref *,
70 int btrfs_lookup_inode(const struct btrfs_root *, struct btrfs_key *,
71 struct btrfs_inode_item *, struct btrfs_root *);
72 int btrfs_readlink(const struct btrfs_root *, u64, char *);
73 u64 btrfs_lookup_path(struct btrfs_root *, u64, const char *, u8 *,
75 u64 btrfs_file_read(const struct btrfs_root *, u64, u64, u64, char *);