Home
last modified time | relevance | path

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

/Linux-v5.15/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.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()
Djfs_xtree.c1480 xad->flag |= XAD_EXTENDED; in xtExtend()
1803 lxad->flag |= XAD_EXTENDED; in xtUpdate()
1875 rxad->flag |= XAD_EXTENDED; in xtUpdate()