Home
last modified time | relevance | path

Searched refs:FS_IOC_ADD_ENCRYPTION_KEY (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/kernel/fs/ubifs/
H A Dioctl.c198 case FS_IOC_ADD_ENCRYPTION_KEY: in ubifs_ioctl()
231 case FS_IOC_ADD_ENCRYPTION_KEY: in ubifs_compat_ioctl()
/OK3568_Linux_fs/kernel/tools/include/uapi/linux/
H A Dfscrypt.h161 #define FS_IOC_ADD_ENCRYPTION_KEY _IOWR('f', 23, struct fscrypt_add_key_arg) macro
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dfscrypt.h164 #define FS_IOC_ADD_ENCRYPTION_KEY _IOWR('f', 23, struct fscrypt_add_key_arg) macro
/OK3568_Linux_fs/kernel/Documentation/filesystems/
H A Dfscrypt.rst131 be done immediately after FS_IOC_ADD_ENCRYPTION_KEY, without waiting
510 `FS_IOC_ADD_ENCRYPTION_KEY`_. Then, the ``key_spec.u.identifier``
674 FS_IOC_ADD_ENCRYPTION_KEY subsection
677 The FS_IOC_ADD_ENCRYPTION_KEY ioctl adds a master encryption key to
761 FS_IOC_ADD_ENCRYPTION_KEY may also be used to add a v2 policy key
763 FS_IOC_ADD_ENCRYPTION_KEY will just install a claim to the key for the
767 FS_IOC_ADD_ENCRYPTION_KEY returns 0 if either the key or a claim to
770 FS_IOC_ADD_ENCRYPTION_KEY can fail with the following errors:
839 `FS_IOC_ADD_ENCRYPTION_KEY`_:
888 claim to the key, undoing a single call to FS_IOC_ADD_ENCRYPTION_KEY.
[all …]
/OK3568_Linux_fs/kernel/fs/ext4/
H A Dioctl.c1197 case FS_IOC_ADD_ENCRYPTION_KEY: in __ext4_ioctl()
1395 case FS_IOC_ADD_ENCRYPTION_KEY: in ext4_compat_ioctl()
/OK3568_Linux_fs/kernel/fs/f2fs/
H A Dfile.c4292 case FS_IOC_ADD_ENCRYPTION_KEY: in __f2fs_ioctl()
4583 case FS_IOC_ADD_ENCRYPTION_KEY: in f2fs_compat_ioctl()