Home
last modified time | relevance | path

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

/linux/fs/ubifs/
H A Dioctl.c204 case FS_IOC_GET_ENCRYPTION_NONCE: in ubifs_ioctl()
223 case FS_IOC_GET_ENCRYPTION_NONCE: in ubifs_compat_ioctl()
/linux/tools/include/uapi/linux/
H A Dfscrypt.h171 #define FS_IOC_GET_ENCRYPTION_NONCE _IOR('f', 27, __u8[16]) macro
/linux/fs/ceph/
H A Dioctl.c352 case FS_IOC_GET_ENCRYPTION_NONCE: in ceph_ioctl_cmd_name()
417 case FS_IOC_GET_ENCRYPTION_NONCE: in ceph_ioctl()
/linux/fs/ext4/
H A Dioctl.c1554 case FS_IOC_GET_ENCRYPTION_NONCE: in __ext4_ioctl()
1684 case FS_IOC_GET_ENCRYPTION_NONCE: in ext4_compat_ioctl()
/linux/Documentation/filesystems/
H A Dfscrypt.rst833 Since Linux v5.7, the ioctl FS_IOC_GET_ENCRYPTION_NONCE is supported.