Home
last modified time | relevance | path

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

/linux/fs/ubifs/
H A Dioctl.c192 case FS_IOC_ADD_ENCRYPTION_KEY: in ubifs_ioctl()
219 case FS_IOC_ADD_ENCRYPTION_KEY: in ubifs_compat_ioctl()
/linux/tools/include/uapi/linux/
H A Dfscrypt.h53 * Deprecated; prefer FS_IOC_ADD_ENCRYPTION_KEY instead.
126 /* Struct passed to FS_IOC_ADD_ENCRYPTION_KEY */
167 #define FS_IOC_ADD_ENCRYPTION_KEY _IOWR('f', 23, struct fscrypt_add_key_arg) macro
/linux/fs/ceph/
H A Dioctl.c344 case FS_IOC_ADD_ENCRYPTION_KEY: in ceph_ioctl_cmd_name()
401 case FS_IOC_ADD_ENCRYPTION_KEY: in ceph_ioctl()
/linux/Documentation/filesystems/
H A Dfscrypt.rst138 be done immediately after FS_IOC_ADD_ENCRYPTION_KEY, without waiting
680 `FS_IOC_ADD_ENCRYPTION_KEY`_. Then, the ``key_spec.u.identifier``
844 FS_IOC_ADD_ENCRYPTION_KEY subsection
847 The FS_IOC_ADD_ENCRYPTION_KEY ioctl adds a master encryption key to
941 FS_IOC_ADD_ENCRYPTION_KEY may also be used to add a v2 policy key
943 FS_IOC_ADD_ENCRYPTION_KEY will just install a claim to the key for the
947 FS_IOC_ADD_ENCRYPTION_KEY returns 0 if either the key or a claim to
950 FS_IOC_ADD_ENCRYPTION_KEY can fail with the following errors:
1022 `FS_IOC_ADD_ENCRYPTION_KEY`_:
1070 claim to the key, undoing a single call to FS_IOC_ADD_ENCRYPTION_KEY
[all...]
/linux/fs/ext4/
H A Dioctl.c1534 case FS_IOC_ADD_ENCRYPTION_KEY: in __ext4_ioctl()
1680 case FS_IOC_ADD_ENCRYPTION_KEY: in ext4_compat_ioctl()