Home
last modified time | relevance | path

Searched refs:smk_of_current (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/security/smack/
H A Dsmack_lsm.c516 struct smack_known *skp = smk_of_current(); in smack_syslog()
801 skp = smk_of_current(); in smack_set_mnt_opts()
955 struct smack_known *skp = smk_of_current(); in smack_inode_alloc_security()
977 struct smack_known *skp = smk_of_current(); in smack_inode_init_security()
1528 *blob = smk_of_current(); in smack_file_alloc_security()
1679 skp = smk_of_current(); in smack_mmap_file()
1758 *blob = smk_of_current(); in smack_file_set_fowner()
2236 struct smack_known *skp = smk_of_current(); in smack_sk_alloc_security()
2898 *blob = smk_of_current(); in smack_msg_msg_alloc_security()
2925 *blob = smk_of_current(); in smack_ipc_alloc_security()
[all …]
H A Dsmack.h413 static inline struct smack_known *smk_of_current(void) in smk_of_current() function
H A Dsmackfs.c184 struct smack_known *skp = smk_of_current(); in smk_netlabel_audit_set()