Home
last modified time | relevance | path

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

/Linux-v5.10/fs/xfs/
Dxfs_bmap_util.h79 int xfs_flush_unmap_range(struct xfs_inode *ip, xfs_off_t offset,
Dxfs_reflink.c1341 ret = xfs_flush_unmap_range(dest, XFS_ISIZE(dest), flen); in xfs_reflink_remap_prep()
1343 ret = xfs_flush_unmap_range(dest, pos_out, *len); in xfs_reflink_remap_prep()
Dxfs_bmap_util.c905 xfs_flush_unmap_range( in xfs_flush_unmap_range() function
1031 error = xfs_flush_unmap_range(ip, offset, XFS_ISIZE(ip)); in xfs_prepare_shift()
Dxfs_file.c876 error = xfs_flush_unmap_range(ip, offset, len); in xfs_file_fallocate()