Lines Matching defs:new
63 * Extract the description of a new key from userspace and either add it as a
64 * new key to the specified keyring or update a matching key in that keyring.
71 * If successful, the new key's serial number is returned, otherwise an error
507 * new key.
943 * If the UID is to be changed, the new user must have sufficient quota to
945 * the new user should the attribute be changed.
1006 /* transfer the quota burden to the new user */
1151 struct cred *new;
1153 new = prepare_creds();
1154 if (!new)
1157 key_put(new->request_key_auth);
1158 new->request_key_auth = key_get(key);
1160 return commit_creds(new);
1395 struct cred *new;
1403 new = prepare_creds();
1404 if (!new)
1409 ret = install_thread_keyring_to_cred(new);
1415 ret = install_process_keyring_to_cred(new);
1435 new->jit_keyring = reqkey_defl;
1436 commit_creds(new);
1439 abort_creds(new);
1641 /* our parent is going to need a new cred struct, a new tgcred struct
1642 * and new security data, so we allocate them here to prevent ENOMEM in