Searched refs:tree_root (Results 1 – 7 of 7) sorted by relevance
/external/u-boot/fs/btrfs/ |
D | root.c | 40 if (!btrfs_search_tree_key_type(&btrfs_info.tree_root, objectid, in btrfs_find_root() 65 key = btrfs_search_tree_key_type(&btrfs_info.tree_root, subvolid, in btrfs_lookup_root_ref()
|
D | subvolume.c | 74 if (btrfs_lookup_dir_item(&btrfs_info.tree_root, in btrfs_get_default_subvol_objectid() 92 if (btrfs_search_tree(&btrfs_info.tree_root, &key, &path)) in list_subvols()
|
D | btrfs.c | 93 btrfs_info.tree_root.objectid = 0; in btrfs_probe() 94 btrfs_info.tree_root.bytenr = btrfs_info.sb.root; in btrfs_probe()
|
D | btrfs.h | 17 struct btrfs_root tree_root; member
|
D | super.c | 32 if (root_backup->tree_root == 0 && root_backup->tree_root_gen == 0) in btrfs_check_super_roots()
|
D | ctree.h | 103 __u64 tree_root; member
|
D | conv-funcs.h | 160 DEFINE_CONV(btrfs_root_backup, tree_root, tree_root_gen, chunk_root,
|