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

/linux-master/include/linux/
H A Dsecurity.h1489 int security_post_notification(const struct cred *w_cred,
1493 static inline int security_post_notification(const struct cred *w_cred, argument
H A Dlsm_hook_defs.h301 LSM_HOOK(int, 0, post_notification, const struct cred *w_cred,
/linux-master/security/
H A Dsecurity.c4274 * @w_cred: credentials of the task that set the watch
4282 int security_post_notification(const struct cred *w_cred, argument
4286 return call_int_hook(post_notification, w_cred, cred, n);
/linux-master/security/smack/
H A Dsmack_lsm.c4646 * @w_cred: The credentials of the watcher.
4650 static int smack_post_notification(const struct cred *w_cred, argument
4665 obj = smk_of_task(smack_cred(w_cred));

Completed in 183 milliseconds