Searched refs:w_cred (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | security.h | 1326 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 D | lsm_hook_defs.h | 264 LSM_HOOK(int, 0, post_notification, const struct cred *w_cred,
|
| /OK3568_Linux_fs/kernel/security/ |
| H A D | security.c | 2059 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 D | smack_lsm.c | 4409 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()
|