Searched refs:xfs_zero_range (Results 1 – 6 of 6) sorted by relevance
| /linux/fs/xfs/ |
| H A D | xfs_iomap.h | 27 int xfs_zero_range(struct xfs_inode *ip, loff_t pos, loff_t len,
|
| H A D | xfs_file.c | 443 error = xfs_zero_range(ip, isize, iocb->ki_pos - isize, ac, NULL); in xfs_file_write_zero_eof() 1340 error = xfs_zero_range(ip, offset, len, ac, NULL); in xfs_falloc_zero_range()
|
| H A D | xfs_iops.c | 993 error = xfs_zero_range(ip, oldsize, newsize - oldsize, in xfs_setattr_size()
|
| H A D | xfs_bmap_util.c | 900 error = xfs_zero_range(ip, offset, len, ac, NULL); in xfs_free_file_space()
|
| H A D | xfs_reflink.c | 1619 return xfs_zero_range(ip, isize, pos - isize, NULL, NULL); in xfs_reflink_zero_posteof()
|
| H A D | xfs_iomap.c | 2276 xfs_zero_range( in xfs_zero_range() function
|