Lines Matching refs:eoff
3366 u_offset_t eoff = off + pgsz;
3401 while (off < eoff) {
3556 io_len = eoff - io_off;
9738 u_offset_t eoff = off + size;
9760 ASSERT(off < eoff);
9781 if (btopr(va.va_size) < btopr(eoff)) {
9841 * if off, eoff and szc match current segment we found the
9844 if (svntrp->tr_off == off && svntrp->tr_eoff == eoff &&
9854 (eoff > svntrp->tr_off && eoff <= svntrp->tr_eoff)) {
9882 svntrp->tr_eoff = eoff;
10022 u_offset_t eoff = off + size;
10046 svntrp->tr_eoff == eoff && svntrp->tr_szc == szc) {