Searched refs:cred (Results 251 - 275 of 336) sorted by relevance

<<11121314

/linux-master/fs/overlayfs/
H A Dutil.c10 #include <linux/cred.h>
64 const struct cred *ovl_override_creds(struct super_block *sb)
1136 const struct cred *old_cred;
1202 const struct cred *old_cred;
H A Doverlayfs.h431 const struct cred *ovl_override_creds(struct super_block *sb);
433 static inline const struct cred *ovl_creds(struct super_block *sb)
/linux-master/tools/perf/trace/beauty/include/linux/
H A Dsocket.h15 struct cred;
/linux-master/fs/nfs/blocklayout/
H A Dblocklayout.c563 const struct nfs4_deviceid *id, const struct cred *cred,
570 node = nfs4_find_get_deviceid(server, id, cred, gfp_mask);
562 bl_find_get_deviceid(struct nfs_server *server, const struct nfs4_deviceid *id, const struct cred *cred, gfp_t gfp_mask) argument
/linux-master/fs/nfs/
H A Dpnfs_nfs.c987 xprtdata.cred = nfs4_get_clid_cred(clp);
991 if (xprtdata.cred)
992 put_cred(xprtdata.cred);
H A Dnfs4file.c374 sp = nfs4_get_state_owner(server, ctx->cred, GFP_KERNEL);
/linux-master/fs/cachefiles/
H A Dio.c387 const struct cred *saved_cred;
608 const struct cred *saved_cred;
650 const struct cred *saved_cred;
/linux-master/fs/xfs/
H A Dxfs_handle.c238 const struct cred *cred = current_cred(); local
293 filp = dentry_open(&path, hreq->oflags, cred);
/linux-master/drivers/net/ethernet/chelsio/cxgb4vf/
H A Dsge.c610 unsigned int cred = fl->avail; local
709 cred = fl->avail - cred;
710 fl->pend_cred += cred;
718 return cred;
/linux-master/net/netfilter/
H A Dnfnetlink_queue.c437 const struct cred *cred; local
444 cred = sk->sk_socket->file->f_cred;
446 htonl(from_kuid_munged(&init_user_ns, cred->fsuid))))
449 htonl(from_kgid_munged(&init_user_ns, cred->fsgid))))
/linux-master/drivers/android/
H A Dbinder.c2164 if (security_binder_transfer_binder(proc->cred, target_proc->cred)) {
2210 if (security_binder_transfer_binder(proc->cred, target_proc->cred)) {
2298 ret = security_binder_transfer_file(proc->cred, target_proc->cred, file);
3078 if (security_binder_transaction(proc->cred,
3079 target_proc->cred) < 0) {
3214 security_cred_getsecid(proc->cred, &secid);
4932 put_cred(proc->cred);
[all...]
/linux-master/arch/arm/kernel/
H A Dsys_oabi-compat.c79 #include <linux/cred.h>
/linux-master/drivers/dma-buf/
H A Dudmabuf.c2 #include <linux/cred.h>
/linux-master/fs/lockd/
H A Dmon.c85 .cred = current_cred(),
/linux-master/fs/affs/
H A Dinode.c14 #include <linux/cred.h>
/linux-master/drivers/virt/vboxguest/
H A Dvboxguest_linux.c8 #include <linux/cred.h>
/linux-master/drivers/xen/
H A Dballoon.c44 #include <linux/cred.h>
/linux-master/fs/nfsd/
H A Dstate.h413 const struct cred *cl_cb_cred;
/linux-master/kernel/
H A Dacct.c495 const struct cred *orig_cred;
/linux-master/io_uring/
H A Dsqpoll.c180 const struct cred *creds = NULL;
/linux-master/fs/ceph/
H A Dmds_client.h325 const struct cred *r_cred;
/linux-master/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_tc_mqprio.c114 eosw_txq->cred = adap->params.ofldq_wr_cred;
133 eosw_txq->cred = adap->params.ofldq_wr_cred;
H A Dsge.c541 unsigned int cred = q->avail; local
618 out: cred = q->avail - cred;
619 q->pend_cred += cred;
629 return cred;
2243 eosw_txq->cred -= wrlen16;
2302 if (unlikely(left < 0 || wrlen16 > eosw_txq->cred)) {
2310 eosw_txq->cred -= wrlen16;
4115 eosw_txq->cred += cpl->credits;
/linux-master/fs/nfs/filelayout/
H A Dfilelayout.c489 nfs_initiate_pgio(ds_clnt, hdr, hdr->cred,
531 nfs_initiate_pgio(ds_clnt, hdr, hdr->cred,
/linux-master/net/sunrpc/
H A Dsvcsock.c1442 * @cred: credential
1449 char *name_return, const size_t len, const struct cred *cred)
1485 svsk->sk_xprt.xpt_cred = get_cred(cred);
1448 svc_addsock(struct svc_serv *serv, struct net *net, const int fd, char *name_return, const size_t len, const struct cred *cred) argument

Completed in 487 milliseconds

<<11121314