Home
last modified time | relevance | path

Searched refs:security_file_ioctl (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/fs/
Dioctl.c620 error = security_file_ioctl(f.file, cmd, arg); in SYSCALL_DEFINE3()
Dcompat_ioctl.c1554 error = security_file_ioctl(f.file, cmd, arg); in COMPAT_SYSCALL_DEFINE3()
/linux-4.4.14/include/linux/
Dsecurity.h280 int security_file_ioctl(struct file *file, unsigned int cmd, unsigned long arg);
755 static inline int security_file_ioctl(struct file *file, unsigned int cmd, in security_file_ioctl() function
/linux-4.4.14/security/
Dsecurity.c750 int security_file_ioctl(struct file *file, unsigned int cmd, unsigned long arg) in security_file_ioctl() function