Home
last modified time | relevance | path

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

/trueos/sys/fs/nfsclient/
HDnfs_clkrpc.c91 nd.nd_mreq = NULL; in nfscb_program()
111 NFSMGET(nd.nd_mreq); in nfscb_program()
112 nd.nd_mreq->m_len = 0; in nfscb_program()
122 if (nd.nd_mreq != NULL) in nfscb_program()
123 m_freem(nd.nd_mreq); in nfscb_program()
128 if (nd.nd_mreq == NULL) { in nfscb_program()
136 if (nd.nd_mreq != NULL) in nfscb_program()
137 m_freem(nd.nd_mreq); in nfscb_program()
138 } else if (!svc_sendreply_mbuf(rqst, nd.nd_mreq)) in nfscb_program()
HDnfs_clcomsubs.c162 nd->nd_mreq = nd->nd_mb = mb; in nfscl_reqstart()
HDnfs_clstate.c3487 m_freem(nd->nd_mreq); in nfscl_docb()
3488 nd->nd_mreq = rep; in nfscl_docb()
3545 rep = m_copym(nd->nd_mreq, 0, M_COPYALL, M_WAITOK); in nfscl_docb()
/trueos/sys/fs/nfsserver/
HDnfs_nfsdkrpc.c162 nd.nd_mreq = NULL; in nfssvc_program()
263 NFSMGET(nd.nd_mreq); in nfssvc_program()
264 nd.nd_mreq->m_len = 0; in nfssvc_program()
274 if (nd.nd_mreq != NULL) in nfssvc_program()
275 m_freem(nd.nd_mreq); in nfssvc_program()
280 if (nd.nd_mreq == NULL) { in nfssvc_program()
288 if (nd.nd_mreq != NULL) in nfssvc_program()
289 m_freem(nd.nd_mreq); in nfssvc_program()
290 } else if (!svc_sendreply_mbuf(rqst, nd.nd_mreq)) { in nfssvc_program()
379 m = m_copym(nd->nd_mreq, 0, M_COPYALL, in nfs_proc()
HDnfs_nfsdcache.c415 nd->nd_mreq = m_copym(rp->rc_reply, 0, in nfsrc_getudp()
486 if (nd->nd_mreq) in nfsrvd_updatecache()
487 mbuf_freem(nd->nd_mreq); in nfsrvd_updatecache()
490 nd->nd_mreq = m_copym(rp->rc_reply, 0, in nfsrvd_updatecache()
527 m = m_copym(nd->nd_mreq, 0, M_COPYALL, M_WAITOK); in nfsrvd_updatecache()
704 nd->nd_mreq = m_copym(rp->rc_reply, 0, in nfsrc_gettcp()
HDnfs_nfsdstate.c4120 nd->nd_mreq = nd->nd_mb = m; in nfsrv_docallback()
4131 mbuf_freem(nd->nd_mreq); in nfsrv_docallback()
4141 mbuf_freem(nd->nd_mreq); in nfsrv_docallback()
4159 mbuf_freem(nd->nd_mreq); in nfsrv_docallback()
4165 mbuf_freem(nd->nd_mreq); in nfsrv_docallback()
/trueos/sys/fs/nfs/
HDnfs_commonkrpc.c500 m_freem(nd->nd_mreq); in newnfs_request()
627 m_freem(nd->nd_mreq); in newnfs_request()
683 (probe_id, vp, nd->nd_mreq, cred, in newnfs_request()
745 nd->nd_mreq, &nd->nd_mrep, timo, sep->nfsess_xprt); in newnfs_request()
748 nd->nd_mreq, &nd->nd_mrep, timo); in newnfs_request()
781 m_freem(nd->nd_mreq); in newnfs_request()
998 nd->nd_mreq, cred, probe_procnum, 0); in newnfs_request()
1002 m_freem(nd->nd_mreq); in newnfs_request()
1012 mbuf_freem(nd->nd_mreq); in newnfs_request()
HDnfs.h573 mbuf_t nd_mreq; /* Reply mbuf list */ member
HDnfs_commonsubs.c3518 nd->nd_mreq = mreq; in nfsrvd_rephead()
3522 nd->nd_mreq = mreq; in nfsrvd_rephead()
/trueos/sys/nfsserver/
HDnfs.h184 struct mbuf *nd_mreq; /* Reply mbuf list */ member