aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_inode.h
diff options
context:
space:
mode:
Diffstat (limited to 'fs/xfs/xfs_inode.h')
-rw-r--r--fs/xfs/xfs_inode.h17
1 files changed, 6 insertions, 11 deletions
diff --git a/fs/xfs/xfs_inode.h b/fs/xfs/xfs_inode.h
index 03ae96bdae7..ddac1b806c0 100644
--- a/fs/xfs/xfs_inode.h
+++ b/fs/xfs/xfs_inode.h
@@ -403,17 +403,12 @@ static inline void xfs_ifunlock(xfs_inode_t *ip)
403/* 403/*
404 * In-core inode flags. 404 * In-core inode flags.
405 */ 405 */
406#define XFS_IGRIO 0x0001 /* inode used for guaranteed rate i/o */ 406#define XFS_IRECLAIM 0x0001 /* we have started reclaiming this inode */
407#define XFS_IUIOSZ 0x0002 /* inode i/o sizes have been explicitly set */ 407#define XFS_ISTALE 0x0002 /* inode has been staled */
408#define XFS_IQUIESCE 0x0004 /* we have started quiescing for this inode */ 408#define XFS_IRECLAIMABLE 0x0004 /* inode can be reclaimed */
409#define XFS_IRECLAIM 0x0008 /* we have started reclaiming this inode */ 409#define XFS_INEW 0x0008 /* inode has just been allocated */
410#define XFS_ISTALE 0x0010 /* inode has been staled */ 410#define XFS_IFILESTREAM 0x0010 /* inode is in a filestream directory */
411#define XFS_IRECLAIMABLE 0x0020 /* inode can be reclaimed */ 411#define XFS_ITRUNCATED 0x0020 /* truncated down so flush-on-close */
412#define XFS_INEW 0x0040
413#define XFS_IFILESTREAM 0x0080 /* inode is in a filestream directory */
414#define XFS_IMODIFIED 0x0100 /* XFS inode state possibly differs */
415 /* to the Linux inode state. */
416#define XFS_ITRUNCATED 0x0200 /* truncated down so flush-on-close */
417 412
418/* 413/*
419 * Flags for inode locking. 414 * Flags for inode locking.