]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/blobdiff - include/xfs_alloc.h
sync kernel changes (32 bit inodes) with userspace code.
[thirdparty/xfsprogs-dev.git] / include / xfs_alloc.h
index 55a2efa5912062a3e2d3435ef9a772d18a1a0492..2a0ccf01ccc14d5f3ab5891a6946e87836e8728d 100644 (file)
@@ -86,6 +86,12 @@ typedef struct xfs_alloc_arg {
        char            userdata;       /* set if this is user data */
 } xfs_alloc_arg_t;
 
+/*
+ * Defines for userdata
+ */
+#define XFS_ALLOC_USERDATA             1       /* allocation is for user data*/
+#define XFS_ALLOC_INITIAL_USER_DATA    2       /* special case start of file */
+
 
 #ifdef __KERNEL__