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

/freebsd-12-stable/sys/fs/nfsclient/
H A Dnfs_clkrpc.c93 nd.nd_mreq = NULL;
113 NFSMGET(nd.nd_mreq);
114 nd.nd_mreq->m_len = 0;
124 if (nd.nd_mreq != NULL)
125 m_freem(nd.nd_mreq);
130 if (nd.nd_mreq == NULL) {
138 if (nd.nd_mreq != NULL)
139 m_freem(nd.nd_mreq);
140 } else if (!svc_sendreply_mbuf(rqst, nd.nd_mreq))
H A Dnfs_clstate.c3699 m_freem(nd->nd_mreq);
3700 nd->nd_mreq = rep;
3757 rep = m_copym(nd->nd_mreq, 0, M_COPYALL, M_WAITOK);
H A Dnfs_clrpcops.c7731 stat = CLNT_CALL_MBUF(cl, &ext, NFSV4PROC_COMPOUND, nd->nd_mreq,
/freebsd-12-stable/sys/fs/nfsserver/
H A Dnfs_nfsdkrpc.c166 nd.nd_mreq = NULL;
277 NFSMGET(nd.nd_mreq);
278 nd.nd_mreq->m_len = 0;
288 if (nd.nd_mreq != NULL)
289 m_freem(nd.nd_mreq);
294 if (nd.nd_mreq == NULL) {
302 if (nd.nd_mreq != NULL)
303 m_freem(nd.nd_mreq);
304 } else if (!svc_sendreply_mbuf(rqst, nd.nd_mreq)) {
347 * 2 - nd_repstat == 0 && nd_mreq
[all...]
H A Dnfs_nfsdcache.c415 nd->nd_mreq = m_copym(rp->rc_reply, 0,
486 if (nd->nd_mreq)
487 mbuf_freem(nd->nd_mreq);
490 nd->nd_mreq = m_copym(rp->rc_reply, 0,
527 m = m_copym(nd->nd_mreq, 0, M_COPYALL, M_WAITOK);
704 nd->nd_mreq = m_copym(rp->rc_reply, 0,
H A Dnfs_nfsdstate.c4480 nd->nd_mreq = nd->nd_mb = m;
4491 mbuf_freem(nd->nd_mreq);
4501 mbuf_freem(nd->nd_mreq);
4521 mbuf_freem(nd->nd_mreq);
4547 mbuf_freem(nd->nd_mreq);
4553 mbuf_freem(nd->nd_mreq);
/freebsd-12-stable/sys/fs/nfs/
H A Dnfs_commonkrpc.c535 * nb: always frees up nd_mreq mbuf list
567 m_freem(nd->nd_mreq);
694 m_freem(nd->nd_mreq);
750 (probe_id, vp, nd->nd_mreq, cred,
813 nd->nd_mreq, &nd->nd_mrep, timo, sep->nfsess_xprt);
816 nd->nd_mreq, &nd->nd_mrep, timo);
880 m_freem(nd->nd_mreq);
1184 nd->nd_mreq, cred, probe_procnum, 0);
1188 m_freem(nd->nd_mreq);
1198 mbuf_freem(nd->nd_mreq);
[all...]
H A Dnfs.h636 mbuf_t nd_mreq; /* Reply mbuf list */ member in struct:nfsrv_descript
H A Dnfs_commonsubs.c327 nd->nd_mreq = nd->nd_mb = mb;
4386 nd->nd_mreq = mreq;
4390 nd->nd_mreq = mreq;
/freebsd-12-stable/sys/nfsserver/
H A Dnfs.h186 struct mbuf *nd_mreq; /* Reply mbuf list */ member in struct:nfsrv_descript

Completed in 266 milliseconds