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.c251 m_freem(nd->nd_mrep); in nfsrpc_null()
368 m_freem(nd->nd_mrep); in nfsrpc_accessrpc()
771 m_freem(nd->nd_mrep); in nfsrpc_openrpc()
814 m_freem(nd->nd_mrep); in nfsrpc_opendowngrade()
985 m_freem(nd->nd_mrep); in nfsrpc_closerpc()
1027 m_freem(nd->nd_mrep); in nfsrpc_openconfirm()
1223 m_freem(nd->nd_mrep); in nfsrpc_setclient()
1224 nd->nd_mrep = NULL; in nfsrpc_setclient()
1241 m_freem(nd->nd_mrep); in nfsrpc_setclient()
1242 nd->nd_mrep = NULL; 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.c5641 m = nd->nd_mrep; in nfsrv_readdsrpc()
5645 m_freem(nd->nd_mrep); in nfsrv_readdsrpc()
5646 nd->nd_mrep = m = nd->nd_md; in nfsrv_readdsrpc()
5689 *mpp = nd->nd_mrep; in nfsrv_readdsrpc()
5691 nd->nd_mrep = NULL; in nfsrv_readdsrpc()
5697 m_freem(nd->nd_mrep); in nfsrv_readdsrpc()
5827 m_freem(nd->nd_mrep); in nfsrv_writedsdorpc()
5995 m_freem(nd->nd_mrep); in nfsrv_allocatedsdorpc()
6178 m_freem(nd->nd_mrep); in nfsrv_deallocatedsdorpc()
6351 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.c4497 m_freem(nd->nd_mrep); in nfsrv_docallback()
/freebsd/sys/fs/nfs/
H A Dnfs_commonkrpc.c985 nd->nd_mrep = NULL; in newnfs_request()
988 nd->nd_mreq, &nd->nd_mrep, timo, sep->nfsess_xprt); in newnfs_request()
1001 &ext, procnum, nd->nd_mreq, &nd->nd_mrep, timo); in newnfs_request()
1004 nd->nd_mreq, &nd->nd_mrep, timo); in newnfs_request()
1099 KASSERT(nd->nd_mrep != NULL, ("mrep shouldn't be NULL if no error\n")); in newnfs_request()
1107 newnfs_realign(&nd->nd_mrep, M_WAITOK); in newnfs_request()
1108 nd->nd_md = nd->nd_mrep; in newnfs_request()
1319 m_freem(nd->nd_mrep); in newnfs_request()
1320 nd->nd_mrep = NULL; in newnfs_request()
1373 m_freem(nd->nd_mrep); in newnfs_request()
[all …]
H A Dnfs.h660 struct mbuf *nd_mrep; /* Request mbuf list */ member
H A Dnfs_commonsubs.c4299 m_freem(nd->nd_mrep); in nfsrv_getuser()
5602 m_freem(nd->nd_mrep); in nfsrpc_destroysession()
/freebsd/sys/nfsserver/
H A Dnfs.h181 struct mbuf *nd_mrep; /* Request mbuf list */ member