Searched refs:btrfs_truncate_block (Results 1 – 3 of 3) sorted by relevance
/linux/fs/btrfs/ |
H A D | file.c | 2700 ret = btrfs_truncate_block(BTRFS_I(inode), offset + len - 1, in btrfs_punch_hole() 2711 ret = btrfs_truncate_block(BTRFS_I(inode), offset, orig_start, orig_end); in btrfs_punch_hole() 2747 ret = btrfs_truncate_block(BTRFS_I(inode), in btrfs_punch_hole() 2981 ret = btrfs_truncate_block(BTRFS_I(inode), offset + len - 1, in btrfs_zero_range() 3013 ret = btrfs_truncate_block(BTRFS_I(inode), offset, in btrfs_zero_range() 3031 ret = btrfs_truncate_block(BTRFS_I(inode), offset + len - 1, in btrfs_zero_range() 3152 ret = btrfs_truncate_block(BTRFS_I(inode), inode->i_size, in btrfs_fallocate()
|
H A D | btrfs_inode.h | 563 int btrfs_truncate_block(struct btrfs_inode *inode, u64 offset, u64 start, u64 end);
|
H A D | inode.c | 4841 int btrfs_truncate_block(struct btrfs_inode *inode, u64 offset, u64 start, u64 end) in btrfs_truncate_block() function 5107 ret = btrfs_truncate_block(inode, oldsize, oldsize, -1); in btrfs_cont_expand() 7740 ret = btrfs_truncate_block(inode, inode->vfs_inode.i_size, in btrfs_truncate()
|