Home
last modified time | relevance | path

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

/Linux-v4.19/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.c1789 ~(XAD_NEW | XAD_EXTENDED); in xtLog()
2457 if (xad->flag & (XAD_NEW | XAD_EXTENDED)) { in txAllocPMap()
2462 xad->flag &= ~(XAD_NEW | XAD_EXTENDED); in txAllocPMap()
2519 if (!(xad->flag & XAD_NEW)) { in txFreeMap()
Djfs_imap.c712 if (xad->flag & (XAD_NEW | XAD_EXTENDED)) in diWrite()
713 xad->flag &= ~(XAD_NEW | XAD_EXTENDED); in diWrite()
748 if (xad->flag & (XAD_NEW | XAD_EXTENDED)) in diWrite()
749 xad->flag &= ~(XAD_NEW | XAD_EXTENDED); in diWrite()