Searched refs:get_cred (Results 1 - 25 of 31) sorted by relevance

12

/linux-master/fs/nfsd/
H A Dauth.c30 revert_creds(get_cred(current_real_cred()));
H A Dnfs4callback.c1013 return get_cred(rpc_machine_cred());
/linux-master/security/keys/
H A Drequest_key_auth.c199 rka->cred = get_cred(irka->cred);
206 rka->cred = get_cred(cred);
/linux-master/include/linux/
H A Dcred.h225 * get_cred - Get a reference on a set of credentials
233 static inline const struct cred *get_cred(const struct cred *cred) function
308 * The result of this function should not be passed directly to get_cred();
322 (get_cred(current_cred()))
/linux-master/fs/nfs/
H A Ddelegation.c241 delegation->cred = get_cred(cred);
264 cred = get_cred(delegation->cred);
390 old = xchg(&delegation->cred, get_cred(cred));
444 delegation->cred = get_cred(cred);
1447 *cred = get_cred(delegation->cred);
H A Dclient.c1060 server->cred = get_cred(fc->cred);
1127 server->cred = get_cred(source->cred);
H A Dnfs4client.c1218 server->cred = get_cred(fc->cred);
1256 server->cred = get_cred(parent_server->cred);
H A Dnfs4state.c196 return get_cred(rpc_machine_cred());
220 cred = get_cred(sp->so_cred);
510 sp->so_cred = get_cred(cred);
H A Dpnfs.c974 old = xchg(&lo->plh_lc_cred, get_cred(cred));
1207 *cred = get_cred(lo->plh_lc_cred);
1738 lo->plh_lc_cred = get_cred(ctx->cred);
3248 data->cred = get_cred(nfsi->layout->plh_lc_cred);
H A Dinode.c1043 ctx->cred = get_cred(filp->f_cred);
/linux-master/fs/nfs/flexfilelayout/
H A Dflexfilelayoutdev.c430 cred = get_cred(mdscred);
432 cred = get_cred(mdscred);
/linux-master/kernel/
H A Dcred.c344 p->cred = p->real_cred = get_cred(new);
403 get_cred(new); /* we will require a ref for the subj creds too */
494 * NOTE! This uses 'get_new_cred()' rather than 'get_cred()'.
H A Dwatch_queue.c471 watch->cred = get_cred(cred);
H A Dptrace.c75 child->ptracer_cred = get_cred(ptracer_cred);
/linux-master/fs/fuse/
H A Dpassthrough.c338 ff->cred = get_cred(fb->cred);
/linux-master/fs/
H A Dfile_table.c151 f->f_cred = get_cred(cred);
H A Dfs_context.c409 get_cred(fc->cred);
/linux-master/fs/lockd/
H A Dhost.c166 host->h_cred = get_cred(ni->cred);
/linux-master/net/sunrpc/
H A Dauth.c602 cred->cr_cred = get_cred(acred->cred);
H A Dsvc_xprt.c320 newxprt->xpt_cred = get_cred(cred);
783 newxpt->xpt_cred = get_cred(xprt->xpt_cred);
H A Dclnt.c403 clnt->cl_cred = get_cred(args->cred);
1211 get_cred(task->tk_msg.rpc_cred);
H A Dsvcsock.c1485 svsk->sk_xprt.xpt_cred = get_cred(cred);
/linux-master/net/bluetooth/
H A Daf_bluetooth.c212 sk->sk_peer_cred = get_cred(parent->sk_peer_cred);
/linux-master/drivers/misc/vmw_vmci/
H A Dvmci_context.c149 context->cred = get_cred(cred);
/linux-master/net/vmw_vsock/
H A Daf_vsock.c774 vsk->owner = get_cred(psk->owner);

Completed in 462 milliseconds

12