Searched refs:COMMIT_PAGE (Results 1 – 5 of 5) sorted by relevance
47 #define BT_IS_ROOT(MP) (((MP)->xflag & COMMIT_PAGE) == 0)
599 !(mp->xflag & COMMIT_PAGE)) { in txLock()698 if (mp->xflag & COMMIT_PAGE) { in txLock()784 if (mp->xflag & COMMIT_PAGE) in txLock()881 assert(mp->xflag & COMMIT_PAGE); in txRelease()926 assert(mp->xflag & COMMIT_PAGE); in txUnlock()2210 assert(mp->xflag & COMMIT_PAGE); in txForce()2290 ASSERT(mp->xflag & COMMIT_PAGE); in txUpdateMap()2621 if (mp->xflag & COMMIT_PAGE && mp->lsn) in txAbort()
74 #define COMMIT_PAGE 0x1000 /* Identifies element as metapage */ macro
766 mp->xflag = COMMIT_PAGE; in __get_metapage()
1595 if (lp->xflag & COMMIT_PAGE) { in jfs_flush_journal()