Searched refs:btrfs_find_root (Results 1 – 5 of 5) sorted by relevance
/external/u-boot/fs/btrfs/ |
D | btrfs.h | 64 int btrfs_find_root(u64, struct btrfs_root *, struct btrfs_root_item *);
|
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()
|
D | root.c | 34 int btrfs_find_root(u64 objectid, struct btrfs_root *root, in btrfs_find_root() function
|
D | subvolume.c | 36 if (btrfs_find_root(subvolid, &root, NULL)) in get_subvol_name()
|
D | btrfs.c | 103 if (btrfs_find_root(btrfs_get_default_subvol_objectid(), in btrfs_probe()
|