aboutsummaryrefslogtreecommitdiffstats
path: root/sys/linux/fscrypt_386.const
diff options
context:
space:
mode:
authorEric Biggers <ebiggers@google.com>2019-11-25 17:06:15 -0800
committerDmitry Vyukov <dvyukov@google.com>2019-11-26 11:34:30 +0100
commitf72ffd024df9098b2d787d0107295a9669481cc9 (patch)
tree13c95b78165c9eb56ff68090da7a29c8c2f0afc1 /sys/linux/fscrypt_386.const
parent2649e7ccc4893a6006c8636daccdcae5afb3e8c6 (diff)
sys/linux/fscrypt.txt: add FSCRYPT_POLICY_FLAG_IV_INO_LBLK_64
This flag is new in 5.5. Also add a link to the fscrypt API documentation.
Diffstat (limited to 'sys/linux/fscrypt_386.const')
-rw-r--r--sys/linux/fscrypt_386.const1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/linux/fscrypt_386.const b/sys/linux/fscrypt_386.const
index 71866f62d..d3d854769 100644
--- a/sys/linux/fscrypt_386.const
+++ b/sys/linux/fscrypt_386.const
@@ -13,6 +13,7 @@ FSCRYPT_POLICY_FLAGS_PAD_32 = 3
FSCRYPT_POLICY_FLAGS_PAD_4 = 0
FSCRYPT_POLICY_FLAGS_PAD_8 = 1
FSCRYPT_POLICY_FLAG_DIRECT_KEY = 4
+FSCRYPT_POLICY_FLAG_IV_INO_LBLK_64 = 8
FS_IOC_ADD_ENCRYPTION_KEY = 3226494487
FS_IOC_GET_ENCRYPTION_KEY_STATUS = 3229640218
FS_IOC_GET_ENCRYPTION_POLICY = 1074554389