Home
last modified time | relevance | path

Searched refs:btrfs_truncate_block (Results 1 – 3 of 3) sorted by relevance

/linux/fs/btrfs/
H A Dfile.c2702 ret = btrfs_truncate_block(BTRFS_I(inode), offset + len - 1, in btrfs_punch_hole()
2713 ret = btrfs_truncate_block(BTRFS_I(inode), offset, orig_start, orig_end); in btrfs_punch_hole()
2749 ret = btrfs_truncate_block(BTRFS_I(inode), in btrfs_punch_hole()
2993 ret = btrfs_truncate_block(BTRFS_I(inode), offset + len - 1, in btrfs_zero_range()
3025 ret = btrfs_truncate_block(BTRFS_I(inode), offset, in btrfs_zero_range()
3043 ret = btrfs_truncate_block(BTRFS_I(inode), offset + len - 1, in btrfs_zero_range()
3167 ret = btrfs_truncate_block(BTRFS_I(inode), inode->i_size, in btrfs_fallocate()
H A Dbtrfs_inode.h564 int btrfs_truncate_block(struct btrfs_inode *inode, u64 offset, u64 start, u64 end);
H A Dinode.c5050 int btrfs_truncate_block(struct btrfs_inode *inode, u64 offset, u64 start, u64 end) in btrfs_truncate_block() function
5316 ret = btrfs_truncate_block(inode, oldsize, oldsize, -1); in btrfs_cont_expand()
7982 ret = btrfs_truncate_block(inode, inode->vfs_inode.i_size, in btrfs_truncate()