Home
last modified time | relevance | path

Searched refs:csum_root (Results 1 – 4 of 4) sorted by relevance

/u-boot/fs/btrfs/
A Ddisk-io.c734 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()
A Dconv-funcs.h162 dev_root, dev_root_gen, csum_root, csum_root_gen, total_bytes,
A Dctree.h107 struct btrfs_root *csum_root; member
921 csum_root, 64);
/u-boot/fs/btrfs/kernel-shared/
A Dbtrfs_tree.h1118 __le64 csum_root; member

Completed in 13 milliseconds