Searched refs:btrfs_reloc_clone_csums (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-6.6/fs/btrfs/ |
H A D | relocation.h | 11 int btrfs_reloc_clone_csums(struct btrfs_ordered_extent *ordered);
|
H A D | relocation.c | 4384 int btrfs_reloc_clone_csums(struct btrfs_ordered_extent *ordered) in btrfs_reloc_clone_csums() function
|
H A D | inode.c | 1435 ret = btrfs_reloc_clone_csums(ordered); in cow_file_range() 1481 * btrfs_reloc_clone_csums() error, since start is increased in cow_file_range() 2178 ret = btrfs_reloc_clone_csums(ordered); in run_delalloc_nocow() 2190 * btrfs_reloc_clone_csums() error, now we're OK to call error in run_delalloc_nocow()
|
/kernel/linux/linux-5.10/fs/btrfs/ |
H A D | ctree.h | 3522 int btrfs_reloc_clone_csums(struct btrfs_inode *inode, u64 file_pos, u64 len);
|
H A D | relocation.c | 3910 int btrfs_reloc_clone_csums(struct btrfs_inode *inode, u64 file_pos, u64 len) in btrfs_reloc_clone_csums() function
|
H A D | inode.c | 1085 ret = btrfs_reloc_clone_csums(inode, start, in cow_file_range() 1128 * btrfs_reloc_clone_csums() error, since start is increased in cow_file_range() 1741 ret = btrfs_reloc_clone_csums(inode, cur_offset, in run_delalloc_nocow() 1754 * btrfs_reloc_clone_csums() error, now we're OK to call error in run_delalloc_nocow()
|
Completed in 58 milliseconds