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 | 7349 int bextpg, int bextpgsiz) in nfsm_trimtrailing() argument 7359 KASSERT(bextpg >= 0 && bextpg < mb->m_epg_npgs, in nfsm_trimtrailing() 7362 PHYS_TO_DMAP(mb->m_epg_pa[bextpg]) + PAGE_SIZE - bextpgsiz, in nfsm_trimtrailing() 7366 for (i = mb->m_epg_npgs - 1; i > bextpg; i--) { in nfsm_trimtrailing() 7371 mb->m_epg_npgs = bextpg + 1; in nfsm_trimtrailing() 7372 if (bextpg == 0) in nfsm_trimtrailing() 7381 nd->nd_bextpg = bextpg; in nfsm_trimtrailing()
|
| /freebsd/sys/fs/nfs/ |
| H A D | nfs_commonsubs.c | 5500 nfsm_add_ext_pgs(struct mbuf *m, int maxextsiz, int *bextpg) in nfsm_add_ext_pgs() argument 5507 *bextpg = 0; in nfsm_add_ext_pgs() 5513 *bextpg = m->m_epg_npgs; in nfsm_add_ext_pgs()
|