Searched refs:xfs_zero_range (Results 1 – 6 of 6) sorted by relevance
/linux-6.3-rc2/fs/xfs/ |
A D | xfs_iomap.h | 26 int xfs_zero_range(struct xfs_inode *ip, loff_t pos, loff_t len,
|
A D | xfs_file.c | 413 error = xfs_zero_range(ip, isize, iocb->ki_pos - isize, NULL); in xfs_file_write_checks()
|
A D | xfs_iops.c | 841 error = xfs_zero_range(ip, oldsize, newsize - oldsize, in xfs_setattr_size()
|
A D | xfs_reflink.c | 1437 return xfs_zero_range(ip, isize, pos - isize, NULL); in xfs_reflink_zero_posteof()
|
A D | xfs_iomap.c | 1406 xfs_zero_range( in xfs_zero_range() function
|
A D | xfs_bmap_util.c | 1020 error = xfs_zero_range(ip, offset, len, NULL); in xfs_free_file_space()
|
Completed in 17 milliseconds