Lines Matching defs:cred
64 static inline void set_cred_subscribers(struct cred *cred, int n) in set_cred_subscribers()
71 static inline int read_cred_subscribers(const struct cred *cred) in read_cred_subscribers()
83 struct cred *cred = (struct cred *) _cred; in alter_cred_subscribers() local
109 static void release_tgcred(struct cred *cred) in release_tgcred()
124 struct cred *cred = container_of(rcu, struct cred, rcu); in put_cred_rcu() local
159 void __put_cred(struct cred *cred) in __put_cred()
183 struct cred *cred; in exit_creds() local
221 const struct cred *cred; in get_task_cred() local
764 bool creds_are_invalid(const struct cred *cred) in creds_are_invalid()
788 static void dump_invalid_creds(const struct cred *cred, const char *label, in dump_invalid_creds()
819 void __invalid_creds(const struct cred *cred, const char *file, unsigned line) in __invalid_creds()