Searched refs:file_ioctl (Results 1 – 6 of 6) sorted by relevance
| /linux/fs/ |
| H A D | ioctl.c | 322 static int file_ioctl(struct file *filp, unsigned int cmd, int __user *p) in file_ioctl() function 576 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 | 203 * file_ioctl() commands (FIBMAP, FS_IOC_RESVSP, FS_IOC_RESVSP64, in is_masked_device_ioctl() 1972 LSM_HOOK_INIT(file_ioctl, hook_file_ioctl),
|
| /linux/security/ |
| H A D | security.c | 2512 return call_int_hook(file_ioctl, file, cmd, arg); in security_file_ioctl()
|
| /linux/security/smack/ |
| H A D | smack_lsm.c | 5169 LSM_HOOK_INIT(file_ioctl, smack_file_ioctl),
|
| /linux/security/selinux/ |
| H A D | hooks.c | 7611 LSM_HOOK_INIT(file_ioctl, selinux_file_ioctl),
|