HomeSort by: relevance | last modified time | path
    Searched refs:nd_mreq (Results 1 - 13 of 13) sorted by relevancy

  /src/sys/fs/nfs/client/
nfs_clkrpc.c 95 nd.nd_mreq = NULL;
115 NFSMGET(nd.nd_mreq);
116 nd.nd_mreq->m_len = 0;
125 m_freem(nd.nd_mreq);
130 if (nd.nd_mreq == NULL) {
138 m_freem(nd.nd_mreq);
139 } else if (!svc_sendreply_mbuf(rqst, nd.nd_mreq))
nfs_clcomsubs.c 164 nd->nd_mreq = nd->nd_mb = mb;
nfs_clstate.c 3489 m_freem(nd->nd_mreq);
3490 nd->nd_mreq = rep;
3547 rep = m_copym(nd->nd_mreq, 0, M_COPYALL, M_WAITOK);
  /src/sys/fs/nfs/server/
nfs_nfsdkrpc.c 167 nd.nd_mreq = NULL;
274 NFSMGET(nd.nd_mreq);
275 nd.nd_mreq->m_len = 0;
284 m_freem(nd.nd_mreq);
289 if (nd.nd_mreq == NULL) {
297 m_freem(nd.nd_mreq);
298 } else if (!svc_sendreply_mbuf(rqst, nd.nd_mreq)) {
342 * 2 - nd_repstat == 0 && nd_mreq == NULL, which
387 m = m_copym(nd->nd_mreq, 0, M_COPYALL,
nfs_nfsdcache.c 417 nd->nd_mreq = m_copym(rp->rc_reply, 0,
488 mbuf_freem(nd->nd_mreq);
491 nd->nd_mreq = m_copym(rp->rc_reply, 0,
528 m = m_copym(nd->nd_mreq, 0, M_COPYALL, M_WAITOK);
705 nd->nd_mreq = m_copym(rp->rc_reply, 0,
nfs_nfsdstate.c 4133 nd->nd_mreq = nd->nd_mb = m;
4144 mbuf_freem(nd->nd_mreq);
4154 mbuf_freem(nd->nd_mreq);
4172 mbuf_freem(nd->nd_mreq);
4178 mbuf_freem(nd->nd_mreq);
  /src/sys/fs/nfs/common/
nfs_commonkrpc.c 477 * nb: always frees up nd_mreq mbuf list
506 m_freem(nd->nd_mreq);
633 m_freem(nd->nd_mreq);
689 (probe_id, vp, nd->nd_mreq, cred,
751 nd->nd_mreq, &nd->nd_mrep, timo, sep->nfsess_xprt);
754 nd->nd_mreq, &nd->nd_mrep, timo);
787 m_freem(nd->nd_mreq);
1004 nd->nd_mreq, cred, probe_procnum, 0);
1008 m_freem(nd->nd_mreq);
1018 mbuf_freem(nd->nd_mreq);
    [all...]
nfs.h 583 mbuf_t nd_mreq; /* Reply mbuf list */ member in struct:nfsrv_descript
nfs_commonsubs.c 3892 nd->nd_mreq = mreq;
3896 nd->nd_mreq = mreq;
  /src/sys/nfs/
nfs_srvsocket.c 497 error = nfs_send(slp->ns_so, nd->nd_nam2, nd->nd_mreq, NULL, curlwp);
nfs.h 530 struct mbuf *nd_mreq; /* Reply mbuf list */ member in struct:nfsrv_descript
nfs_serv.c 1094 nfsd->nd_mreq = NULL;
1151 nfsd->nd_mreq = mreq;
1215 if (nfsd->nd_mreq)
1321 nfsd->nd_mreq = mreq;
1355 if (nfsd->nd_mreq) {
1357 *mrq = nfsd->nd_mreq;
nfs_syscalls.c 830 nd->nd_mreq = m;

Completed in 33 milliseconds