Searched refs:bextpg (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/fs/nfsserver/ |
H A D | nfs_nfsdsocket.c | 728 int bextpg, bextpgsiz; in nfsrvd_compound() local 1217 bextpg = nd->nd_bextpg; in nfsrvd_compound() 1365 nfsm_trimtrailing(nd, mb, bpos, bextpg, bextpgsiz); in nfsrvd_compound()
|
H A D | nfs_nfsdport.c | 7074 int bextpg, int bextpgsiz) in nfsm_trimtrailing() argument 7084 KASSERT(bextpg >= 0 && bextpg < mb->m_epg_npgs, in nfsm_trimtrailing() 7087 PHYS_TO_DMAP(mb->m_epg_pa[bextpg]) + PAGE_SIZE - bextpgsiz, in nfsm_trimtrailing() 7091 for (i = mb->m_epg_npgs - 1; i > bextpg; i--) { in nfsm_trimtrailing() 7096 mb->m_epg_npgs = bextpg + 1; in nfsm_trimtrailing() 7097 if (bextpg == 0) in nfsm_trimtrailing() 7106 nd->nd_bextpg = bextpg; in nfsm_trimtrailing()
|
/freebsd/sys/fs/nfs/ |
H A D | nfs_commonsubs.c | 5131 nfsm_add_ext_pgs(struct mbuf *m, int maxextsiz, int *bextpg) in nfsm_add_ext_pgs() argument 5138 *bextpg = 0; in nfsm_add_ext_pgs() 5144 *bextpg = m->m_epg_npgs; in nfsm_add_ext_pgs()
|