Home
last modified time | relevance | path

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

/linux-6.3-rc2/fs/ubifs/
A Dioctl.c192 case FS_IOC_ADD_ENCRYPTION_KEY: in ubifs_ioctl()
225 case FS_IOC_ADD_ENCRYPTION_KEY: in ubifs_compat_ioctl()
/linux-6.3-rc2/include/uapi/linux/
A Dfscrypt.h164 #define FS_IOC_ADD_ENCRYPTION_KEY _IOWR('f', 23, struct fscrypt_add_key_arg) macro
/linux-6.3-rc2/tools/include/uapi/linux/
A Dfscrypt.h164 #define FS_IOC_ADD_ENCRYPTION_KEY _IOWR('f', 23, struct fscrypt_add_key_arg) macro
/linux-6.3-rc2/Documentation/filesystems/
A Dfscrypt.rst131 be done immediately after FS_IOC_ADD_ENCRYPTION_KEY, without waiting
529 `FS_IOC_ADD_ENCRYPTION_KEY`_. Then, the ``key_spec.u.identifier``
693 FS_IOC_ADD_ENCRYPTION_KEY subsection
696 The FS_IOC_ADD_ENCRYPTION_KEY ioctl adds a master encryption key to
780 FS_IOC_ADD_ENCRYPTION_KEY may also be used to add a v2 policy key
786 FS_IOC_ADD_ENCRYPTION_KEY returns 0 if either the key or a claim to
789 FS_IOC_ADD_ENCRYPTION_KEY can fail with the following errors:
858 `FS_IOC_ADD_ENCRYPTION_KEY`_:
907 claim to the key, undoing a single call to FS_IOC_ADD_ENCRYPTION_KEY.
910 For example, if FS_IOC_ADD_ENCRYPTION_KEY was called with uid 1000,
[all …]
/linux-6.3-rc2/fs/ext4/
A Dioctl.c1516 case FS_IOC_ADD_ENCRYPTION_KEY: in __ext4_ioctl()
1662 case FS_IOC_ADD_ENCRYPTION_KEY: in ext4_compat_ioctl()
/linux-6.3-rc2/fs/f2fs/
A Dfile.c4187 case FS_IOC_ADD_ENCRYPTION_KEY: in __f2fs_ioctl()
4843 case FS_IOC_ADD_ENCRYPTION_KEY: in f2fs_compat_ioctl()

Completed in 19 milliseconds