Searched refs:btrfs_csum_root (Results 1 – 10 of 10) sorted by relevance
| /linux/fs/btrfs/ |
| H A D | disk-io.h | 82 struct btrfs_root *btrfs_csum_root(struct btrfs_fs_info *fs_info, u64 bytenr);
|
| H A D | file-item.c | 310 csum_root = btrfs_csum_root(fs_info, disk_bytenr); in search_csum_tree()
|
| H A D | disk-io.c | 795 struct btrfs_root *btrfs_csum_root(struct btrfs_fs_info *fs_info, u64 bytenr) in btrfs_csum_root() function 1654 struct btrfs_root *csum_root = btrfs_csum_root(info, 0); in backup_super_roots()
|
| H A D | tree-log.c | 958 csum_root = btrfs_csum_root(fs_info, sums->logical); in replay_one_extent() 4880 csum_root = btrfs_csum_root(trans->fs_info, disk_bytenr); in copy_items() 5082 csum_root = btrfs_csum_root(trans->fs_info, block_start); in log_extent_csums()
|
| H A D | raid56.c | 2311 csum_root = btrfs_csum_root(fs_info, rbio->bioc->full_stripe_logical); in fill_data_csums()
|
| H A D | extent-tree.c | 1976 csum_root = btrfs_csum_root(fs_info, head->bytenr); in cleanup_ref_head() 3160 csum_root = btrfs_csum_root(trans->fs_info, bytenr); in do_free_extent_accounting()
|
| H A D | scrub.c | 1629 struct btrfs_root *csum_root = btrfs_csum_root(fs_info, bg->start); in scrub_find_fill_first_stripe()
|
| H A D | inode.c | 1884 csum_root = btrfs_csum_root(root->fs_info, io_start); in can_nocow_file_extent() 2737 csum_root = btrfs_csum_root(trans->fs_info, in add_pending_csums()
|
| H A D | ioctl.c | 5196 csum_root = btrfs_csum_root(fs_info, disk_bytenr); in copy_csums_to_user()
|
| H A D | relocation.c | 5810 struct btrfs_root *csum_root = btrfs_csum_root(fs_info, disk_bytenr); in btrfs_reloc_clone_csums()
|