Lines Matching defs:nfsd_srvargs
106 static int nfssvc_nfsd(struct nfssvc_copy_ops *, struct nfsd_srvargs *, void *,
118 static int nfssvc_nsd_in(struct nfsd_srvargs *, const void *);
119 static int nfssvc_nsd_out(void *, const struct nfsd_srvargs *);
159 * transport in struct nfsd_srvargs::nsd_nfsd.
195 * as stored in struct nfsd_srvargs::nsd_nfsd, or NULL if nfsdu is
236 nfssvc_nsd_in(struct nfsd_srvargs *nsd, const void *argp)
243 nfssvc_nsd_out(void *argp, const struct nfsd_srvargs *nsd)
296 struct nfsd_srvargs nfsd_srvargs, *nsd = &nfsd_srvargs;
592 nfssvc_nfsd(struct nfssvc_copy_ops *ops, struct nfsd_srvargs *nsd,