Searched refs:nd_mreq (Results 1 – 11 of 11) sorted by relevance
| /src/sys/fs/nfsclient/ |
| H A D | nfs_clkrpc.c | 95 nd.nd_mreq = NULL; in nfscb_program() 122 NFSMGET(nd.nd_mreq); in nfscb_program() 123 nd.nd_mreq->m_len = 0; in nfscb_program() 133 if (nd.nd_mreq != NULL) in nfscb_program() 134 m_freem(nd.nd_mreq); in nfscb_program() 139 if (nd.nd_mreq == NULL) { in nfscb_program() 147 if (nd.nd_mreq != NULL) in nfscb_program() 148 m_freem(nd.nd_mreq); in nfscb_program() 149 } else if (!svc_sendreply_mbuf(rqst, nd.nd_mreq)) in nfscb_program()
|
| H A D | nfs_clstate.c | 3927 m_freem(nd->nd_mreq); in nfscl_docb() 3928 nd->nd_mreq = rep; in nfscl_docb() 4056 rep = m_copym(nd->nd_mreq, 0, M_COPYALL, M_WAITOK); in nfscl_docb()
|
| H A D | nfs_clrpcops.c | 2136 m_freem(nd->nd_mreq); in nfsrpc_writerpc() 7284 m_freem(nd->nd_mreq); in nfsrpc_writeds() 9625 m_freem(nd->nd_mreq); in nfsrpc_setextattr() 9635 m_freem(nd->nd_mreq); in nfsrpc_setextattr() 9900 stat = CLNT_CALL_MBUF(cl, &ext, NFSV4PROC_COMPOUND, nd->nd_mreq, in nfsrpc_bindconnsess()
|
| /src/sys/fs/nfsserver/ |
| H A D | nfs_nfsdkrpc.c | 177 nd.nd_mreq = NULL; in nfssvc_program() 363 NFSMGET(nd.nd_mreq); in nfssvc_program() 364 nd.nd_mreq->m_len = 0; in nfssvc_program() 374 if (nd.nd_mreq != NULL) in nfssvc_program() 375 m_freem(nd.nd_mreq); in nfssvc_program() 380 if (nd.nd_mreq == NULL) { in nfssvc_program() 388 if (nd.nd_mreq != NULL) in nfssvc_program() 389 m_freem(nd.nd_mreq); in nfssvc_program() 390 } else if (!svc_sendreply_mbuf(rqst, nd.nd_mreq)) { in nfssvc_program() 479 m = m_copym(nd->nd_mreq, 0, M_COPYALL, in nfs_proc() [all …]
|
| H A D | nfs_nfsdcache.c | 422 nd->nd_mreq = m_copym(rp->rc_reply, 0, in nfsrc_getudp() 493 if (nd->nd_mreq) in nfsrvd_updatecache() 494 m_freem(nd->nd_mreq); in nfsrvd_updatecache() 497 nd->nd_mreq = m_copym(rp->rc_reply, 0, in nfsrvd_updatecache() 535 m = m_copym(nd->nd_mreq, 0, M_COPYALL, M_WAITOK); in nfsrvd_updatecache() 712 nd->nd_mreq = m_copym(rp->rc_reply, 0, in nfsrc_gettcp()
|
| H A D | nfs_nfsdsocket.c | 663 m_freem(nd->nd_mreq); in nfsrvd_dorpc() 664 nd->nd_mreq = nd->nd_mb = NULL; in nfsrvd_dorpc()
|
| H A D | nfs_nfsdstate.c | 4512 nd->nd_mreq = nd->nd_mb = m; in nfsrv_docallback() 4523 m_freem(nd->nd_mreq); in nfsrv_docallback() 4533 m_freem(nd->nd_mreq); in nfsrv_docallback() 4553 m_freem(nd->nd_mreq); in nfsrv_docallback() 4579 m_freem(nd->nd_mreq); in nfsrv_docallback() 4585 m_freem(nd->nd_mreq); in nfsrv_docallback()
|
| /src/sys/fs/nfs/ |
| H A D | nfs_commonkrpc.c | 702 m_freem(nd->nd_mreq); in newnfs_request() 854 m_freem(nd->nd_mreq); in newnfs_request() 910 (probe_id, vp, nd->nd_mreq, cred, in newnfs_request() 973 nd->nd_mreq, &nd->nd_mrep, timo, sep->nfsess_xprt); in newnfs_request() 986 &ext, procnum, nd->nd_mreq, &nd->nd_mrep, timo); in newnfs_request() 989 nd->nd_mreq, &nd->nd_mrep, timo); in newnfs_request() 1072 m_freem(nd->nd_mreq); in newnfs_request() 1450 nd->nd_mreq, cred, probe_procnum, 0); in newnfs_request() 1454 m_freem(nd->nd_mreq); in newnfs_request() 1464 m_freem(nd->nd_mreq); in newnfs_request()
|
| H A D | nfs.h | 685 struct mbuf *nd_mreq; /* Reply mbuf list */ member
|
| H A D | nfs_commonsubs.c | 385 nd->nd_mreq = nd->nd_mb = mb; in nfscl_reqstart() 4996 nd->nd_mreq = nd->nd_mb = mreq; in nfsrvd_rephead() 5008 nd->nd_mreq = mreq; in nfsrvd_rephead() 5012 nd->nd_mreq = mreq; in nfsrvd_rephead()
|
| /src/sys/nfsserver/ |
| H A D | nfs.h | 183 struct mbuf *nd_mreq; /* Reply mbuf list */ member
|