Lines Matching defs:cred
17 #include <linux/cred.h>
1151 struct cred *new;
1176 const struct cred *cred = current_cred();
1195 instkey = cred->request_key_auth;
1338 const struct cred *cred = current_cred();
1357 instkey = cred->request_key_auth;
1395 struct cred *new;
1629 const struct cred *mycred, *pcred;
1632 struct cred *cred;
1641 /* our parent is going to need a new cred struct, a new tgcred struct
1644 cred = cred_alloc_blank();
1645 if (!cred)
1647 newwork = &cred->rcu;
1649 cred->session_keyring = key_ref_to_ptr(keyring_r);
1708 put_cred(container_of(oldwork, struct cred, rcu));
1710 put_cred(cred);