Home
last modified time | relevance | path

Searched refs:XFS_ITRUNCATED (Results 1 – 2 of 2) sorted by relevance

/linux/fs/xfs/
H A Dxfs_inode.h383 #define XFS_ITRUNCATED (1 << 5) /* truncated down so flush-on-close */ macro
431 XFS_EOFBLOCKS_RELEASED | XFS_ITRUNCATED | XFS_NEED_INACTIVE | \
H A Dxfs_file.c145 xfs_iflags_clear(ip, XFS_ITRUNCATED); in xfs_file_fsync()
1705 if (xfs_iflags_test_and_clear(ip, XFS_ITRUNCATED)) { in xfs_file_release()