Searched refs:chunk_root (Results 1 – 5 of 5) sorted by relevance
/u-boot/fs/btrfs/ |
A D | disk-io.c | 732 return fs_info->chunk_root; in btrfs_read_fs_root() 755 free(fs_info->chunk_root); in btrfs_free_fs_info() 770 fs_info->chunk_root = calloc(1, sizeof(struct btrfs_root)); in btrfs_new_fs_info() 774 if (!fs_info->tree_root || !fs_info->chunk_root || in btrfs_new_fs_info() 852 if (fs_info->chunk_root) in btrfs_release_all_roots() 853 free_extent_buffer(fs_info->chunk_root->node); in btrfs_release_all_roots() 924 btrfs_setup_root(fs_info->chunk_root, fs_info, in btrfs_setup_chunk_tree_and_device_map() 934 fs_info->chunk_root->node = read_tree_block(fs_info, in btrfs_setup_chunk_tree_and_device_map() 937 if (!extent_buffer_uptodate(fs_info->chunk_root->node)) { in btrfs_setup_chunk_tree_and_device_map() 1005 if (!fs_info->chunk_root) in open_ctree_fs_info() [all …]
|
A D | conv-funcs.h | 160 DEFINE_CONV(btrfs_root_backup, tree_root, tree_root_gen, chunk_root, 165 chunk_root, log_root, log_root_transid, total_bytes, bytes_used,
|
A D | ctree.h | 106 struct btrfs_root *chunk_root; member 893 chunk_root, 64); 947 chunk_root, 64);
|
A D | volumes.c | 746 struct btrfs_root *root = fs_info->chunk_root; in btrfs_read_chunk_tree()
|
/u-boot/fs/btrfs/kernel-shared/ |
A D | btrfs_tree.h | 1106 __le64 chunk_root; member 1158 __le64 chunk_root; member
|
Completed in 14 milliseconds