Home
last modified time | relevance | path

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

/linux-6.1.9/fs/jfs/
Djfs_xtree.h55 #define XAD_EXTENDED 0x02 /* extended */ macro
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()
Djfs_txnmgr.c1739 ~(XAD_NEW | XAD_EXTENDED); in xtLog()
2406 if (xad->flag & (XAD_NEW | XAD_EXTENDED)) { in txAllocPMap()
2411 xad->flag &= ~(XAD_NEW | XAD_EXTENDED); in txAllocPMap()
Djfs_xtree.c1469 xad->flag |= XAD_EXTENDED; in xtExtend()
1589 lxad->flag |= XAD_EXTENDED; in xtUpdate()
1661 rxad->flag |= XAD_EXTENDED; in xtUpdate()