Home | History | Annotate | Download | only in nfs

Lines Matching defs:mreq

558 	struct mbuf *mreq;
562 mreq = m_gethdr(M_WAIT, MT_DATA);
563 MCLAIM(mreq, &nfs_mowner);
564 mb = mreq;
571 m_clget(mreq, M_WAIT);
573 mreq->m_data += max_hdr;
574 tl = mtod(mreq, u_int32_t *);
575 mreq->m_len = 6 * NFSX_UNSIGNED;
576 bpos = ((char *)tl) + mreq->m_len;
584 mreq->m_len -= NFSX_UNSIGNED;
676 *mrq = mreq;