Home
last modified time | relevance | path

Searched refs:xfs_zero_range (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/fs/xfs/
H A Dxfs_iomap.h26 int xfs_zero_range(struct xfs_inode *ip, loff_t pos, loff_t len,
H A Dxfs_iops.c846 error = xfs_zero_range(ip, oldsize, newsize - oldsize, in xfs_setattr_size()
H A Dxfs_file.c478 error = xfs_zero_range(ip, isize, iocb->ki_pos - isize, NULL); in xfs_file_write_checks()
H A Dxfs_reflink.c1421 return xfs_zero_range(ip, isize, pos - isize, NULL); in xfs_reflink_zero_posteof()
H A Dxfs_iomap.c1421 xfs_zero_range( in xfs_zero_range() function
H A Dxfs_bmap_util.c1035 error = xfs_zero_range(ip, offset, len, NULL); in xfs_free_file_space()