Home
last modified time | relevance | path

Searched refs:xfs_flush_unmap_range (Results 1 – 4 of 4) sorted by relevance

/linux-6.1.9/fs/xfs/
Dxfs_bmap_util.h79 int xfs_flush_unmap_range(struct xfs_inode *ip, xfs_off_t offset,
Dxfs_reflink.c1535 ret = xfs_flush_unmap_range(dest, XFS_ISIZE(dest), flen); in xfs_reflink_remap_prep()
1537 ret = xfs_flush_unmap_range(dest, pos_out, *len); in xfs_reflink_remap_prep()
Dxfs_bmap_util.c944 xfs_flush_unmap_range( in xfs_flush_unmap_range() function
1069 error = xfs_flush_unmap_range(ip, offset, XFS_ISIZE(ip)); in xfs_prepare_shift()
Dxfs_file.c935 error = xfs_flush_unmap_range(ip, offset, len); in xfs_file_fallocate()