Searched refs:file_ioctl (Results 1 – 7 of 7) sorted by relevance
| /linux-6.15/security/tomoyo/ |
| H A D | tomoyo.c | 574 LSM_HOOK_INIT(file_ioctl, tomoyo_file_ioctl),
|
| /linux-6.15/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-6.15/include/linux/ |
| H A D | lsm_hook_defs.h | 192 LSM_HOOK(int, 0, file_ioctl, struct file *file, unsigned int cmd,
|
| /linux-6.15/security/landlock/ |
| H A D | fs.c | 1853 LSM_HOOK_INIT(file_ioctl, hook_file_ioctl),
|
| /linux-6.15/security/ |
| H A D | security.c | 2913 return call_int_hook(file_ioctl, file, cmd, arg); in security_file_ioctl()
|
| /linux-6.15/security/smack/ |
| H A D | smack_lsm.c | 5087 LSM_HOOK_INIT(file_ioctl, smack_file_ioctl),
|
| /linux-6.15/security/selinux/ |
| H A D | hooks.c | 7290 LSM_HOOK_INIT(file_ioctl, selinux_file_ioctl),
|