Searched refs:XAD_NOTRECORDED (Results 1 – 4 of 4) sorted by relevance
124 abnr == ((xp->flag & XAD_NOTRECORDED) ? TRUE : FALSE)) in extAlloc()148 xflag = (abnr == TRUE) ? XAD_NOTRECORDED : 0; in extAlloc()241 if ((xp->flag & XAD_NOTRECORDED) && !abnr) { in extRealloc()271 if (abnr && (!(xp->flag & XAD_NOTRECORDED)) && (nxlen > nbperpage)) { in extRealloc()276 xflag = XAD_NOTRECORDED; in extRealloc()405 xp->flag &= XAD_NOTRECORDED; in extHint()
77 #define XAD_NOTRECORDED 0x08 /* allocated but not recorded */ macro
242 if (xflag & XAD_NOTRECORDED) { in jfs_get_block()
2004 xad->flag = xflag & ~XAD_NOTRECORDED; in xtUpdate()2026 if (!(lxad->flag & XAD_NOTRECORDED) && in xtUpdate()2077 xad->flag = xflag & ~XAD_NOTRECORDED; in xtUpdate()2097 if (!(rxad->flag & XAD_NOTRECORDED) && in xtUpdate()2157 split.flag = xflag & ~XAD_NOTRECORDED; in xtUpdate()2211 xad->flag = xflag & ~XAD_NOTRECORDED; in xtUpdate()2298 xad->flag = xflag & ~XAD_NOTRECORDED; in xtUpdate()2874 if (xad->flag & XAD_NOTRECORDED) in xtRelocate()