Searched refs:fscrypt_ioctl_remove_key (Results 1 – 5 of 5) sorted by relevance
195 return fscrypt_ioctl_remove_key(file, (void __user *)arg); in ubifs_ioctl()
145 extern int fscrypt_ioctl_remove_key(struct file *filp, void __user *arg);396 static inline int fscrypt_ioctl_remove_key(struct file *filp, void __user *arg) in fscrypt_ioctl_remove_key() function
866 int fscrypt_ioctl_remove_key(struct file *filp, void __user *uarg) in fscrypt_ioctl_remove_key() function870 EXPORT_SYMBOL_GPL(fscrypt_ioctl_remove_key);
1201 return fscrypt_ioctl_remove_key(filp, (void __user *)arg); in ext4_ioctl()
2249 return fscrypt_ioctl_remove_key(filp, (void __user *)arg); in f2fs_ioc_remove_encryption_key()