Home
last modified time | relevance | path

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

/linux-5.19.10/fs/jfs/
Djfs_xtree.h54 #define XAD_NEW 0x01 /* new */ macro
Djfs_xtree.c576 xflag |= XAD_NEW; in xtInsert()
833 split->flag = XAD_NEW; in xtSplitUp()
881 XT_PUTENTRY(xad, XAD_NEW, in xtSplitUp()
1304 XT_PUTENTRY(xad, XAD_NEW, 0, JFS_SBI(ip->i_sb)->nbperpage, rbn); in xtSplitRoot()
1411 split.flag = XAD_NEW; in xtExtend()
1453 XT_PUTENTRY(xad, XAD_NEW, xoff, len, xaddr); in xtExtend()
1468 if (!(xad->flag & XAD_NEW)) in xtExtend()
1588 if (!(lxad->flag & XAD_NEW)) in xtUpdate()
1660 if (!(rxad->flag & XAD_NEW)) in xtUpdate()
1993 xflag |= XAD_NEW; in xtAppend()
Djfs_txnmgr.c1739 ~(XAD_NEW | XAD_EXTENDED); in xtLog()
2406 if (xad->flag & (XAD_NEW | XAD_EXTENDED)) { in txAllocPMap()
2411 xad->flag &= ~(XAD_NEW | XAD_EXTENDED); in txAllocPMap()
2468 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()