Searched refs:file_ioctl (Results 1 – 7 of 7) sorted by relevance
| /linux/security/tomoyo/ |
| A D | tomoyo.c | 577 LSM_HOOK_INIT(file_ioctl, tomoyo_file_ioctl),
|
| /linux/fs/ |
| A D | ioctl.c | 324 static int file_ioctl(struct file *filp, unsigned int cmd, int __user *p) in file_ioctl() function 886 return file_ioctl(filp, cmd, argp); in do_vfs_ioctl()
|
| /linux/include/linux/ |
| A D | lsm_hook_defs.h | 191 LSM_HOOK(int, 0, file_ioctl, struct file *file, unsigned int cmd,
|
| /linux/security/landlock/ |
| A D | fs.c | 1672 LSM_HOOK_INIT(file_ioctl, hook_file_ioctl),
|
| /linux/security/ |
| A D | security.c | 2910 return call_int_hook(file_ioctl, file, cmd, arg); in security_file_ioctl()
|
| /linux/security/smack/ |
| A D | smack_lsm.c | 5084 LSM_HOOK_INIT(file_ioctl, smack_file_ioctl),
|
| /linux/security/selinux/ |
| A D | hooks.c | 7167 LSM_HOOK_INIT(file_ioctl, selinux_file_ioctl),
|
Completed in 46 milliseconds