Searched refs:btrfs_truncate_block (Results 1 – 3 of 3) sorted by relevance
| /linux/fs/btrfs/ |
| H A D | file.c | 2669 ret = btrfs_truncate_block(BTRFS_I(inode), offset + len - 1, in btrfs_punch_hole() 2680 ret = btrfs_truncate_block(BTRFS_I(inode), offset, orig_start, orig_end); in btrfs_punch_hole() 2716 ret = btrfs_truncate_block(BTRFS_I(inode), in btrfs_punch_hole() 2960 ret = btrfs_truncate_block(BTRFS_I(inode), offset + len - 1, in btrfs_zero_range() 2992 ret = btrfs_truncate_block(BTRFS_I(inode), offset, in btrfs_zero_range() 3010 ret = btrfs_truncate_block(BTRFS_I(inode), offset + len - 1, in btrfs_zero_range() 3134 ret = btrfs_truncate_block(BTRFS_I(inode), inode->i_size, in btrfs_fallocate()
|
| H A D | btrfs_inode.h | 532 int btrfs_truncate_block(struct btrfs_inode *inode, u64 offset, u64 start, u64 end);
|
| H A D | inode.c | 5063 int btrfs_truncate_block(struct btrfs_inode *inode, u64 offset, u64 start, u64 end) in btrfs_truncate_block() function 5322 ret = btrfs_truncate_block(inode, oldsize, oldsize, -1); in btrfs_cont_expand() 7981 ret = btrfs_truncate_block(inode, inode->vfs_inode.i_size, in btrfs_truncate()
|