Home
last modified time | relevance | path

Searched refs:w_cred (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/include/linux/
H A Dsecurity.h1326 int security_post_notification(const struct cred *w_cred,
1330 static inline int security_post_notification(const struct cred *w_cred, in security_post_notification() argument
H A Dlsm_hook_defs.h264 LSM_HOOK(int, 0, post_notification, const struct cred *w_cred,
/OK3568_Linux_fs/kernel/security/
H A Dsecurity.c2059 int security_post_notification(const struct cred *w_cred, in security_post_notification() argument
2063 return call_int_hook(post_notification, 0, w_cred, cred, n); in security_post_notification()
/OK3568_Linux_fs/kernel/security/smack/
H A Dsmack_lsm.c4409 static int smack_post_notification(const struct cred *w_cred, in smack_post_notification() argument
4424 obj = smk_of_task(smack_cred(w_cred)); in smack_post_notification()