Home
last modified time | relevance | path

Searched refs:nd_mrep (Results 1 – 13 of 13) sorted by relevance

/netbsd-src/sys/fs/nfs/client/
H A Dnfs_clkrpc.c88 nd.nd_mrep = rqst->rq_args; in nfscb_program()
90 newnfs_realign(&nd.nd_mrep, M_WAITOK); in nfscb_program()
91 nd.nd_md = nd.nd_mrep; in nfscb_program()
103 m_freem(nd.nd_mrep); in nfscb_program()
119 m_freem(nd.nd_mrep); in nfscb_program()
H A Dnfs_clrpcops.c148 mbuf_freem(nd->nd_mrep); in nfsrpc_null()
254 mbuf_freem(nd->nd_mrep); in nfsrpc_accessrpc()
571 mbuf_freem(nd->nd_mrep); in nfsrpc_openrpc()
614 mbuf_freem(nd->nd_mrep); in nfsrpc_opendowngrade()
772 mbuf_freem(nd->nd_mrep); in nfsrpc_closerpc()
813 mbuf_freem(nd->nd_mrep); in nfsrpc_openconfirm()
947 mbuf_freem(nd->nd_mrep); in nfsrpc_setclient()
948 nd->nd_mrep = NULL; in nfsrpc_setclient()
965 mbuf_freem(nd->nd_mrep); in nfsrpc_setclient()
966 nd->nd_mrep = NULL; in nfsrpc_setclient()
[all …]
/netbsd-src/sys/fs/nfs/server/
H A Dnfs_nfsdkrpc.c160 nd.nd_mrep = rqst->rq_args; in nfssvc_program()
162 newnfs_realign(&nd.nd_mrep, M_WAITOK); in nfssvc_program()
163 nd.nd_md = nd.nd_mrep; in nfssvc_program()
208 m_freem(nd.nd_mrep); in nfssvc_program()
217 m_freem(nd.nd_mrep); in nfssvc_program()
231 m_freem(nd.nd_mrep); in nfssvc_program()
264 m_freem(nd.nd_mrep); in nfssvc_program()
278 m_freem(nd.nd_mrep); in nfssvc_program()
H A Dnfs_nfsdcache.c614 newrp->rc_reqlen = nfsrc_getlenandcksum(nd->nd_mrep, &newrp->rc_cksum); in nfsrc_gettcp()
H A Dnfs_nfsdstate.c4257 mbuf_freem(nd->nd_mrep); in nfsrv_docallback()
/netbsd-src/sys/nfs/
H A Dnfs_serv.c165 struct mbuf *mrep = nfsd->nd_mrep, *md = nfsd->nd_md; in nfsrv3_access()
228 struct mbuf *mrep = nfsd->nd_mrep, *md = nfsd->nd_md; in nfsrv_getattr()
268 struct mbuf *mrep = nfsd->nd_mrep, *md = nfsd->nd_md; in nfsrv_setattr()
395 struct mbuf *mrep = nfsd->nd_mrep, *md = nfsd->nd_md; in nfsrv_lookup()
526 struct mbuf *mrep = nfsd->nd_mrep, *md = nfsd->nd_md; in nfsrv_readlink()
624 struct mbuf *mrep = nfsd->nd_mrep, *md = nfsd->nd_md; in nfsrv_read()
848 struct mbuf *mrep = nfsd->nd_mrep, *md = nfsd->nd_md; in nfsrv_write()
1088 mrep = nfsd->nd_mrep; in nfsrv_writegather()
1152 nfsd->nd_mrep = NULL; in nfsrv_writegather()
1171 if (nfsd->nd_mrep) { in nfsrv_writegather()
[all …]
H A Dnfs_srvsocket.c393 nd->nd_md = nd->nd_mrep = m; in nfsrv_dorec()
483 m_freem(nd->nd_mrep); in nfsdsock_sendreply()
484 nd->nd_mrep = NULL; in nfsdsock_sendreply()
H A Dnfs.h528 struct mbuf *nd_mrep; /* Request mbuf list */
526 struct mbuf *nd_mrep; /* Request mbuf list */ global() member
H A Dnfs_syscalls.c803 nd->nd_mrep = NULL; in nfssvc_nfsd()
850 m_freem(nd->nd_mrep); in nfssvc_nfsd()
H A Dnfs_socket.c1013 mrep = nd->nd_mrep; in nfs_getreq()
/netbsd-src/sys/fs/nfs/common/
H A Dnfs_commonkrpc.c748 nd->nd_mrep = NULL; in newnfs_request()
751 nd->nd_mreq, &nd->nd_mrep, timo, sep->nfsess_xprt); in newnfs_request()
754 nd->nd_mreq, &nd->nd_mrep, timo); in newnfs_request()
797 KASSERT(nd->nd_mrep != NULL, ("mrep shouldn't be NULL if no error\n")); in newnfs_request()
805 newnfs_realign(&nd->nd_mrep, M_WAITOK); in newnfs_request()
806 nd->nd_md = nd->nd_mrep; in newnfs_request()
913 m_freem(nd->nd_mrep); in newnfs_request()
914 nd->nd_mrep = NULL; in newnfs_request()
1017 mbuf_freem(nd->nd_mrep); in newnfs_request()
H A Dnfs.h581 mbuf_t nd_mrep; /* Request mbuf list */ member
H A Dnfs_commonsubs.c607 if (nd->nd_mrep != nd->nd_md) {
608 m = nd->nd_mrep;
615 mbuf_freem(nd->nd_mrep);
635 nd->nd_mrep = m;
3175 mbuf_freem(nd->nd_mrep); in nfsrv_getuser()