Searched refs:security_file_ioctl (Results 1 – 3 of 3) sorted by relevance
475 int security_file_ioctl(struct file *file, unsigned int cmd, unsigned long arg);1143 static inline int security_file_ioctl(struct file *file, unsigned int cmd, in security_file_ioctl() function
609 * Work around the fact that security_file_ioctl() takes a file argument.634 err = security_file_ioctl(file, cmd, 0); in ovl_security_fileattr()
2929 * security_file_ioctl() - Check if an ioctl is allowed2941 int security_file_ioctl(struct file *file, unsigned int cmd, unsigned long arg) in security_file_ioctl() function 2945 EXPORT_SYMBOL_GPL(security_file_ioctl);2953 * Compat version of security_file_ioctl() that correctly handles 32-bit