Home
last modified time | relevance | path

Searched refs:nd_md (Results 1 – 12 of 12) sorted by relevance

/trueos/sys/fs/nfs/
HDnfsm_subs.h98 tt1 = NFSMTOD(nd->nd_md, caddr_t) + nd->nd_md->m_len - nd->nd_dpos; in nfsm_dissect()
114 tt1 = NFSMTOD(nd->nd_md, caddr_t) + nd->nd_md->m_len - nd->nd_dpos; in nfsm_dissect_nonblock()
HDnfs_commonsubs.c199 mp = nd->nd_md; in nfsm_mbufuio()
255 nd->nd_md = mp; in nfsm_mbufuio()
285 left = NFSMTOD(nd->nd_md, caddr_t) + mbuf_len(nd->nd_md) - nd->nd_dpos; in nfsm_dissct()
287 nd->nd_md = mbuf_next(nd->nd_md); in nfsm_dissct()
288 if (nd->nd_md == NULL) in nfsm_dissct()
290 left = mbuf_len(nd->nd_md); in nfsm_dissct()
291 nd->nd_dpos = NFSMTOD(nd->nd_md, caddr_t); in nfsm_dissct()
296 } else if (mbuf_next(nd->nd_md) == NULL) { in nfsm_dissct()
304 mbuf_setnext(mp2, mbuf_next(nd->nd_md)); in nfsm_dissct()
305 mbuf_setnext(nd->nd_md, mp2); in nfsm_dissct()
[all …]
HDnfs_commonkrpc.c800 nd->nd_md = nd->nd_mrep; in newnfs_request()
801 nd->nd_dpos = NFSMTOD(nd->nd_md, caddr_t); in newnfs_request()
HDnfs.h572 mbuf_t nd_md; /* Current dissect mbuf */ member
/trueos/sys/fs/nfsserver/
HDnfs_fha_new.c143 nd->nd_md = *md; in fhanew_get_fh()
165 *md = nd->nd_md; in fhanew_get_fh()
200 nd->nd_md = *md; in fhanew_get_offset()
212 *md = nd->nd_md; in fhanew_get_offset()
HDnfs_nfsdkrpc.c158 nd.nd_md = nd.nd_mrep; in nfssvc_program()
159 nd.nd_dpos = mtod(nd.nd_md, caddr_t); in nfssvc_program()
HDnfs_nfsdsubs.c1872 md = nd->nd_md; in nfsrv_parsename()
1986 nd->nd_md = md; in nfsrv_parsename()
HDnfs_nfsdserv.c857 mp = nd->nd_md; in nfsrvd_write()
910 nd->nd_md, nd->nd_dpos, nd->nd_cred, p); in nfsrvd_write()
/trueos/sys/fs/nfsclient/
HDnfs_clkrpc.c87 nd.nd_md = nd.nd_mrep; in nfscb_program()
88 nd.nd_dpos = mtod(nd.nd_md, caddr_t); in nfscb_program()
/trueos/sys/nfsserver/
HDnfs_serv.c229 struct mbuf *mrep = nfsd->nd_mrep, *md = nfsd->nd_md; in nfsrv3_access()
296 struct mbuf *mrep = nfsd->nd_mrep, *md = nfsd->nd_md; in nfsrv_getattr()
345 struct mbuf *mrep = nfsd->nd_mrep, *md = nfsd->nd_md; in nfsrv_setattr()
496 struct mbuf *mrep = nfsd->nd_mrep, *md = nfsd->nd_md; in nfsrv_lookup()
669 struct mbuf *mrep = nfsd->nd_mrep, *md = nfsd->nd_md; in nfsrv_readlink()
772 struct mbuf *mrep = nfsd->nd_mrep, *md = nfsd->nd_md; in nfsrv_read()
964 struct mbuf *mrep = nfsd->nd_mrep, *md = nfsd->nd_md; in nfsrv_write()
1181 struct mbuf *mrep = nfsd->nd_mrep, *md = nfsd->nd_md; in nfsrv_create()
1467 struct mbuf *mrep = nfsd->nd_mrep, *md = nfsd->nd_md; in nfsrv_mknod()
1652 struct mbuf *mrep = nfsd->nd_mrep, *md = nfsd->nd_md; in nfsrv_remove()
[all …]
HDnfs.h183 struct mbuf *nd_md; /* Current dissect mbuf */ member
HDnfs_srvkrpc.c293 nd.nd_md = nd.nd_mrep = mreq; in nfssvc_program()