Add missing kernel flags up to 1ULL << 33
authorBernd Schubert <bschubert@ddn.com>
Mon, 11 Apr 2022 17:59:36 +0000 (19:59 +0200)
committerNikolaus Rath <Nikolaus@rath.org>
Sun, 17 Apr 2022 12:45:38 +0000 (13:45 +0100)
Just a further sync with the in-kernel flags.

include/fuse_kernel.h

index 4762c9ea786b7b022559d230b32bb77d9e3a91a7..09da620b56aefaa88df3a29a8e60c65fb2d95399 100644 (file)
@@ -303,7 +303,15 @@ struct fuse_file_lock {
 #define FUSE_CACHE_SYMLINKS    (1 << 23)
 #define FUSE_NO_OPENDIR_SUPPORT (1 << 24)
 #define FUSE_EXPLICIT_INVAL_DATA (1 << 25)
+#define FUSE_MAP_ALIGNMENT     (1 << 26)
+#define FUSE_SUBMOUNTS         (1 << 27)
+#define FUSE_HANDLE_KILLPRIV_V2        (1 << 28)
+#define FUSE_SETXATTR_EXT      (1 << 29)
 #define FUSE_INIT_EXT          (1 << 30)
+#define FUSE_INIT_RESERVED     (1 << 31)
+/* bits 32..63 get shifted down 32 bits into the flags2 field */
+#define FUSE_SECURITY_CTX      (1ULL << 32)
+#define FUSE_HAS_INODE_DAX     (1ULL << 33)
 
 /**
  * CUSE INIT request/reply flags