Searched refs:btrfs_root (Results 1 – 8 of 8) sorted by relevance
/external/u-boot/fs/btrfs/ |
D | btrfs.h | 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 *); [all …]
|
D | inode.c | 11 u64 btrfs_lookup_inode_ref(struct btrfs_root *root, u64 inr, in btrfs_lookup_inode_ref() 47 int btrfs_lookup_inode(const struct btrfs_root *root, in btrfs_lookup_inode() 50 struct btrfs_root *new_root) in btrfs_lookup_inode() 52 struct btrfs_root tmp_root = *root; in btrfs_lookup_inode() 86 int btrfs_readlink(const struct btrfs_root *root, u64 inr, char *target) in btrfs_readlink() 140 static u64 get_parent_inode(struct btrfs_root *root, u64 inr, in get_parent_inode() 212 u64 btrfs_lookup_path(struct btrfs_root *root, u64 inr, const char *path, in btrfs_lookup_path() 319 u64 btrfs_file_read(const struct btrfs_root *root, u64 inr, u64 offset, in btrfs_file_read()
|
D | btrfs.c | 15 static int readdir_callback(const struct btrfs_root *root, in readdir_callback() 114 struct btrfs_root root = btrfs_info.fs_root; in btrfs_ls() 140 struct btrfs_root root = btrfs_info.fs_root; in btrfs_exists() 151 struct btrfs_root root = btrfs_info.fs_root; in btrfs_size() 176 struct btrfs_root root = btrfs_info.fs_root; in btrfs_read()
|
D | ctree.h | 270 struct btrfs_root { struct 280 int btrfs_search_tree(const struct btrfs_root *, struct btrfs_key *, argument 290 btrfs_search_tree_key_type(const struct btrfs_root *root, u64 objectid, in btrfs_search_tree_key_type()
|
D | dir-item.c | 63 int btrfs_lookup_dir_item(const struct btrfs_root *root, u64 dir, in btrfs_lookup_dir_item() 89 int btrfs_readdir(const struct btrfs_root *root, u64 dir, in btrfs_readdir()
|
D | root.c | 34 int btrfs_find_root(u64 objectid, struct btrfs_root *root, in btrfs_find_root()
|
D | subvolume.c | 15 struct btrfs_root root; in get_subvol_name()
|
D | ctree.c | 149 int btrfs_search_tree(const struct btrfs_root *root, struct btrfs_key *key, in btrfs_search_tree()
|