Searched refs:csum_root (Results 1 – 4 of 4) sorted by relevance
742 return fs_info->csum_root; in btrfs_read_fs_root()764 free(fs_info->csum_root); in btrfs_free_fs_info()779 fs_info->csum_root = calloc(1, sizeof(struct btrfs_root)); in btrfs_new_fs_info()783 !fs_info->csum_root || !fs_info->super_copy) in btrfs_new_fs_info()858 ret = setup_root_or_create_block(fs_info, fs_info->csum_root, in btrfs_setup_all_roots()862 fs_info->csum_root->track_dirty = 1; in btrfs_setup_all_roots()886 if (fs_info->csum_root) in btrfs_release_all_roots()887 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);
1117 __le64 csum_root; member
Completed in 17 milliseconds