Home
last modified time | relevance | path

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

/openbmc/linux/fs/jfs/
H A Djfs_xtree.h55 #define XAD_EXTENDED 0x02 /* extended */ macro
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()
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()
H A Djfs_xtree.c1469 xad->flag |= XAD_EXTENDED; in xtExtend()
1589 lxad->flag |= XAD_EXTENDED; in xtUpdate()
1661 rxad->flag |= XAD_EXTENDED; in xtUpdate()