Searched refs:btrfs_truncate_block (Results 1 – 3 of 3) sorted by relevance
| /linux/fs/btrfs/ |
| H A D | file.c | 2702 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 D | btrfs_inode.h | 564 int btrfs_truncate_block(struct btrfs_inode *inode, u64 offset, u64 start, u64 end);
|
| H A D | inode.c | 5050 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()
|