Searched refs:xfs_itruncate_extents (Results 1 – 5 of 5) sorted by relevance
/linux/fs/xfs/ |
H A D | xfs_attr_inactive.c | 375 error = xfs_itruncate_extents(&trans, dp, XFS_ATTR_FORK, 0); in xfs_attr_inactive()
|
H A D | xfs_qm_syscalls.c | 82 error = xfs_itruncate_extents(&tp, ip, XFS_DATA_FORK, 0); in xfs_qm_scall_trunc_qfile()
|
H A D | xfs_inode.h | 587 xfs_itruncate_extents( in xfs_itruncate_extents() function
|
H A D | xfs_iops.c | 989 error = xfs_itruncate_extents(&tp, ip, XFS_DATA_FORK, newsize); in xfs_setattr_size()
|
H A D | xfs_inode.c | 1168 error = xfs_itruncate_extents(&tp, ip, XFS_DATA_FORK, 0); in xfs_inactive_truncate()
|