Home
last modified time | relevance | path

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

/Linux-v4.19/fs/jfs/
Djfs_xtree.h68 #define XAD_EXTENDED 0x02 /* extended */ macro
Djfs_imap.c712 if (xad->flag & (XAD_NEW | XAD_EXTENDED)) in diWrite()
713 xad->flag &= ~(XAD_NEW | XAD_EXTENDED); in diWrite()
748 if (xad->flag & (XAD_NEW | XAD_EXTENDED)) in diWrite()
749 xad->flag &= ~(XAD_NEW | XAD_EXTENDED); in diWrite()
Djfs_txnmgr.c1789 ~(XAD_NEW | XAD_EXTENDED); in xtLog()
2457 if (xad->flag & (XAD_NEW | XAD_EXTENDED)) { in txAllocPMap()
2462 xad->flag &= ~(XAD_NEW | XAD_EXTENDED); in txAllocPMap()
Djfs_xtree.c1493 xad->flag |= XAD_EXTENDED; in xtExtend()
1816 lxad->flag |= XAD_EXTENDED; in xtUpdate()
1888 rxad->flag |= XAD_EXTENDED; in xtUpdate()