Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/ubifs/
H A Dioctl.c210 case FS_IOC_GET_ENCRYPTION_NONCE: in ubifs_ioctl()
235 case FS_IOC_GET_ENCRYPTION_NONCE: in ubifs_compat_ioctl()
/OK3568_Linux_fs/kernel/tools/include/uapi/linux/
H A Dfscrypt.h165 #define FS_IOC_GET_ENCRYPTION_NONCE _IOR('f', 27, __u8[16]) macro
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dfscrypt.h168 #define FS_IOC_GET_ENCRYPTION_NONCE _IOR('f', 27, __u8[16]) macro
/OK3568_Linux_fs/kernel/fs/ext4/
H A Dioctl.c1217 case FS_IOC_GET_ENCRYPTION_NONCE: in __ext4_ioctl()
1399 case FS_IOC_GET_ENCRYPTION_NONCE: in ext4_compat_ioctl()
/OK3568_Linux_fs/kernel/fs/f2fs/
H A Dfile.c4300 case FS_IOC_GET_ENCRYPTION_NONCE: in __f2fs_ioctl()
4587 case FS_IOC_GET_ENCRYPTION_NONCE: in f2fs_compat_ioctl()
/OK3568_Linux_fs/kernel/Documentation/filesystems/
H A Dfscrypt.rst663 Since Linux v5.7, the ioctl FS_IOC_GET_ENCRYPTION_NONCE is supported.