Searched refs:nd_mrep (Results 1 – 10 of 10) sorted by relevance
/freebsd/sys/fs/nfsclient/ |
H A D | nfs_clkrpc.c | 88 nd.nd_mrep = rqst->rq_args; in nfscb_program() 90 newnfs_realign(&nd.nd_mrep, M_WAITOK); in nfscb_program() 91 nd.nd_md = nd.nd_mrep; in nfscb_program() 103 m_freem(nd.nd_mrep); in nfscb_program() 126 if (nd.nd_mrep != NULL) in nfscb_program() 127 m_freem(nd.nd_mrep); in nfscb_program()
|
H A D | nfs_clrpcops.c | 248 m_freem(nd->nd_mrep); in nfsrpc_null() 365 m_freem(nd->nd_mrep); in nfsrpc_accessrpc() 767 m_freem(nd->nd_mrep); in nfsrpc_openrpc() 810 m_freem(nd->nd_mrep); in nfsrpc_opendowngrade() 981 m_freem(nd->nd_mrep); in nfsrpc_closerpc() 1023 m_freem(nd->nd_mrep); in nfsrpc_openconfirm() 1258 m_freem(nd->nd_mrep); in nfsrpc_setclient() 1259 nd->nd_mrep = NULL; in nfsrpc_setclient() 1276 m_freem(nd->nd_mrep); in nfsrpc_setclient() 1277 nd->nd_mrep in nfsrpc_setclient() [all...] |
/freebsd/sys/fs/nfsserver/ |
H A D | nfs_nfsdkrpc.c | 170 nd.nd_mrep = rqst->rq_args; in nfssvc_program() 172 newnfs_realign(&nd.nd_mrep, M_WAITOK); in nfssvc_program() 173 nd.nd_md = nd.nd_mrep; in nfssvc_program() 232 m_freem(nd.nd_mrep); in nfssvc_program() 241 m_freem(nd.nd_mrep); in nfssvc_program() 255 m_freem(nd.nd_mrep); in nfssvc_program() 348 m_freem(nd.nd_mrep); in nfssvc_program() 367 if (nd.nd_mrep != NULL) in nfssvc_program() 368 m_freem(nd.nd_mrep); in nfssvc_program()
|
H A D | nfs_nfsdport.c | 5382 m = nd->nd_mrep; in nfsrv_readdsrpc() 5386 m_freem(nd->nd_mrep); in nfsrv_readdsrpc() 5387 nd->nd_mrep = m = nd->nd_md; in nfsrv_readdsrpc() 5430 *mpp = nd->nd_mrep; in nfsrv_readdsrpc() 5432 nd->nd_mrep = NULL; in nfsrv_readdsrpc() 5438 m_freem(nd->nd_mrep); in nfsrv_readdsrpc() 5566 m_freem(nd->nd_mrep); in nfsrv_writedsdorpc() 5733 m_freem(nd->nd_mrep); in nfsrv_allocatedsdorpc() 5914 m_freem(nd->nd_mrep); in nfsrv_deallocatedsdorpc() 6085 m_freem(nd->nd_mrep); in nfsrv_setattrdsdorpc() [all …]
|
H A D | nfs_nfsdcache.c | 621 newrp->rc_reqlen = nfsrc_getlenandcksum(nd->nd_mrep, &newrp->rc_cksum); in nfsrc_gettcp()
|
H A D | nfs_nfsdstate.c | 4679 m_freem(nd->nd_mrep); in nfsrv_docallback()
|
/freebsd/sys/fs/nfs/ |
H A D | nfs_commonkrpc.c | 969 nd->nd_mrep = NULL; in newnfs_request() 972 nd->nd_mreq, &nd->nd_mrep, timo, sep->nfsess_xprt); in newnfs_request() 985 &ext, procnum, nd->nd_mreq, &nd->nd_mrep, timo); in newnfs_request() 988 nd->nd_mreq, &nd->nd_mrep, timo); in newnfs_request() 1081 KASSERT(nd->nd_mrep != NULL, ("mrep shouldn't be NULL if no error\n")); in newnfs_request() 1089 newnfs_realign(&nd->nd_mrep, M_WAITOK); in newnfs_request() 1090 nd->nd_md = nd->nd_mrep; in newnfs_request() 1301 m_freem(nd->nd_mrep); in newnfs_request() 1302 nd->nd_mrep = NULL; in newnfs_request() 1355 m_freem(nd->nd_mrep); in newnfs_request() [all …]
|
H A D | nfs.h | 683 struct mbuf *nd_mrep; /* Request mbuf list */ member
|
H A D | nfs_commonsubs.c | 3912 m_freem(nd->nd_mrep); in nfsrv_getuser() 5178 m_freem(nd->nd_mrep); in nfsrpc_destroysession()
|
/freebsd/sys/nfsserver/ |
H A D | nfs.h | 181 struct mbuf *nd_mrep; /* Request mbuf list */ member
|