diff options
Diffstat (limited to 'fs/xfs/xfs_icache.h')
-rw-r--r-- | fs/xfs/xfs_icache.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/fs/xfs/xfs_icache.h b/fs/xfs/xfs_icache.h index 46748b86b12f..62f1f91c32cb 100644 --- a/fs/xfs/xfs_icache.h +++ b/fs/xfs/xfs_icache.h | |||
@@ -34,6 +34,14 @@ struct xfs_eofblocks { | |||
34 | #define SYNC_TRYLOCK 0x0002 /* only try to lock inodes */ | 34 | #define SYNC_TRYLOCK 0x0002 /* only try to lock inodes */ |
35 | 35 | ||
36 | /* | 36 | /* |
37 | * tags for inode radix tree | ||
38 | */ | ||
39 | #define XFS_ICI_NO_TAG (-1) /* special flag for an untagged lookup | ||
40 | in xfs_inode_ag_iterator */ | ||
41 | #define XFS_ICI_RECLAIM_TAG 0 /* inode is to be reclaimed */ | ||
42 | #define XFS_ICI_EOFBLOCKS_TAG 1 /* inode has blocks beyond EOF */ | ||
43 | |||
44 | /* | ||
37 | * Flags for xfs_iget() | 45 | * Flags for xfs_iget() |
38 | */ | 46 | */ |
39 | #define XFS_IGET_CREATE 0x1 | 47 | #define XFS_IGET_CREATE 0x1 |