aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNathan Scott <nathans@sgi.com>2003-09-22 04:31:15 +0000
committerNathan Scott <nathans@sgi.com>2003-09-22 04:31:15 +0000
commite5ddb17c22b7f08cf677e8dadc12b8393e27abbf (patch)
tree1662585356bf71741b2492b4eb78f7894d7704e3
parentef4679dc501ef5ec9351939c6d74b9928bcaf814 (diff)
downloaddmapi-dev-e5ddb17c22b7f08cf677e8dadc12b8393e27abbf.tar.gz
Sync dmapi userspace header with recent kernel changes
-rw-r--r--include/dmapi.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/dmapi.h b/include/dmapi.h
index e88eadb..52d3d70 100644
--- a/include/dmapi.h
+++ b/include/dmapi.h
@@ -458,6 +458,11 @@ typedef struct dm_stat dm_stat_t;
#define DM_XFLAG_REALTIME 0x1
#define DM_XFLAG_PREALLOC 0x2
+#define DM_XFLAG_IMMUTABLE 0x3
+#define DM_XFLAG_APPEND 0x4
+#define DM_XFLAG_SYNC 0x5
+#define DM_XFLAG_NOATIME 0x6
+#define DM_XFLAG_NODUMP 0x7
#define DM_XFLAG_HASATTR 0x80000000