Searched refs:file_fcntl (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/security/tomoyo/ |
D | tomoyo.c | 506 LSM_HOOK_INIT(file_fcntl, tomoyo_file_fcntl),
|
/linux-4.4.14/include/linux/ |
D | lsm_hooks.h | 1436 int (*file_fcntl)(struct file *file, unsigned int cmd, member 1700 struct list_head file_fcntl; member
|
/linux-4.4.14/security/ |
D | security.c | 817 return call_int_hook(file_fcntl, 0, file, cmd, arg); in security_file_fcntl() 1669 .file_fcntl = LIST_HEAD_INIT(security_hook_heads.file_fcntl),
|
/linux-4.4.14/security/smack/ |
D | smack_lsm.c | 4619 LSM_HOOK_INIT(file_fcntl, smack_file_fcntl),
|
/linux-4.4.14/security/selinux/ |
D | hooks.c | 5931 LSM_HOOK_INIT(file_fcntl, selinux_file_fcntl),
|