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

/freebsd-12-stable/sys/fs/nfs/
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.h637 mbuf_t nd_mb; /* Current build mbuf */ member in struct:nfsrv_descript
H A Dnfs_commonsubs.c327 nd->nd_mreq = nd->nd_mb = mb;
783 m2 = nd->nd_mb;
818 nd->nd_mb = m2;
1028 nd->nd_mb = mb;
4387 nd->nd_mb = mreq;
4391 nd->nd_mb = mreq;
/freebsd-12-stable/sys/fs/nfsclient/
H A Dnfs_clcomsubs.c74 mp = mp2 = nd->nd_mb;
133 nd->nd_mb = mp;
H A Dnfs_clrpcops.c6418 nd->nd_mb->m_next = m;
6419 /* Set nd_mb and nd_bpos to end of data. */
6422 nd->nd_mb = m;
/freebsd-12-stable/sys/fs/nfsserver/
H A Dnfs_nfsdport.c2303 mb0 = nd->nd_mb;
2324 mb1 = nd->nd_mb;
2340 mb1 = nd->nd_mb;
5010 nd->nd_mb->m_next = m;
5012 /* Set nd_mb and nd_bpos to end of data. */
5015 nd->nd_mb = m;
H A Dnfs_nfsdserv.c663 mbuf_setnext(nd->nd_mb, mp);
664 nd->nd_mb = mpend;
843 mbuf_setnext(nd->nd_mb, m3);
844 nd->nd_mb = m2;
H A Dnfs_nfsdstate.c4480 nd->nd_mreq = nd->nd_mb = m;

Completed in 127 milliseconds