Lines Matching defs:cred
292 static int nfsd_init_socks(struct net *net, const struct cred *cred)
301 SVC_SOCK_DEFAULTS, cred);
306 SVC_SOCK_DEFAULTS, cred);
410 static int nfsd_startup_net(struct net *net, const struct cred *cred)
421 ret = nfsd_init_socks(net, cred);
426 ret = lockd_up(net, cred);
787 nfsd_svc(int nrservs, struct net *net, const struct cred *cred)
814 error = nfsd_startup_net(net, cred);