Home
last modified time | relevance | path

Searched refs:get_cred (Results 1 – 25 of 33) sorted by relevance

12

/linux/Documentation/translations/zh_CN/security/
H A Dcredentials.rst253 struct file也是如此。此外,某些函数如 ``get_cred()`` 和 ``put_cred()`` 在
337 ``__task_cred()`` 的结果不应直接传递给 ``get_cred()`` ,
447 - ``const struct cred *get_cred(const struct cred *cred);``
/linux/security/keys/
H A Drequest_key_auth.c199 rka->cred = get_cred(irka->cred); in request_key_auth_new()
206 rka->cred = get_cred(cred); in request_key_auth_new()
/linux/include/linux/
H A Dcred.h233 static inline const struct cred *get_cred(const struct cred *cred) in get_cred() function
329 (get_cred(current_cred()))
/linux/fs/nfsd/
H A Dauth.c30 put_cred(revert_creds(get_cred(current_real_cred()))); in nfsd_setuser()
H A Dnfs4callback.c1127 return get_cred(rpc_machine_cred()); in get_backchannel_cred()
/linux/security/apparmor/
H A Dcapability.c104 ent->ad_subj_cred = get_cred(ad->subj_cred); in audit_caps()
/linux/kernel/
H A Dcred.c318 p->cred = p->real_cred = get_cred(new); in copy_creds()
379 get_cred(new); /* we will require a ref for the subj creds too */ in commit_creds()
H A Dwatch_queue.c479 watch->cred = get_cred(cred); in add_one_watch()
/linux/fs/nfs/
H A Ddelegation.c268 delegation->cred = get_cred(cred); in nfs_inode_reclaim_delegation()
295 cred = get_cred(delegation->cred); in nfs_do_return_delegation()
427 old = xchg(&delegation->cred, get_cred(cred)); in nfs_update_delegation_cred()
482 delegation->cred = get_cred(cred); in nfs_inode_set_delegation()
1572 *cred = get_cred(delegation->cred); in nfs4_copy_delegation_stateid()
H A Dnamespace.c175 fc->cred = get_cred(server->cred); in nfs_d_automount()
H A Dnfs4client.c1222 server->cred = get_cred(fc->cred); in nfs4_create_server()
1270 server->cred = get_cred(parent_server->cred); in nfs4_create_referral_server()
H A Dpnfs.c1055 old = xchg(&lo->plh_lc_cred, get_cred(cred)); in pnfs_set_layout_cred()
1315 *cred = get_cred(lo->plh_lc_cred); in pnfs_prepare_layoutreturn()
1528 cred = get_cred(lo->plh_lc_cred); in pnfs_layout_return_on_reboot()
1892 lo->plh_lc_cred = get_cred(ctx->cred); in alloc_init_layout_hdr()
3396 data->cred = get_cred(nfsi->layout->plh_lc_cred); in pnfs_layoutcommit_inode()
H A Dclient.c1143 server->cred = get_cred(fc->cred); in nfs_create_server()
1212 server->cred = get_cred(source->cred); in nfs_clone_server()
H A Dnfs4state.c196 return get_cred(rpc_machine_cred()); in nfs4_get_machine_cred()
220 cred = get_cred(sp->so_cred); in nfs4_get_renew_cred_server_locked()
506 sp->so_cred = get_cred(cred); in nfs4_alloc_state_owner()
/linux/fs/fuse/
H A Dpassthrough.c180 ff->cred = get_cred(fb->cred); in fuse_passthrough_open()
/linux/fs/nfs/flexfilelayout/
H A Dflexfilelayoutdev.c441 cred = get_cred(mdscred); in ff_layout_get_ds_cred()
443 cred = get_cred(mdscred); in ff_layout_get_ds_cred()
/linux/fs/
H A Dfile_table.c158 f->f_cred = get_cred(cred); in init_file()
H A Dfs_context.c406 get_cred(fc->cred); in vfs_dup_fs_context()
/linux/Documentation/security/
H A Dcredentials.rst299 certain functions such as ``get_cred()`` and ``put_cred()`` operate on const
394 ``get_cred()`` as this may race with ``commit_cred()``.
525 - ``const struct cred *get_cred(const struct cred *cred);``
/linux/net/sunrpc/
H A Dsvc_xprt.c277 newxprt->xpt_cred = get_cred(cred); in _svc_xprt_create()
785 newxpt->xpt_cred = get_cred(xprt->xpt_cred); in svc_handle_xprt()
H A Dauth.c602 cred->cr_cred = get_cred(acred->cred); in rpcauth_init_cred()
H A Dclnt.c387 clnt->cl_cred = get_cred(args->cred); in rpc_new_client()
1204 get_cred(task->tk_msg.rpc_cred); in rpc_task_set_rpc_message()
/linux/fs/lockd/
H A Dhost.c165 host->h_cred = get_cred(ni->cred); in nlm_alloc_host()
/linux/drivers/misc/vmw_vmci/
H A Dvmci_context.c149 context->cred = get_cred(cred); in vmci_ctx_create()
/linux/net/bluetooth/
H A Daf_bluetooth.c237 sk->sk_peer_cred = get_cred(parent->sk_peer_cred); in bt_accept_enqueue()

12