Searched refs:btrfs_find_root (Results 1 – 9 of 9) sorted by relevance
/openbmc/linux/fs/btrfs/ |
H A D | root-tree.h | 23 int btrfs_find_root(struct btrfs_root *root, const struct btrfs_key *search_key,
|
H A D | root-tree.c | 67 int btrfs_find_root(struct btrfs_root *root, const struct btrfs_key *search_key, in btrfs_find_root() function
|
H A D | disk-io.c | 1028 ret = btrfs_find_root(tree_root, key, path, in read_tree_root_path()
|
H A D | extent-tree.c | 5872 ret = btrfs_find_root(tree_root, &root->root_key, path, in btrfs_drop_snapshot()
|
/openbmc/u-boot/fs/btrfs/ |
H A D | btrfs.h | 64 int btrfs_find_root(u64, struct btrfs_root *, struct btrfs_root_item *);
|
H A D | root.c | 34 int btrfs_find_root(u64 objectid, struct btrfs_root *root, in btrfs_find_root() function
|
H A D | inode.c | 57 if (btrfs_find_root(location->objectid, &tmp_root, NULL)) in btrfs_lookup_inode() 156 if (btrfs_find_root(parent, root, NULL)) in get_parent_inode()
|
H A D | subvolume.c | 36 if (btrfs_find_root(subvolid, &root, NULL)) in get_subvol_name()
|
H A D | btrfs.c | 103 if (btrfs_find_root(btrfs_get_default_subvol_objectid(), in btrfs_probe()
|