Searched refs:btrfs_truncate_block (Results 1 – 3 of 3) sorted by relevance
| /linux/fs/btrfs/ |
| H A D | file.c | 2699 ret = btrfs_truncate_block(BTRFS_I(inode), offset + len - 1, in btrfs_punch_hole() 2710 ret = btrfs_truncate_block(BTRFS_I(inode), offset, orig_start, orig_end); in btrfs_punch_hole() 2746 ret = btrfs_truncate_block(BTRFS_I(inode), in btrfs_punch_hole() 2980 ret = btrfs_truncate_block(BTRFS_I(inode), offset + len - 1, in btrfs_zero_range() 3012 ret = btrfs_truncate_block(BTRFS_I(inode), offset, in btrfs_zero_range() 3030 ret = btrfs_truncate_block(BTRFS_I(inode), offset + len - 1, in btrfs_zero_range() 3151 ret = btrfs_truncate_block(BTRFS_I(inode), inode->i_size, in btrfs_fallocate()
|
| H A D | btrfs_inode.h | 570 int btrfs_truncate_block(struct btrfs_inode *inode, u64 offset, u64 start, u64 end);
|
| H A D | inode.c | 4885 int btrfs_truncate_block(struct btrfs_inode *inode, u64 offset, u64 start, u64 end) in btrfs_truncate_block() function 5151 ret = btrfs_truncate_block(inode, oldsize, oldsize, -1); in btrfs_cont_expand() 7785 ret = btrfs_truncate_block(inode, inode->vfs_inode.i_size, in btrfs_truncate()
|