Home
last modified time | relevance | path

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

/freebsd/sys/fs/nfsclient/
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()
126 if (nd.nd_mrep != NULL) in nfscb_program()
127 m_freem(nd.nd_mrep); in nfscb_program()
H A Dnfs_clrpcops.c248 m_freem(nd->nd_mrep); in nfsrpc_null()
365 m_freem(nd->nd_mrep); in nfsrpc_accessrpc()
767 m_freem(nd->nd_mrep); in nfsrpc_openrpc()
810 m_freem(nd->nd_mrep); in nfsrpc_opendowngrade()
981 m_freem(nd->nd_mrep); in nfsrpc_closerpc()
1023 m_freem(nd->nd_mrep); in nfsrpc_openconfirm()
1258 m_freem(nd->nd_mrep); in nfsrpc_setclient()
1259 nd->nd_mrep = NULL; in nfsrpc_setclient()
1276 m_freem(nd->nd_mrep); in nfsrpc_setclient()
1277 nd->nd_mrep in nfsrpc_setclient()
[all...]
/freebsd/sys/fs/nfsserver/
H A Dnfs_nfsdkrpc.c170 nd.nd_mrep = rqst->rq_args; in nfssvc_program()
172 newnfs_realign(&nd.nd_mrep, M_WAITOK); in nfssvc_program()
173 nd.nd_md = nd.nd_mrep; in nfssvc_program()
232 m_freem(nd.nd_mrep); in nfssvc_program()
241 m_freem(nd.nd_mrep); in nfssvc_program()
255 m_freem(nd.nd_mrep); in nfssvc_program()
348 m_freem(nd.nd_mrep); in nfssvc_program()
367 if (nd.nd_mrep != NULL) in nfssvc_program()
368 m_freem(nd.nd_mrep); in nfssvc_program()
H A Dnfs_nfsdport.c5382 m = nd->nd_mrep; in nfsrv_readdsrpc()
5386 m_freem(nd->nd_mrep); in nfsrv_readdsrpc()
5387 nd->nd_mrep = m = nd->nd_md; in nfsrv_readdsrpc()
5430 *mpp = nd->nd_mrep; in nfsrv_readdsrpc()
5432 nd->nd_mrep = NULL; in nfsrv_readdsrpc()
5438 m_freem(nd->nd_mrep); in nfsrv_readdsrpc()
5566 m_freem(nd->nd_mrep); in nfsrv_writedsdorpc()
5733 m_freem(nd->nd_mrep); in nfsrv_allocatedsdorpc()
5914 m_freem(nd->nd_mrep); in nfsrv_deallocatedsdorpc()
6085 m_freem(nd->nd_mrep); in nfsrv_setattrdsdorpc()
[all …]
H A Dnfs_nfsdcache.c621 newrp->rc_reqlen = nfsrc_getlenandcksum(nd->nd_mrep, &newrp->rc_cksum); in nfsrc_gettcp()
H A Dnfs_nfsdstate.c4679 m_freem(nd->nd_mrep); in nfsrv_docallback()
/freebsd/sys/fs/nfs/
H A Dnfs_commonkrpc.c969 nd->nd_mrep = NULL; in newnfs_request()
972 nd->nd_mreq, &nd->nd_mrep, timo, sep->nfsess_xprt); in newnfs_request()
985 &ext, procnum, nd->nd_mreq, &nd->nd_mrep, timo); in newnfs_request()
988 nd->nd_mreq, &nd->nd_mrep, timo); in newnfs_request()
1081 KASSERT(nd->nd_mrep != NULL, ("mrep shouldn't be NULL if no error\n")); in newnfs_request()
1089 newnfs_realign(&nd->nd_mrep, M_WAITOK); in newnfs_request()
1090 nd->nd_md = nd->nd_mrep; in newnfs_request()
1301 m_freem(nd->nd_mrep); in newnfs_request()
1302 nd->nd_mrep = NULL; in newnfs_request()
1355 m_freem(nd->nd_mrep); in newnfs_request()
[all …]
H A Dnfs.h683 struct mbuf *nd_mrep; /* Request mbuf list */ member
H A Dnfs_commonsubs.c3912 m_freem(nd->nd_mrep); in nfsrv_getuser()
5178 m_freem(nd->nd_mrep); in nfsrpc_destroysession()
/freebsd/sys/nfsserver/
H A Dnfs.h181 struct mbuf *nd_mrep; /* Request mbuf list */ member