Home | History | Annotate | Download | only in nfs

Lines Matching defs:mb2

669 				struct mbuf *mb2;
670 mb2 = m_get(M_WAIT, MT_DATA);
671 MCLAIM(mb2, &nfs_mowner);
673 m_clget(mb2, M_WAIT);
674 mb->m_next = mb2;
675 mb = mb2;
704 struct mbuf *mb2;
705 mb2 = m_get(M_WAIT, MT_DATA);
706 MCLAIM(mb2, &nfs_mowner);
708 m_clget(mb2, M_WAIT);
709 mb->m_next = mb2;
710 mb = mb2;