Searched refs:nd_mreq (Results 1 – 13 of 13) sorted by relevance
| /netbsd-src/sys/fs/nfs/client/ |
| H A D | nfs_clkrpc.c | 95 nd.nd_mreq = NULL; in nfscb_program() 115 NFSMGET(nd.nd_mreq); in nfscb_program() 116 nd.nd_mreq->m_len = 0; in nfscb_program() 125 m_freem(nd.nd_mreq); in nfscb_program() 130 if (nd.nd_mreq == NULL) { in nfscb_program() 138 m_freem(nd.nd_mreq); in nfscb_program() 139 } else if (!svc_sendreply_mbuf(rqst, nd.nd_mreq)) in nfscb_program()
|
| H A D | nfs_clcomsubs.c | 164 nd->nd_mreq = nd->nd_mb = mb; in nfscl_reqstart()
|
| H A D | nfs_clstate.c | 3489 m_freem(nd->nd_mreq); in nfscl_docb() 3490 nd->nd_mreq = rep; in nfscl_docb() 3547 rep = m_copym(nd->nd_mreq, 0, M_COPYALL, M_WAITOK); in nfscl_docb()
|
| /netbsd-src/sys/fs/nfs/server/ |
| H A D | nfs_nfsdkrpc.c | 167 nd.nd_mreq = NULL; in nfssvc_program() 274 NFSMGET(nd.nd_mreq); in nfssvc_program() 275 nd.nd_mreq->m_len = 0; in nfssvc_program() 284 m_freem(nd.nd_mreq); in nfssvc_program() 289 if (nd.nd_mreq == NULL) { in nfssvc_program() 297 m_freem(nd.nd_mreq); in nfssvc_program() 298 } else if (!svc_sendreply_mbuf(rqst, nd.nd_mreq)) { in nfssvc_program() 387 m = m_copym(nd->nd_mreq, 0, M_COPYALL, in nfs_proc()
|
| H A D | nfs_nfsdcache.c | 417 nd->nd_mreq = m_copym(rp->rc_reply, 0, in nfsrc_getudp() 488 mbuf_freem(nd->nd_mreq); in nfsrvd_updatecache() 491 nd->nd_mreq = m_copym(rp->rc_reply, 0, in nfsrvd_updatecache() 528 m = m_copym(nd->nd_mreq, 0, M_COPYALL, M_WAITOK); in nfsrvd_updatecache() 705 nd->nd_mreq = m_copym(rp->rc_reply, 0, in nfsrc_gettcp()
|
| H A D | nfs_nfsdstate.c | 4133 nd->nd_mreq = nd->nd_mb = m; in nfsrv_docallback() 4144 mbuf_freem(nd->nd_mreq); in nfsrv_docallback() 4154 mbuf_freem(nd->nd_mreq); in nfsrv_docallback() 4172 mbuf_freem(nd->nd_mreq); in nfsrv_docallback() 4178 mbuf_freem(nd->nd_mreq); in nfsrv_docallback()
|
| /netbsd-src/sys/fs/nfs/common/ |
| H A D | nfs_commonkrpc.c | 506 m_freem(nd->nd_mreq); in newnfs_request() 633 m_freem(nd->nd_mreq); in newnfs_request() 689 (probe_id, vp, nd->nd_mreq, cred, in newnfs_request() 751 nd->nd_mreq, &nd->nd_mrep, timo, sep->nfsess_xprt); in newnfs_request() 754 nd->nd_mreq, &nd->nd_mrep, timo); in newnfs_request() 787 m_freem(nd->nd_mreq); in newnfs_request() 1004 nd->nd_mreq, cred, probe_procnum, 0); in newnfs_request() 1008 m_freem(nd->nd_mreq); in newnfs_request() 1018 mbuf_freem(nd->nd_mreq); in newnfs_request()
|
| H A D | nfs.h | 583 mbuf_t nd_mreq; /* Reply mbuf list */ member
|
| H A D | nfs_commonsubs.c | 3892 nd->nd_mreq = mreq; in nfsrvd_rephead() 3896 nd->nd_mreq = mreq; in nfsrvd_rephead()
|
| /netbsd-src/sys/nfs/ |
| H A D | nfs.h | 530 struct mbuf *nd_mreq; /* Reply mbuf list */ 528 struct mbuf *nd_mreq; /* Reply mbuf list */ global() member
|
| H A D | nfs_srvsocket.c | 497 error = nfs_send(slp->ns_so, nd->nd_nam2, nd->nd_mreq, NULL, curlwp); in nfsdsock_sendreply()
|
| H A D | nfs_serv.c | 1094 nfsd->nd_mreq = NULL; in nfsrv_writegather() 1151 nfsd->nd_mreq = mreq; in nfsrv_writegather() 1215 if (nfsd->nd_mreq) in nfsrv_writegather() 1321 nfsd->nd_mreq = mreq; in nfsrv_writegather() 1355 if (nfsd->nd_mreq) { in nfsrv_writegather() 1357 *mrq = nfsd->nd_mreq; in nfsrv_writegather()
|
| H A D | nfs_syscalls.c | 830 nd->nd_mreq = m; in nfssvc_nfsd()
|