Lines Matching defs:cred
72 static const struct cred *root_cred;
290 const struct cred *saved_cred;
348 const struct cred *saved_cred;
465 struct cred *cred;
478 cred = prepare_kernel_cred(NULL);
479 if (!cred)
483 GLOBAL_ROOT_UID, GLOBAL_ROOT_GID, cred,
499 cred->thread_keyring = keyring;
500 cred->jit_keyring = KEY_REQKEY_DEFL_THREAD_KEYRING;
501 root_cred = cred;
509 put_cred(cred);