Home
last modified time | relevance | path

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

/linux-4.19.296/fs/jfs/
Djfs_xtree.c600 xflag |= XAD_NEW; in xtInsert()
857 split->flag = XAD_NEW; in xtSplitUp()
905 XT_PUTENTRY(xad, XAD_NEW, in xtSplitUp()
1328 XT_PUTENTRY(xad, XAD_NEW, 0, JFS_SBI(ip->i_sb)->nbperpage, rbn); in xtSplitRoot()
1435 split.flag = XAD_NEW; in xtExtend()
1477 XT_PUTENTRY(xad, XAD_NEW, xoff, len, xaddr); in xtExtend()
1492 if (!(xad->flag & XAD_NEW)) in xtExtend()
1600 split.flag = XAD_NEW; in xtTailgate()
1642 XT_PUTENTRY(xad, XAD_NEW, xoff, xlen, xaddr); in xtTailgate()
1657 if (!(xad->flag & XAD_NEW)) { in xtTailgate()
[all …]
Djfs_xtree.h67 #define XAD_NEW 0x01 /* new */ macro
Djfs_txnmgr.c1794 ~(XAD_NEW | XAD_EXTENDED); in xtLog()
2461 if (xad->flag & (XAD_NEW | XAD_EXTENDED)) { in txAllocPMap()
2466 xad->flag &= ~(XAD_NEW | XAD_EXTENDED); in txAllocPMap()
2523 if (!(xad->flag & XAD_NEW)) { in txFreeMap()
Djfs_imap.c713 if (xad->flag & (XAD_NEW | XAD_EXTENDED)) in diWrite()
714 xad->flag &= ~(XAD_NEW | XAD_EXTENDED); in diWrite()
749 if (xad->flag & (XAD_NEW | XAD_EXTENDED)) in diWrite()
750 xad->flag &= ~(XAD_NEW | XAD_EXTENDED); in diWrite()