Searched refs:COMMIT_PAGE (Results 1 – 5 of 5) sorted by relevance
60 #define BT_IS_ROOT(MP) (((MP)->xflag & COMMIT_PAGE) == 0)
607 !(mp->xflag & COMMIT_PAGE)) { in txLock()706 if (mp->xflag & COMMIT_PAGE) { in txLock()792 if (mp->xflag & COMMIT_PAGE) in txLock()889 assert(mp->xflag & COMMIT_PAGE); in txRelease()934 assert(mp->xflag & COMMIT_PAGE); in txUnlock()2259 assert(mp->xflag & COMMIT_PAGE); in txForce()2339 ASSERT(mp->xflag & COMMIT_PAGE); in txUpdateMap()2671 if (mp->xflag & COMMIT_PAGE && mp->lsn) in txAbort()
87 #define COMMIT_PAGE 0x1000 /* Identifies element as metapage */ macro
664 mp->xflag = COMMIT_PAGE; in __get_metapage()
1626 if (lp->xflag & COMMIT_PAGE) { in jfs_flush_journal()