Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/jfs/
Djfs_xtree.c839 xflag |= XAD_NEW; in xtInsert()
1096 split->flag = XAD_NEW; in xtSplitUp()
1144 XT_PUTENTRY(xad, XAD_NEW, in xtSplitUp()
1547 XT_PUTENTRY(xad, XAD_NEW, 0, JFS_SBI(ip->i_sb)->nbperpage, rbn); in xtSplitRoot()
1656 split.flag = XAD_NEW; in xtExtend()
1698 XT_PUTENTRY(xad, XAD_NEW, xoff, len, xaddr); in xtExtend()
1714 if (!(xad->flag & XAD_NEW)) in xtExtend()
1823 split.flag = XAD_NEW; in xtTailgate()
1865 XT_PUTENTRY(xad, XAD_NEW, xoff, xlen, xaddr); in xtTailgate()
1881 if (!(xad->flag & XAD_NEW)) { in xtTailgate()
[all …]
Djfs_xtree.h74 #define XAD_NEW 0x01 /* new */ macro
Djfs_txnmgr.c1728 ~(XAD_NEW | XAD_EXTENDED); in xtLog()
2396 if (xad->flag & (XAD_NEW | XAD_EXTENDED)) { in txAllocPMap()
2401 xad->flag &= ~(XAD_NEW | XAD_EXTENDED); in txAllocPMap()
2459 if (!(xad->flag & XAD_NEW)) { in txFreeMap()
Djfs_imap.c739 if (xad->flag & (XAD_NEW | XAD_EXTENDED)) in diWrite()
740 xad->flag &= ~(XAD_NEW | XAD_EXTENDED); in diWrite()
775 if (xad->flag & (XAD_NEW | XAD_EXTENDED)) in diWrite()
776 xad->flag &= ~(XAD_NEW | XAD_EXTENDED); in diWrite()