Home
last modified time | relevance | path

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

/openbmc/linux/fs/btrfs/
H A Dbtrfs_inode.h429 int btrfs_truncate_block(struct btrfs_inode *inode, loff_t from, loff_t len,
H A Dfile.c2640 ret = btrfs_truncate_block(BTRFS_I(inode), offset, len, in btrfs_punch_hole()
2651 ret = btrfs_truncate_block(BTRFS_I(inode), offset, 0, 0); in btrfs_punch_hole()
2687 ret = btrfs_truncate_block(BTRFS_I(inode), in btrfs_punch_hole()
2921 ret = btrfs_truncate_block(BTRFS_I(inode), offset, len, in btrfs_zero_range()
2953 ret = btrfs_truncate_block(BTRFS_I(inode), offset, 0, 0); in btrfs_zero_range()
2970 ret = btrfs_truncate_block(BTRFS_I(inode), offset + len, in btrfs_zero_range()
3091 ret = btrfs_truncate_block(BTRFS_I(inode), inode->i_size, 0, 0); in btrfs_fallocate()
H A Dinode.c4683 int btrfs_truncate_block(struct btrfs_inode *inode, loff_t from, loff_t len, in btrfs_truncate_block() function
4896 err = btrfs_truncate_block(inode, oldsize, 0, 0); in btrfs_cont_expand()
8436 ret = btrfs_truncate_block(inode, inode->vfs_inode.i_size, 0, 0); in btrfs_truncate()