Searched refs:xfs_zero_range (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/fs/xfs/ |
H A D | xfs_iomap.h | 26 int xfs_zero_range(struct xfs_inode *ip, loff_t pos, loff_t len,
|
H A D | xfs_iops.c | 846 error = xfs_zero_range(ip, oldsize, newsize - oldsize, in xfs_setattr_size()
|
H A D | xfs_file.c | 478 error = xfs_zero_range(ip, isize, iocb->ki_pos - isize, NULL); in xfs_file_write_checks()
|
H A D | xfs_reflink.c | 1421 return xfs_zero_range(ip, isize, pos - isize, NULL); in xfs_reflink_zero_posteof()
|
H A D | xfs_iomap.c | 1421 xfs_zero_range( in xfs_zero_range() function
|
H A D | xfs_bmap_util.c | 1035 error = xfs_zero_range(ip, offset, len, NULL); in xfs_free_file_space()
|