Home
last modified time | relevance | path

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

/linux/fs/jfs/
H A Djfs_extent.c109 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()
H A Djfs_xtree.h57 #define XAD_NOTRECORDED 0x08 /* allocated but not recorded */ macro
H A Djfs_xtree.c1590 if (!(lxad->flag & XAD_NOTRECORDED) && in xtUpdate()
1641 xad->flag = xflag & ~XAD_NOTRECORDED; in xtUpdate()
1661 if (!(rxad->flag & XAD_NOTRECORDED) && in xtUpdate()
1720 split.flag = xflag & ~XAD_NOTRECORDED; in xtUpdate()
1774 xad->flag = xflag & ~XAD_NOTRECORDED; in xtUpdate()
1860 xad->flag = xflag & ~XAD_NOTRECORDED; in xtUpdate()
H A Dinode.c226 if (xflag & XAD_NOTRECORDED) { in jfs_get_block()