Home
last modified time | relevance | path

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

/fs/btrfs/
Dscrub.c3182 struct btrfs_root *csum_root = btrfs_csum_root(fs_info, logical); in scrub_raid56_data_stripe_for_parity() local
3255 ret = btrfs_lookup_csums_range(csum_root, extent_start, in scrub_raid56_data_stripe_for_parity()
3397 struct btrfs_root *csum_root, in scrub_simple_mirror() argument
3481 ret = btrfs_lookup_csums_range(csum_root, cur_logical, in scrub_simple_mirror()
3554 struct btrfs_root *csum_root, in scrub_simple_stripe() argument
3574 ret = scrub_simple_mirror(sctx, extent_root, csum_root, bg, map, in scrub_simple_stripe()
3596 struct btrfs_root *csum_root; in scrub_stripe() local
3633 csum_root = btrfs_csum_root(fs_info, bg->start); in scrub_stripe()
3666 ret = scrub_simple_mirror(sctx, root, csum_root, bg, map, in scrub_stripe()
3674 ret = scrub_simple_stripe(sctx, root, csum_root, bg, map, in scrub_stripe()
[all …]
Dfile-item.c269 struct btrfs_root *csum_root; in search_csum_tree() local
298 csum_root = btrfs_csum_root(fs_info, disk_bytenr); in search_csum_tree()
299 item = btrfs_lookup_csum(NULL, csum_root, path, disk_bytenr, 0); in search_csum_tree()
Dtree-log.c873 struct btrfs_root *csum_root; in replay_one_extent() local
878 csum_root = btrfs_csum_root(fs_info, in replay_one_extent()
881 ret = btrfs_del_csums(trans, csum_root, in replay_one_extent()
886 csum_root, in replay_one_extent()
4381 struct btrfs_root *csum_root; in copy_items() local
4450 csum_root = btrfs_csum_root(trans->fs_info, disk_bytenr); in copy_items()
4452 ret = btrfs_lookup_csums_range(csum_root, disk_bytenr, in copy_items()
4565 struct btrfs_root *csum_root; in log_extent_csums() local
4646 csum_root = btrfs_csum_root(trans->fs_info, em->block_start); in log_extent_csums()
4647 ret = btrfs_lookup_csums_range(csum_root, in log_extent_csums()
Dextent-tree.c1847 struct btrfs_root *csum_root; in cleanup_ref_head() local
1849 csum_root = btrfs_csum_root(fs_info, head->bytenr); in cleanup_ref_head()
1850 ret = btrfs_del_csums(trans, csum_root, head->bytenr, in cleanup_ref_head()
2841 struct btrfs_root *csum_root; in do_free_extent_accounting() local
2843 csum_root = btrfs_csum_root(trans->fs_info, bytenr); in do_free_extent_accounting()
2844 ret = btrfs_del_csums(trans, csum_root, bytenr, num_bytes); in do_free_extent_accounting()
Ddisk-io.c2007 struct btrfs_root *csum_root = btrfs_csum_root(info, 0); in backup_super_roots() local
2016 btrfs_set_backup_csum_root(root_backup, csum_root->node->start); in backup_super_roots()
2018 btrfs_header_generation(csum_root->node)); in backup_super_roots()
2020 btrfs_header_level(csum_root->node)); in backup_super_roots()
Drelocation.c4355 struct btrfs_root *csum_root; in btrfs_reloc_clone_csums() local
4367 csum_root = btrfs_csum_root(fs_info, disk_bytenr); in btrfs_reloc_clone_csums()
4368 ret = btrfs_lookup_csums_range(csum_root, disk_bytenr, in btrfs_reloc_clone_csums()
Dinode.c1671 struct btrfs_root *csum_root = btrfs_csum_root(fs_info, bytenr); in csum_exist_in_range() local
1676 ret = btrfs_lookup_csums_range(csum_root, bytenr, in csum_exist_in_range()
2776 struct btrfs_root *csum_root = NULL; in add_pending_csums() local
2781 if (!csum_root) in add_pending_csums()
2782 csum_root = btrfs_csum_root(trans->fs_info, in add_pending_csums()
2784 ret = btrfs_csum_file_blocks(trans, csum_root, sum); in add_pending_csums()
Dctree.h207 __le64 csum_root; member
2504 csum_root, 64);