Searched refs:cred (Results 226 - 250 of 336) sorted by relevance

1234567891011>>

/linux-master/fs/nfsd/
H A Dnfsctl.c693 static ssize_t __write_ports_addfd(char *buf, struct net *net, const struct cred *cred) argument
710 err = svc_addsock(serv, net, fd, buf, SIMPLE_TRANSACTION_LIMIT, cred);
722 static ssize_t __write_ports_addxprt(char *buf, struct net *net, const struct cred *cred) argument
743 PF_INET, port, SVC_SOCK_ANONYMOUS, cred);
748 PF_INET6, port, SVC_SOCK_ANONYMOUS, cred);
/linux-master/include/linux/
H A Dfs.h43 #include <linux/cred.h>
67 struct cred;
1007 const struct cred *f_cred;
1900 const struct cred *cred);
1902 const struct cred *cred);
2653 const struct cred *creds);
2655 const struct cred *cred);
[all...]
H A Dseq_file.h13 #include <linux/cred.h>
H A Dsocket.h15 struct cred;
H A Dsched.h1073 const struct cred __rcu *ptracer_cred;
1076 const struct cred __rcu *real_cred;
1079 const struct cred __rcu *cred; member in struct:task_struct
/linux-master/net/sunrpc/
H A Dclnt.c403 clnt->cl_cred = get_cred(args->cred);
693 .cred = clnt->cl_cred,
716 .cred = clnt->cl_cred,
1072 .cred = old->cl_cred,
1854 * had status 0 but failed to update the cred.
2703 struct rpc_cred *cred = task->tk_rqstp->rq_cred; local
2705 if (!test_bit(RPCAUTH_CRED_UPTODATE, &cred->cr_flags)) {
2765 /* Re-encode with a fresh cred */
2803 /* possibly garbled cred/verf? */
2855 struct rpc_xprt *xprt, struct rpc_cred *cred, in
2854 rpc_call_null_helper(struct rpc_clnt *clnt, struct rpc_xprt *xprt, struct rpc_cred *cred, int flags, const struct rpc_call_ops *ops, void *data) argument
2875 rpc_call_null(struct rpc_clnt *clnt, struct rpc_cred *cred, int flags) argument
[all...]
/linux-master/fs/overlayfs/
H A Dreaddir.c14 #include <linux/cred.h>
276 const struct cred *old_cred;
756 const struct cred *old_cred;
859 const struct cred *old_cred;
986 const struct cred *old_cred;
H A Dnamei.c8 #include <linux/cred.h>
956 const struct cred *old_cred;
978 const struct cred *old_cred;
1033 const struct cred *old_cred;
1377 const struct cred *old_cred;
H A Dsuper.c1299 struct cred *cred; local
1309 ofs->creator_cred = cred = prepare_creds();
1310 if (!cred)
1448 cap_lower(cred->cap_effective, CAP_SYS_RESOURCE);
H A Dcopy_up.c17 #include <linux/cred.h>
708 const struct cred *old;
709 struct cred *new;
1183 const struct cred *old_cred;
/linux-master/fs/ecryptfs/
H A Decryptfs_kernel.h687 const struct cred *cred);
/linux-master/include/linux/sched/
H A Dsignal.h10 #include <linux/cred.h>
332 const struct cred *);
/linux-master/fs/fuse/
H A Ddir.c1418 const struct cred *cred = current_cred(); local
1420 return (uid_eq(cred->euid, fc->user_id) &&
1421 uid_eq(cred->suid, fc->user_id) &&
1422 uid_eq(cred->uid, fc->user_id) &&
1423 gid_eq(cred->egid, fc->group_id) &&
1424 gid_eq(cred->sgid, fc->group_id) &&
1425 gid_eq(cred->gid, fc->group_id));
/linux-master/fs/nfs/
H A Dinode.c1043 ctx->cred = get_cred(filp->f_cred);
1045 ctx->cred = get_current_cred();
1082 put_cred(ctx->cred);
1132 struct nfs_open_context *nfs_find_open_context(struct inode *inode, const struct cred *cred, fmode_t mode) argument
1139 if (cred != NULL && cred_fscmp(pos->cred, cred) != 0)
/linux-master/kernel/trace/
H A Dtrace_events_user.c1453 const struct cred *old_cred;
1454 struct cred *cred; local
1456 cred = prepare_creds();
1458 if (!cred)
1470 cred->fsuid = GLOBAL_ROOT_UID;
1472 old_cred = override_creds(cred);
1480 put_cred(cred);
/linux-master/lib/
H A Dvsprintf.c35 #include <linux/cred.h>
861 const struct cred *cred; local
882 cred = current_cred();
884 !uid_eq(cred->euid, cred->uid) ||
885 !gid_eq(cred->egid, cred->gid))
/linux-master/io_uring/
H A Dregister.c131 const struct cred *creds;
145 const struct cred *creds;
/linux-master/fs/cachefiles/
H A Ddaemon.c634 const struct cred *saved_cred;
705 const struct cred *saved_cred;
/linux-master/security/safesetid/
H A Dsecurityfs.c18 #include <linux/cred.h>
/linux-master/fs/coda/
H A Dfile.c19 #include <linux/cred.h>
/linux-master/fs/proc/
H A Droot.c23 #include <linux/cred.h>
/linux-master/kernel/
H A DMakefile12 notifier.o ksysfs.o cred.o reboot.o \
H A Ducount.c6 #include <linux/cred.h>
/linux-master/security/landlock/
H A Dsyscalls.c29 #include "cred.h"
469 struct cred *new_cred;
/linux-master/ipc/
H A Dipc_sysctl.c17 #include <linux/cred.h>

Completed in 507 milliseconds

1234567891011>>