diff options
Diffstat (limited to 'fs/xfs/xfs_da_btree.h')
-rw-r--r-- | fs/xfs/xfs_da_btree.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/xfs/xfs_da_btree.h b/fs/xfs/xfs_da_btree.h index 8face64c11fb..8be0b00ede9a 100644 --- a/fs/xfs/xfs_da_btree.h +++ b/fs/xfs/xfs_da_btree.h | |||
@@ -143,6 +143,7 @@ typedef struct xfs_da_args { | |||
143 | #define XFS_DA_OP_RENAME 0x0002 /* this is an atomic rename op */ | 143 | #define XFS_DA_OP_RENAME 0x0002 /* this is an atomic rename op */ |
144 | #define XFS_DA_OP_ADDNAME 0x0004 /* this is an add operation */ | 144 | #define XFS_DA_OP_ADDNAME 0x0004 /* this is an add operation */ |
145 | #define XFS_DA_OP_OKNOENT 0x0008 /* lookup/add op, ENOENT ok, else die */ | 145 | #define XFS_DA_OP_OKNOENT 0x0008 /* lookup/add op, ENOENT ok, else die */ |
146 | #define XFS_DA_OP_CILOOKUP 0x0010 /* lookup to return CI name if found */ | ||
146 | 147 | ||
147 | /* | 148 | /* |
148 | * Structure to describe buffer(s) for a block. | 149 | * Structure to describe buffer(s) for a block. |