Home
last modified time | relevance | path

Searched refs:chunk_root (Results 1 – 5 of 5) sorted by relevance

/fs/btrfs/
A Ddisk-io.c738 return fs_info->chunk_root; in btrfs_read_fs_root()
761 free(fs_info->chunk_root); in btrfs_free_fs_info()
776 fs_info->chunk_root = calloc(1, sizeof(struct btrfs_root)); in btrfs_new_fs_info()
780 if (!fs_info->tree_root || !fs_info->chunk_root || in btrfs_new_fs_info()
888 if (fs_info->chunk_root) in btrfs_release_all_roots()
889 free_extent_buffer(fs_info->chunk_root->node); in btrfs_release_all_roots()
964 btrfs_setup_root(fs_info->chunk_root, fs_info, in btrfs_setup_chunk_tree_and_device_map()
974 fs_info->chunk_root->node = read_tree_block(fs_info, in btrfs_setup_chunk_tree_and_device_map()
977 if (!extent_buffer_uptodate(fs_info->chunk_root->node)) { in btrfs_setup_chunk_tree_and_device_map()
1045 if (!fs_info->chunk_root) in open_ctree_fs_info()
[all …]
A Dconv-funcs.h160 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 Dctree.h105 struct btrfs_root *chunk_root; member
891 chunk_root, 64);
945 chunk_root, 64);
A Dvolumes.c745 struct btrfs_root *root = fs_info->chunk_root; in btrfs_read_chunk_tree()
/fs/btrfs/kernel-shared/
A Dbtrfs_tree.h1100 __le64 chunk_root; member
1152 __le64 chunk_root; member

Completed in 17 milliseconds