Searched refs:file_ioctl (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/kernel/fs/ |
| H A D | ioctl.c | 527 static int file_ioctl(struct file *filp, unsigned int cmd, int __user *p) in file_ioctl() function 732 return file_ioctl(filp, cmd, argp); in do_vfs_ioctl()
|
| /OK3568_Linux_fs/kernel/security/tomoyo/ |
| H A D | tomoyo.c | 550 LSM_HOOK_INIT(file_ioctl, tomoyo_file_ioctl),
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | lsm_hook_defs.h | 161 LSM_HOOK(int, 0, file_ioctl, struct file *file, unsigned int cmd,
|
| /OK3568_Linux_fs/kernel/security/ |
| H A D | security.c | 1469 return call_int_hook(file_ioctl, 0, file, cmd, arg); in security_file_ioctl()
|
| /OK3568_Linux_fs/kernel/security/smack/ |
| H A D | smack_lsm.c | 4739 LSM_HOOK_INIT(file_ioctl, smack_file_ioctl),
|
| /OK3568_Linux_fs/kernel/security/selinux/ |
| H A D | hooks.c | 7076 LSM_HOOK_INIT(file_ioctl, selinux_file_ioctl),
|