Searched refs:XAD_NOTRECORDED (Results 1 – 4 of 4) sorted by relevance
104 abnr == ((xp->flag & XAD_NOTRECORDED) ? true : false)) in extAlloc()136 xflag = abnr ? XAD_NOTRECORDED : 0; in extAlloc()229 xp->flag = xflag & XAD_NOTRECORDED; in extHint()
57 #define XAD_NOTRECORDED 0x08 /* allocated but not recorded */ macro
1575 if (!(lxad->flag & XAD_NOTRECORDED) && in xtUpdate()1626 xad->flag = xflag & ~XAD_NOTRECORDED; in xtUpdate()1646 if (!(rxad->flag & XAD_NOTRECORDED) && in xtUpdate()1705 split.flag = xflag & ~XAD_NOTRECORDED; in xtUpdate()1759 xad->flag = xflag & ~XAD_NOTRECORDED; in xtUpdate()1845 xad->flag = xflag & ~XAD_NOTRECORDED; in xtUpdate()
220 if (xflag & XAD_NOTRECORDED) { in jfs_get_block()