Lines Matching defs:cred
116 struct cred { struct
117 atomic_t usage;
119 atomic_t subscribers; /* number of processes subscribed */
143 struct thread_group_cred *tgcred; /* thread-group shared credentials */ argument
154 extern void __put_cred(struct cred *); argument
182 static inline void __validate_creds(const struct cred *cred, in __validate_creds()
189 #define validate_creds(cred) \ argument
201 static inline void validate_creds(const struct cred *cred) in validate_creds()
219 static inline struct cred *get_new_cred(struct cred *cred) in get_new_cred()
238 static inline const struct cred *get_cred(const struct cred *cred) in get_cred()
258 struct cred *cred = (struct cred *) _cred; in put_cred() local