Home
last modified time | relevance | path

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

/linux-4.19.296/fs/jfs/
Djfs_extent.c120 abnr == ((xp->flag & XAD_NOTRECORDED) ? true : false)) in extAlloc()
152 xflag = abnr ? XAD_NOTRECORDED : 0; in extAlloc()
242 if ((xp->flag & XAD_NOTRECORDED) && !abnr) { in extRealloc()
280 if (abnr && (!(xp->flag & XAD_NOTRECORDED)) && (nxlen > nbperpage)) { in extRealloc()
285 xflag = XAD_NOTRECORDED; in extRealloc()
401 xp->flag = xflag & XAD_NOTRECORDED; in extHint()
Djfs_xtree.h70 #define XAD_NOTRECORDED 0x08 /* allocated but not recorded */ macro
Djfs_xtree.c1780 xad->flag = xflag & ~XAD_NOTRECORDED; in xtUpdate()
1802 if (!(lxad->flag & XAD_NOTRECORDED) && in xtUpdate()
1853 xad->flag = xflag & ~XAD_NOTRECORDED; in xtUpdate()
1873 if (!(rxad->flag & XAD_NOTRECORDED) && in xtUpdate()
1933 split.flag = xflag & ~XAD_NOTRECORDED; in xtUpdate()
1987 xad->flag = xflag & ~XAD_NOTRECORDED; in xtUpdate()
2073 xad->flag = xflag & ~XAD_NOTRECORDED; in xtUpdate()
2649 if (xad->flag & XAD_NOTRECORDED) in xtRelocate()
Dinode.c221 if (xflag & XAD_NOTRECORDED) { in jfs_get_block()