Lines Matching defs:cred
203 const struct cred *cred = current_cred();
282 cred->uid));
288 cred->gid));
563 static int umh_pipe_setup(struct subprocess_info *info, struct cred *new)
587 const struct cred *old_cred;
588 struct cred *cred;
619 cred = prepare_creds();
620 if (!cred)
630 cred->fsuid = GLOBAL_ROOT_UID; /* Dump root private */
638 old_cred = override_creds(cred);
836 put_cred(cred);