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

/linux-master/fs/jfs/
H A Djfs_xtree.h55 #define XAD_EXTENDED 0x02 /* extended */ macro
H A Djfs_imap.c698 if (xad->flag & (XAD_NEW | XAD_EXTENDED))
699 xad->flag &= ~(XAD_NEW | XAD_EXTENDED);
734 if (xad->flag & (XAD_NEW | XAD_EXTENDED))
735 xad->flag &= ~(XAD_NEW | XAD_EXTENDED);
H A Djfs_xtree.c1469 xad->flag |= XAD_EXTENDED;
1586 * XAD_EXTENDED
1589 lxad->flag |= XAD_EXTENDED;
1658 * XAD_EXTENDED
1661 rxad->flag |= XAD_EXTENDED;
H A Djfs_txnmgr.c1744 ~(XAD_NEW | XAD_EXTENDED);
2411 if (xad->flag & (XAD_NEW | XAD_EXTENDED)) {
2416 xad->flag &= ~(XAD_NEW | XAD_EXTENDED);

Completed in 351 milliseconds