Home
last modified time | relevance | path

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

/Linux-v6.1/fs/btrfs/
Dscrub.c3151 struct btrfs_root *csum_root = btrfs_csum_root(fs_info, logical); in scrub_raid56_data_stripe_for_parity() local
3224 ret = btrfs_lookup_csums_range(csum_root, extent_start, in scrub_raid56_data_stripe_for_parity()
3366 struct btrfs_root *csum_root, in scrub_simple_mirror() argument
3450 ret = btrfs_lookup_csums_range(csum_root, cur_logical, in scrub_simple_mirror()
3523 struct btrfs_root *csum_root, in scrub_simple_stripe() argument
3543 ret = scrub_simple_mirror(sctx, extent_root, csum_root, bg, map, in scrub_simple_stripe()
3565 struct btrfs_root *csum_root; in scrub_stripe() local
3602 csum_root = btrfs_csum_root(fs_info, bg->start); in scrub_stripe()
3635 ret = scrub_simple_mirror(sctx, root, csum_root, bg, map, in scrub_stripe()
3643 ret = scrub_simple_stripe(sctx, root, csum_root, bg, map, in scrub_stripe()
[all …]
Dfile-item.c268 struct btrfs_root *csum_root; in search_csum_tree() local
297 csum_root = btrfs_csum_root(fs_info, disk_bytenr); in search_csum_tree()
298 item = btrfs_lookup_csum(NULL, csum_root, path, disk_bytenr, 0); in search_csum_tree()
Dtree-log.c858 struct btrfs_root *csum_root; in replay_one_extent() local
863 csum_root = btrfs_csum_root(fs_info, in replay_one_extent()
866 ret = btrfs_del_csums(trans, csum_root, in replay_one_extent()
871 csum_root, in replay_one_extent()
4383 struct btrfs_root *csum_root; in copy_items() local
4452 csum_root = btrfs_csum_root(trans->fs_info, disk_bytenr); in copy_items()
4454 ret = btrfs_lookup_csums_range(csum_root, disk_bytenr, in copy_items()
4567 struct btrfs_root *csum_root; in log_extent_csums() local
4648 csum_root = btrfs_csum_root(trans->fs_info, em->block_start); in log_extent_csums()
4649 ret = btrfs_lookup_csums_range(csum_root, in log_extent_csums()
Dextent-tree.c1836 struct btrfs_root *csum_root; in cleanup_ref_head() local
1838 csum_root = btrfs_csum_root(fs_info, head->bytenr); in cleanup_ref_head()
1839 ret = btrfs_del_csums(trans, csum_root, head->bytenr, in cleanup_ref_head()
2832 struct btrfs_root *csum_root; in do_free_extent_accounting() local
2834 csum_root = btrfs_csum_root(trans->fs_info, bytenr); in do_free_extent_accounting()
2835 ret = btrfs_del_csums(trans, csum_root, bytenr, num_bytes); in do_free_extent_accounting()
Ddisk-io.c1983 struct btrfs_root *csum_root = btrfs_csum_root(info, 0); in backup_super_roots() local
1992 btrfs_set_backup_csum_root(root_backup, csum_root->node->start); in backup_super_roots()
1994 btrfs_header_generation(csum_root->node)); in backup_super_roots()
1996 btrfs_header_level(csum_root->node)); in backup_super_roots()
Drelocation.c4320 struct btrfs_root *csum_root; in btrfs_reloc_clone_csums() local
4332 csum_root = btrfs_csum_root(fs_info, disk_bytenr); in btrfs_reloc_clone_csums()
4333 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.h206 __le64 csum_root; member
2499 csum_root, 64);