Home
last modified time | relevance | path

Searched refs:file_fcntl (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/security/tomoyo/
Dtomoyo.c506 LSM_HOOK_INIT(file_fcntl, tomoyo_file_fcntl),
/linux-4.4.14/include/linux/
Dlsm_hooks.h1436 int (*file_fcntl)(struct file *file, unsigned int cmd, member
1700 struct list_head file_fcntl; member
/linux-4.4.14/security/
Dsecurity.c817 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/
Dsmack_lsm.c4619 LSM_HOOK_INIT(file_fcntl, smack_file_fcntl),
/linux-4.4.14/security/selinux/
Dhooks.c5931 LSM_HOOK_INIT(file_fcntl, selinux_file_fcntl),