Home
last modified time | relevance | path

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

/linux/fs/jfs/
H A Djfs_xtree.c591 xflag |= XAD_NEW; in xtInsert()
848 split->flag = XAD_NEW; in xtSplitUp()
896 XT_PUTENTRY(xad, XAD_NEW, in xtSplitUp()
1319 XT_PUTENTRY(xad, XAD_NEW, 0, JFS_SBI(ip->i_sb)->nbperpage, rbn); in xtSplitRoot()
1426 split.flag = XAD_NEW; in xtExtend()
1468 XT_PUTENTRY(xad, XAD_NEW, xoff, len, xaddr); in xtExtend()
1483 if (!(xad->flag & XAD_NEW)) in xtExtend()
1603 if (!(lxad->flag & XAD_NEW)) in xtUpdate()
1675 if (!(rxad->flag & XAD_NEW)) in xtUpdate()
2008 xflag |= XAD_NEW; in xtAppend()
H A Djfs_xtree.h54 #define XAD_NEW 0x01 /* new */ macro
H A Djfs_txnmgr.c1745 ~(XAD_NEW | XAD_EXTENDED); in xtLog()
2412 if (xad->flag & (XAD_NEW | XAD_EXTENDED)) { in txAllocPMap()
2417 xad->flag &= ~(XAD_NEW | XAD_EXTENDED); in txAllocPMap()
2474 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()