Searched refs:csum_root (Results 1 – 4 of 4) sorted by relevance
734 return fs_info->csum_root; in btrfs_read_fs_root()756 free(fs_info->csum_root); in btrfs_free_fs_info()771 fs_info->csum_root = calloc(1, sizeof(struct btrfs_root)); in btrfs_new_fs_info()775 !fs_info->csum_root || !fs_info->super_copy) in btrfs_new_fs_info()828 ret = setup_root_or_create_block(fs_info, fs_info->csum_root, in btrfs_setup_all_roots()832 fs_info->csum_root->track_dirty = 1; in btrfs_setup_all_roots()848 if (fs_info->csum_root) in btrfs_release_all_roots()849 free_extent_buffer(fs_info->csum_root->node); in btrfs_release_all_roots()
162 dev_root, dev_root_gen, csum_root, csum_root_gen, total_bytes,
107 struct btrfs_root *csum_root; member921 csum_root, 64);
1118 __le64 csum_root; member
Completed in 13 milliseconds