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

/linux-master/fs/xfs/
H A Dxfs_iomap.h26 int xfs_zero_range(struct xfs_inode *ip, loff_t pos, loff_t len,
H A Dxfs_reflink.c1445 return xfs_zero_range(ip, isize, pos - isize, NULL);
H A Dxfs_file.c478 error = xfs_zero_range(ip, isize, iocb->ki_pos - isize, NULL);
H A Dxfs_iops.c845 error = xfs_zero_range(ip, oldsize, newsize - oldsize,
H A Dxfs_bmap_util.c865 * partial block at the beginning and/or end. xfs_zero_range is smart
873 error = xfs_zero_range(ip, offset, len, NULL);
880 * page could be mmap'd and xfs_zero_range doesn't do that for us.
H A Dxfs_iomap.c1419 xfs_zero_range( function

Completed in 140 milliseconds