Home
last modified time | relevance | path

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

/linux/fs/jfs/
A Djfs_xtree.c587 xflag |= XAD_NEW; in xtInsert()
844 split->flag = XAD_NEW; in xtSplitUp()
892 XT_PUTENTRY(xad, XAD_NEW, in xtSplitUp()
1422 split.flag = XAD_NEW; in xtExtend()
1479 if (!(xad->flag & XAD_NEW)) in xtExtend()
1587 split.flag = XAD_NEW; in xtTailgate()
1644 if (!(xad->flag & XAD_NEW)) { in xtTailgate()
1802 if (!(lxad->flag & XAD_NEW)) in xtUpdate()
1874 if (!(rxad->flag & XAD_NEW)) in xtUpdate()
2208 xflag |= XAD_NEW; in xtAppend()
[all …]
A Djfs_xtree.h54 #define XAD_NEW 0x01 /* new */ macro
A 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()
A 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()

Completed in 18 milliseconds