xfs: add EOFBLOCKS inode tagging/untagging
[deliverable/linux.git] / fs / xfs / xfs_ag.h
index 44d65c1533c045d219af0af4d6d64756a9a448c9..22bd4db011c892aebdb87b5a10c72e34e5bc132f 100644 (file)
@@ -233,6 +233,7 @@ typedef struct xfs_perag {
 #define XFS_ICI_NO_TAG         (-1)    /* special flag for an untagged lookup
                                           in xfs_inode_ag_iterator */
 #define XFS_ICI_RECLAIM_TAG    0       /* inode is to be reclaimed */
+#define XFS_ICI_EOFBLOCKS_TAG  1       /* inode has blocks beyond EOF */
 
 #define        XFS_AG_MAXLEVELS(mp)            ((mp)->m_ag_maxlevels)
 #define        XFS_MIN_FREELIST_RAW(bl,cl,mp)  \
This page took 0.025304 seconds and 5 git commands to generate.