Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/jfs/
H A Djfs_extent.c107 abnr == ((xp->flag & XAD_NOTRECORDED) ? true : false)) in extAlloc()
139 xflag = abnr ? XAD_NOTRECORDED : 0; in extAlloc()
229 if ((xp->flag & XAD_NOTRECORDED) && !abnr) { in extRealloc()
267 if (abnr && (!(xp->flag & XAD_NOTRECORDED)) && (nxlen > nbperpage)) { in extRealloc()
272 xflag = XAD_NOTRECORDED; in extRealloc()
388 xp->flag = xflag & XAD_NOTRECORDED; in extHint()
H A Djfs_xtree.h57 #define XAD_NOTRECORDED 0x08 /* allocated but not recorded */ macro
H A Djfs_xtree.c1767 xad->flag = xflag & ~XAD_NOTRECORDED; in xtUpdate()
1789 if (!(lxad->flag & XAD_NOTRECORDED) && in xtUpdate()
1840 xad->flag = xflag & ~XAD_NOTRECORDED; in xtUpdate()
1860 if (!(rxad->flag & XAD_NOTRECORDED) && in xtUpdate()
1920 split.flag = xflag & ~XAD_NOTRECORDED; in xtUpdate()
1974 xad->flag = xflag & ~XAD_NOTRECORDED; in xtUpdate()
2060 xad->flag = xflag & ~XAD_NOTRECORDED; in xtUpdate()
2636 if (xad->flag & XAD_NOTRECORDED) in xtRelocate()
H A Dinode.c220 if (xflag & XAD_NOTRECORDED) { in jfs_get_block()