Home
last modified time | relevance | path

Searched refs:XAD_NOTRECORDED (Results 1 – 4 of 4) sorted by relevance

/linux-2.4.37.9/fs/jfs/
Djfs_extent.c124 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()
Djfs_xtree.h77 #define XAD_NOTRECORDED 0x08 /* allocated but not recorded */ macro
Dinode.c242 if (xflag & XAD_NOTRECORDED) { in jfs_get_block()
Djfs_xtree.c2004 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()