Home
last modified time | relevance | path

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

/openbmc/linux/fs/jfs/
H A Djfs_xtree.h54 #define XAD_NEW 0x01 /* new */ macro
H A 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()
H A Djfs_txnmgr.c1744 ~(XAD_NEW | XAD_EXTENDED); in xtLog()
2411 if (xad->flag & (XAD_NEW | XAD_EXTENDED)) { in txAllocPMap()
2416 xad->flag &= ~(XAD_NEW | XAD_EXTENDED); in txAllocPMap()
2473 if (!(xad->flag & XAD_NEW)) { in txFreeMap()
H A Djfs_imap.c701 if (xad->flag & (XAD_NEW | XAD_EXTENDED)) in diWrite()
702 xad->flag &= ~(XAD_NEW | XAD_EXTENDED); in diWrite()
737 if (xad->flag & (XAD_NEW | XAD_EXTENDED)) in diWrite()
738 xad->flag &= ~(XAD_NEW | XAD_EXTENDED); in diWrite()