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

/linux-master/include/linux/
H A Dsecurity.h408 int security_file_ioctl(struct file *file, unsigned int cmd, unsigned long arg);
1040 static inline int security_file_ioctl(struct file *file, unsigned int cmd, function
/linux-master/fs/overlayfs/
H A Dinode.c610 * Work around the fact that security_file_ioctl() takes a file argument.
630 err = security_file_ioctl(file, cmd, 0);
/linux-master/fs/
H A Dioctl.c898 error = security_file_ioctl(f.file, cmd, arg);
/linux-master/security/
H A Dsecurity.c2750 * security_file_ioctl() - Check if an ioctl is allowed
2762 int security_file_ioctl(struct file *file, unsigned int cmd, unsigned long arg) function
2766 EXPORT_SYMBOL_GPL(security_file_ioctl); variable
2774 * Compat version of security_file_ioctl() that correctly handles 32-bit

Completed in 150 milliseconds