Home
last modified time | relevance | path

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

/Linux-v5.15/fs/jfs/
Djfs_xtree.c587 xflag |= XAD_NEW; in xtInsert()
844 split->flag = XAD_NEW; in xtSplitUp()
892 XT_PUTENTRY(xad, XAD_NEW, in xtSplitUp()
1315 XT_PUTENTRY(xad, XAD_NEW, 0, JFS_SBI(ip->i_sb)->nbperpage, rbn); in xtSplitRoot()
1422 split.flag = XAD_NEW; in xtExtend()
1464 XT_PUTENTRY(xad, XAD_NEW, xoff, len, xaddr); in xtExtend()
1479 if (!(xad->flag & XAD_NEW)) in xtExtend()
1587 split.flag = XAD_NEW; in xtTailgate()
1629 XT_PUTENTRY(xad, XAD_NEW, xoff, xlen, xaddr); in xtTailgate()
1644 if (!(xad->flag & XAD_NEW)) { in xtTailgate()
[all …]
Djfs_xtree.h54 #define XAD_NEW 0x01 /* new */ macro
Djfs_txnmgr.c1773 ~(XAD_NEW | XAD_EXTENDED); in xtLog()
2440 if (xad->flag & (XAD_NEW | XAD_EXTENDED)) { in txAllocPMap()
2445 xad->flag &= ~(XAD_NEW | XAD_EXTENDED); in txAllocPMap()
2502 if (!(xad->flag & XAD_NEW)) { in txFreeMap()
Djfs_imap.c697 if (xad->flag & (XAD_NEW | XAD_EXTENDED)) in diWrite()
698 xad->flag &= ~(XAD_NEW | XAD_EXTENDED); in diWrite()
733 if (xad->flag & (XAD_NEW | XAD_EXTENDED)) in diWrite()
734 xad->flag &= ~(XAD_NEW | XAD_EXTENDED); in diWrite()