Searched refs:COMMIT_PAGE (Results 1 – 5 of 5) sorted by relevance
47 #define BT_IS_ROOT(MP) (((MP)->xflag & COMMIT_PAGE) == 0)
593 !(mp->xflag & COMMIT_PAGE)) { in txLock()692 if (mp->xflag & COMMIT_PAGE) { in txLock()778 if (mp->xflag & COMMIT_PAGE) in txLock()875 assert(mp->xflag & COMMIT_PAGE); in txRelease()920 assert(mp->xflag & COMMIT_PAGE); in txUnlock()2204 assert(mp->xflag & COMMIT_PAGE); in txForce()2284 ASSERT(mp->xflag & COMMIT_PAGE); in txUpdateMap()2615 if (mp->xflag & COMMIT_PAGE && mp->lsn) in txAbort()
74 #define COMMIT_PAGE 0x1000 /* Identifies element as metapage */ macro
657 mp->xflag = COMMIT_PAGE; in __get_metapage()
1596 if (lp->xflag & COMMIT_PAGE) { in jfs_flush_journal()