Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/jfs/
Djfs_xtree.h75 #define XAD_EXTENDED 0x02 /* extended */ macro
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()
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()
Djfs_xtree.c1715 xad->flag |= XAD_EXTENDED; in xtExtend()
2040 lxad->flag |= XAD_EXTENDED; in xtUpdate()
2112 rxad->flag |= XAD_EXTENDED; in xtUpdate()