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.h434 int btrfs_truncate_block(struct btrfs_inode *inode, loff_t from, loff_t len,
H A Dfile.c2667 ret = btrfs_truncate_block(BTRFS_I(inode), offset, len, in btrfs_punch_hole()
2678 ret = btrfs_truncate_block(BTRFS_I(inode), offset, 0, 0); in btrfs_punch_hole()
2714 ret = btrfs_truncate_block(BTRFS_I(inode), in btrfs_punch_hole()
2948 ret = btrfs_truncate_block(BTRFS_I(inode), offset, len, in btrfs_zero_range()
2980 ret = btrfs_truncate_block(BTRFS_I(inode), offset, 0, 0); in btrfs_zero_range()
2997 ret = btrfs_truncate_block(BTRFS_I(inode), offset + len, in btrfs_zero_range()
3118 ret = btrfs_truncate_block(BTRFS_I(inode), inode->i_size, 0, 0); in btrfs_fallocate()
H A Dinode.c4691 int btrfs_truncate_block(struct btrfs_inode *inode, loff_t from, loff_t len, in btrfs_truncate_block() function
4904 err = btrfs_truncate_block(inode, oldsize, 0, 0); in btrfs_cont_expand()
8444 ret = btrfs_truncate_block(inode, inode->vfs_inode.i_size, 0, 0); in btrfs_truncate()