]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - fs/ext4/xattr.h
PCI: layerscape: Factor out ls_pcie_establish_link()
[karo-tx-linux.git] / fs / ext4 / xattr.h
index 29bedf5589f6b2c0aba9830aacd27d6576276e66..ddc0957760ba00797aa90906efaad5d4e54e7c36 100644 (file)
@@ -23,6 +23,7 @@
 #define EXT4_XATTR_INDEX_SECURITY              6
 #define EXT4_XATTR_INDEX_SYSTEM                        7
 #define EXT4_XATTR_INDEX_RICHACL               8
+#define EXT4_XATTR_INDEX_ENCRYPTION            9
 
 struct ext4_xattr_header {
        __le32  h_magic;        /* magic number for identification */
@@ -98,6 +99,8 @@ extern const struct xattr_handler ext4_xattr_user_handler;
 extern const struct xattr_handler ext4_xattr_trusted_handler;
 extern const struct xattr_handler ext4_xattr_security_handler;
 
+#define EXT4_XATTR_NAME_ENCRYPTION_CONTEXT "c"
+
 extern ssize_t ext4_listxattr(struct dentry *, char *, size_t);
 
 extern int ext4_xattr_get(struct inode *, int, const char *, void *, size_t);