Searched refs:COMMIT_PAGE (Results 1 – 5 of 5) sorted by relevance
60 #define BT_IS_ROOT(MP) (((MP)->xflag & COMMIT_PAGE) == 0)
87 #define COMMIT_PAGE 0x1000 /* Identifies element as metapage */ macro
606 !(mp->xflag & COMMIT_PAGE)) { in txLock()705 if (mp->xflag & COMMIT_PAGE) { in txLock()791 if (mp->xflag & COMMIT_PAGE) in txLock()888 assert(mp->xflag & COMMIT_PAGE); in txRelease()933 assert(mp->xflag & COMMIT_PAGE); in txUnlock()2255 assert(mp->xflag & COMMIT_PAGE); in txForce()2335 ASSERT(mp->xflag & COMMIT_PAGE); in txUpdateMap()2666 if (mp->xflag & COMMIT_PAGE && mp->lsn) in txAbort()
671 mp->xflag = COMMIT_PAGE; in __get_metapage()
1617 if (lp->xflag & COMMIT_PAGE) { in jfs_flush_journal()