Home
last modified time | relevance | path

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

/linux-5.19.10/fs/jfs/
Djfs_extent.c104 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()
Djfs_xtree.h57 #define XAD_NOTRECORDED 0x08 /* allocated but not recorded */ macro
Djfs_xtree.c1575 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()
Dinode.c220 if (xflag & XAD_NOTRECORDED) { in jfs_get_block()