Searched refs:w_cred (Results 1 - 4 of 4) sorted by last modified time

/linux-master/security/smack/
H A Dsmack_lsm.c4647 * @w_cred: The credentials of the watcher.
4651 static int smack_post_notification(const struct cred *w_cred, argument
4666 obj = smk_of_task(smack_cred(w_cred));
/linux-master/security/
H A Dsecurity.c4275 * @w_cred: credentials of the task that set the watch
4283 int security_post_notification(const struct cred *w_cred, argument
4287 return call_int_hook(post_notification, w_cred, cred, n);
/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.h302 LSM_HOOK(int, 0, post_notification, const struct cred *w_cred,

Completed in 375 milliseconds