Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dfsverity.h129 int fsverity_ioctl_enable(struct file *filp, const void __user *arg);
160 static inline int fsverity_ioctl_enable(struct file *filp, in fsverity_ioctl_enable() function
/OK3568_Linux_fs/kernel/fs/verity/
H A Denable.c340 int fsverity_ioctl_enable(struct file *filp, const void __user *uarg) in fsverity_ioctl_enable() function
418 EXPORT_SYMBOL_GPL(fsverity_ioctl_enable);
/OK3568_Linux_fs/kernel/fs/ext4/
H A Dioctl.c1309 return fsverity_ioctl_enable(filp, (const void __user *)arg); in __ext4_ioctl()
/OK3568_Linux_fs/kernel/android/
H A Dabi_gki_aarch64_oplus1008 fsverity_ioctl_enable
/OK3568_Linux_fs/kernel/fs/f2fs/
H A Dfile.c3400 return fsverity_ioctl_enable(filp, (const void __user *)arg); in f2fs_ioc_enable_verity()