Home
last modified time | relevance | path

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

/Linux-v6.6/fs/ubifs/
Dioctl.c204 case FS_IOC_GET_ENCRYPTION_NONCE: in ubifs_ioctl()
229 case FS_IOC_GET_ENCRYPTION_NONCE: in ubifs_compat_ioctl()
/Linux-v6.6/tools/include/uapi/linux/
Dfscrypt.h168 #define FS_IOC_GET_ENCRYPTION_NONCE _IOR('f', 27, __u8[16]) macro
/Linux-v6.6/include/uapi/linux/
Dfscrypt.h168 #define FS_IOC_GET_ENCRYPTION_NONCE _IOR('f', 27, __u8[16]) macro
/Linux-v6.6/fs/ceph/
Dioctl.c349 case FS_IOC_GET_ENCRYPTION_NONCE: in ceph_ioctl_cmd_name()
412 case FS_IOC_GET_ENCRYPTION_NONCE: in ceph_ioctl()
/Linux-v6.6/fs/ext4/
Dioctl.c1546 case FS_IOC_GET_ENCRYPTION_NONCE: in __ext4_ioctl()
1676 case FS_IOC_GET_ENCRYPTION_NONCE: in ext4_compat_ioctl()
/Linux-v6.6/fs/f2fs/
Dfile.c4250 case FS_IOC_GET_ENCRYPTION_NONCE: in __f2fs_ioctl()
4945 case FS_IOC_GET_ENCRYPTION_NONCE: in f2fs_compat_ioctl()
/Linux-v6.6/Documentation/filesystems/
Dfscrypt.rst756 Since Linux v5.7, the ioctl FS_IOC_GET_ENCRYPTION_NONCE is supported.