Searched refs:file_ioctl (Results 1 – 5 of 5) sorted by relevance
/linux/fs/ |
H A D | ioctl.c | 323 static int file_ioctl(struct file *filp, unsigned int cmd, int __user *p) in file_ioctl() function 885 return file_ioctl(filp, cmd, argp); in do_vfs_ioctl()
|
/linux/security/tomoyo/ |
H A D | tomoyo.c | 574 LSM_HOOK_INIT(file_ioctl, tomoyo_file_ioctl),
|
/linux/security/landlock/ |
H A D | fs.c | 1676 LSM_HOOK_INIT(file_ioctl, hook_file_ioctl),
|
/linux/security/ |
H A D | security.c | 2913 return call_int_hook(file_ioctl, file, cmd, arg); in security_file_ioctl()
|
/linux/security/selinux/ |
H A D | hooks.c | 7233 LSM_HOOK_INIT(file_ioctl, selinux_file_ioctl),
|