Searched refs:nd_mb (Results 1 - 7 of 7) sorted by relevance

/netbsd-current/sys/fs/nfs/common/
H A Dnfsm_subs.h67 if (siz > M_TRAILINGSPACE(nd->nd_mb)) {
73 nd->nd_mb->m_next = mb2;
74 nd->nd_mb = mb2;
77 nd->nd_mb->m_len += siz;
H A Dnfs.h584 mbuf_t nd_mb; /* Current build mbuf */ member in struct:nfsrv_descript
H A Dnfs_commonsubs.c410 m2 = nd->nd_mb;
445 nd->nd_mb = m2;
655 nd->nd_mb = mb;
3893 nd->nd_mb = mreq;
3897 nd->nd_mb = mreq;
/netbsd-current/sys/fs/nfs/client/
H A Dnfs_clcomsubs.c164 nd->nd_mreq = nd->nd_mb = mb;
271 mp = mp2 = nd->nd_mb;
330 nd->nd_mb = mp;
/netbsd-current/sys/fs/nfs/server/
H A Dnfs_nfsdserv.c625 mbuf_setnext(nd->nd_mb, mp);
626 nd->nd_mb = mpend;
781 mbuf_setnext(nd->nd_mb, m3);
782 nd->nd_mb = m2;
H A Dnfs_nfsdport.c2052 mb0 = nd->nd_mb;
2073 mb1 = nd->nd_mb;
2089 mb1 = nd->nd_mb;
H A Dnfs_nfsdstate.c4133 nd->nd_mreq = nd->nd_mb = m;

Completed in 152 milliseconds