Searched refs:XAD_NOTRECORDED (Results 1 – 3 of 3) sorted by relevance
109 abnr == ((xp->flag & XAD_NOTRECORDED) ? true : false)) in extAlloc()141 xflag = abnr ? XAD_NOTRECORDED : 0; in extAlloc()234 xp->flag = xflag & XAD_NOTRECORDED; in extHint()
57 #define XAD_NOTRECORDED 0x08 /* allocated but not recorded */ macro
226 if (xflag & XAD_NOTRECORDED) { in jfs_get_block()