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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/jfs/
H A Djfs_extent.c120 abnr == ((xp->flag & XAD_NOTRECORDED) ? true : false))
152 xflag = abnr ? XAD_NOTRECORDED : 0;
242 if ((xp->flag & XAD_NOTRECORDED) && !abnr) {
280 if (abnr && (!(xp->flag & XAD_NOTRECORDED)) && (nxlen > nbperpage)) {
285 xflag = XAD_NOTRECORDED;
401 xp->flag = xflag & XAD_NOTRECORDED;
H A Djfs_xtree.h77 #define XAD_NOTRECORDED 0x08 /* allocated but not recorded */ macro
H A Dinode.c216 if (xflag & XAD_NOTRECORDED) {
H A Djfs_xtree.c524 * xflag - extent flag (XAD_NOTRECORDED):
1780 xad->flag = xflag & ~XAD_NOTRECORDED;
1802 if (!(lxad->flag & XAD_NOTRECORDED) &&
1853 xad->flag = xflag & ~XAD_NOTRECORDED;
1873 if (!(rxad->flag & XAD_NOTRECORDED) &&
1933 split.flag = xflag & ~XAD_NOTRECORDED;
1987 xad->flag = xflag & ~XAD_NOTRECORDED;
2074 xad->flag = xflag & ~XAD_NOTRECORDED;
2650 if (xad->flag & XAD_NOTRECORDED)

Completed in 80 milliseconds