Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/ubifs/
H A Dioctl.c201 case FS_IOC_REMOVE_ENCRYPTION_KEY: in ubifs_ioctl()
232 case FS_IOC_REMOVE_ENCRYPTION_KEY: in ubifs_compat_ioctl()
/OK3568_Linux_fs/kernel/tools/include/uapi/linux/
H A Dfscrypt.h162 #define FS_IOC_REMOVE_ENCRYPTION_KEY _IOWR('f', 24, struct fscrypt_remove_key_arg) macro
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dfscrypt.h165 #define FS_IOC_REMOVE_ENCRYPTION_KEY _IOWR('f', 24, struct fscrypt_remove_key_arg) macro
/OK3568_Linux_fs/kernel/Documentation/filesystems/
H A Dfscrypt.rst113 In more detail, the FS_IOC_REMOVE_ENCRYPTION_KEY ioctl (or the
132 for FS_IOC_REMOVE_ENCRYPTION_KEY. Naturally, the same also applies
799 combination with FS_IOC_REMOVE_ENCRYPTION_KEY (see `Removing keys`_),
841 - `FS_IOC_REMOVE_ENCRYPTION_KEY`_
854 FS_IOC_REMOVE_ENCRYPTION_KEY subsection
857 The FS_IOC_REMOVE_ENCRYPTION_KEY ioctl removes a claim to a master
893 FS_IOC_REMOVE_ENCRYPTION_KEY will only succeed as uid 1000. Or, if
895 FS_IOC_REMOVE_ENCRYPTION_KEY will only remove their own claim. Only
899 If FS_IOC_REMOVE_ENCRYPTION_KEY really removes the key, it will also
906 FS_IOC_REMOVE_ENCRYPTION_KEY returns 0 if either the key was removed
[all …]
/OK3568_Linux_fs/kernel/fs/ext4/
H A Dioctl.c1202 case FS_IOC_REMOVE_ENCRYPTION_KEY: in __ext4_ioctl()
1396 case FS_IOC_REMOVE_ENCRYPTION_KEY: in ext4_compat_ioctl()
/OK3568_Linux_fs/kernel/fs/f2fs/
H A Dfile.c4294 case FS_IOC_REMOVE_ENCRYPTION_KEY: in __f2fs_ioctl()
4584 case FS_IOC_REMOVE_ENCRYPTION_KEY: in f2fs_compat_ioctl()