Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dsecurity.h475 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
/linux/fs/overlayfs/
H A Dinode.c609 * Work around the fact that security_file_ioctl() takes a file argument.
634 err = security_file_ioctl(file, cmd, 0); in ovl_security_fileattr()
/linux/security/
H A Dsecurity.c2929 * security_file_ioctl() - Check if an ioctl is allowed
2941 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