Home
last modified time | relevance | path

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

/linux-4.19.296/fs/btrfs/
Dscrub.c2825 struct btrfs_root *csum_root = fs_info->csum_root; in scrub_raid56_parity() local
2983 ret = btrfs_lookup_csums_range(csum_root, in scrub_raid56_parity()
3049 struct btrfs_root *csum_root = fs_info->csum_root; in scrub_stripe() local
3158 reada2 = btrfs_reada_add(csum_root, &key, &key_end); in scrub_stripe()
3326 ret = btrfs_lookup_csums_range(csum_root, in scrub_stripe()
Dfile-item.c231 item = btrfs_lookup_csum(NULL, fs_info->csum_root, in __btrfs_lookup_bio_sums()
593 ASSERT(root == fs_info->csum_root || in btrfs_del_csums()
Ddisk-io.c1583 return fs_info->csum_root; in btrfs_get_fs_root()
1938 btrfs_set_backup_csum_root(root_backup, info->csum_root->node->start); in backup_super_roots()
1940 btrfs_header_generation(info->csum_root->node)); in backup_super_roots()
1942 btrfs_header_level(info->csum_root->node)); in backup_super_roots()
2057 free_root_extent_buffers(info->csum_root); in free_root_pointers()
2352 fs_info->csum_root = root; in btrfs_read_roots()
Dctree.h181 __le64 csum_root; member
762 struct btrfs_root *csum_root; member
2220 csum_root, 64);
2982 kfree(fs_info->csum_root); in free_fs_info()
Dtree-log.c799 fs_info->csum_root, in replay_one_extent()
804 fs_info->csum_root, sums); in replay_one_extent()
4042 fs_info->csum_root, in copy_items()
4111 ret = btrfs_lookup_csums_range(trans->fs_info->csum_root, in log_extent_csums()
Dextent-tree.c2503 ret = btrfs_del_csums(trans, fs_info->csum_root, in cleanup_ref_head()
5264 (root == fs_info->csum_root && trans->adding_csums) || in get_block_rsv()
5711 btrfs_root_used(&fs_info->csum_root->root_item) + in update_global_block_rsv()
5763 fs_info->csum_root->block_rsv = &fs_info->global_block_rsv; in init_global_block_rsv()
6891 ret = btrfs_del_csums(trans, info->csum_root, bytenr, in __btrfs_free_extent()
Drelocation.c4559 ret = btrfs_lookup_csums_range(fs_info->csum_root, disk_bytenr, in btrfs_reloc_clone_csums()
Dinode.c1288 ret = btrfs_lookup_csums_range(fs_info->csum_root, bytenr, in csum_exist_in_range()
2107 BTRFS_I(inode)->root->fs_info->csum_root, sum); in add_pending_csums()