Searched refs:btrfs_del_csums (Results 1 – 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/fs/btrfs/ |
D | file-item.c | 695 int btrfs_del_csums(struct btrfs_trans_handle *trans, in btrfs_del_csums() function
|
D | extent-tree.c | 1832 ret = btrfs_del_csums(trans, fs_info->csum_root, in cleanup_ref_head() 3218 ret = btrfs_del_csums(trans, info->csum_root, bytenr, in __btrfs_free_extent()
|
D | tree-log.c | 806 ret = btrfs_del_csums(trans, in replay_one_extent() 3983 ret = btrfs_del_csums(trans, log_root, sums->bytenr, sums->len); in log_csums()
|
D | ctree.h | 2948 int btrfs_del_csums(struct btrfs_trans_handle *trans,
|