Home
last modified time | relevance | path

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

/linux/security/
H A Dsecurity.c4082 int security_post_notification(const struct cred *w_cred, in security_post_notification() argument
4086 return call_int_hook(post_notification, w_cred, cred, n); in security_post_notification()
/linux/security/smack/
H A Dsmack_lsm.c4721 * @w_cred: The credentials of the watcher.
4725 static int smack_post_notification(const struct cred *w_cred,
4740 obj = smk_of_task(smack_cred(w_cred)); in smack_post_notification()
4727 smack_post_notification(const struct cred * w_cred,const struct cred * cred,struct watch_notification * n) smack_post_notification() argument