Home
last modified time | relevance | path

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

/linux-4.1.27/fs/
Dioctl.c620 error = security_file_ioctl(f.file, cmd, arg); in SYSCALL_DEFINE3()
Dcompat_ioctl.c1553 error = security_file_ioctl(f.file, cmd, arg); in COMPAT_SYSCALL_DEFINE3()
/linux-4.1.27/include/linux/
Dsecurity.h1862 int security_file_ioctl(struct file *file, unsigned int cmd, unsigned long arg);
2336 static inline int security_file_ioctl(struct file *file, unsigned int cmd, in security_file_ioctl() function
/linux-4.1.27/security/
Dsecurity.c730 int security_file_ioctl(struct file *file, unsigned int cmd, unsigned long arg) in security_file_ioctl() function