Lines Matching refs:xflag
91 int xflag; in extAlloc() local
152 xflag = abnr ? XAD_NOTRECORDED : 0; in extAlloc()
161 rc = xtInsert(0, ip, xflag, xoff, (int) nxlen, &nxaddr, 0); in extAlloc()
177 xp->flag = xflag; in extAlloc()
221 int xflag; in extRealloc() local
285 xflag = XAD_NOTRECORDED; in extRealloc()
291 xflag = xp->flag; in extRealloc()
326 if (xtInsert (0, ip, xflag, xoff + ntail, (int) ninsert, in extRealloc()
331 xflag = 0; in extRealloc()
339 xp->flag = xflag; in extRealloc()
372 int xflag; in extHint() local
387 rc = xtLookup(ip, prev, nbperpage, &xflag, &xaddr, &xlen, 0); in extHint()
401 xp->flag = xflag & XAD_NOTRECORDED; in extHint()