Home
last modified time | relevance | path

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

/Linux-v5.4/fs/jfs/
Djfs_xtree.h55 #define XAD_EXTENDED 0x02 /* extended */ macro
Djfs_imap.c699 if (xad->flag & (XAD_NEW | XAD_EXTENDED)) in diWrite()
700 xad->flag &= ~(XAD_NEW | XAD_EXTENDED); in diWrite()
735 if (xad->flag & (XAD_NEW | XAD_EXTENDED)) in diWrite()
736 xad->flag &= ~(XAD_NEW | XAD_EXTENDED); in diWrite()
Djfs_txnmgr.c1776 ~(XAD_NEW | XAD_EXTENDED); in xtLog()
2443 if (xad->flag & (XAD_NEW | XAD_EXTENDED)) { in txAllocPMap()
2448 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()