Searched refs:FS_IOC_SET_ENCRYPTION_POLICY (Results 1 – 8 of 8) sorted by relevance
| /OK3568_Linux_fs/kernel/fs/ubifs/ |
| H A D | ioctl.c | 183 case FS_IOC_SET_ENCRYPTION_POLICY: { in ubifs_ioctl() 228 case FS_IOC_SET_ENCRYPTION_POLICY: in ubifs_compat_ioctl()
|
| /OK3568_Linux_fs/kernel/tools/include/uapi/linux/ |
| H A D | fscrypt.h | 157 #define FS_IOC_SET_ENCRYPTION_POLICY _IOR('f', 19, struct fscrypt_policy_v1) macro
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | fscrypt.h | 160 #define FS_IOC_SET_ENCRYPTION_POLICY _IOR('f', 19, struct fscrypt_policy_v1) macro
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/ |
| H A D | fs.h | 293 #define FS_IOC_SET_ENCRYPTION_POLICY _IOR('f', 19, struct fscrypt_policy) macro
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/ |
| H A D | fs.h | 293 #define FS_IOC_SET_ENCRYPTION_POLICY _IOR('f', 19, struct fscrypt_policy) macro
|
| /OK3568_Linux_fs/kernel/fs/ext4/ |
| H A D | ioctl.c | 1139 case FS_IOC_SET_ENCRYPTION_POLICY: in __ext4_ioctl() 1391 case FS_IOC_SET_ENCRYPTION_POLICY: in ext4_compat_ioctl()
|
| /OK3568_Linux_fs/kernel/Documentation/filesystems/ |
| H A D | fscrypt.rst | 434 FS_IOC_SET_ENCRYPTION_POLICY subsection 437 The FS_IOC_SET_ENCRYPTION_POLICY ioctl sets an encryption policy on an 504 FS_IOC_SET_ENCRYPTION_POLICY is executed. However, it must be added 515 If the file is not yet encrypted, then FS_IOC_SET_ENCRYPTION_POLICY 525 FS_IOC_SET_ENCRYPTION_POLICY validates that the specified encryption 535 FS_IOC_SET_ENCRYPTION_POLICY is executing. However, if the new 543 FS_IOC_SET_ENCRYPTION_POLICY can fail with the following errors:
|
| /OK3568_Linux_fs/kernel/fs/f2fs/ |
| H A D | file.c | 4284 case FS_IOC_SET_ENCRYPTION_POLICY: in __f2fs_ioctl() 4579 case FS_IOC_SET_ENCRYPTION_POLICY: in f2fs_compat_ioctl()
|