Searched refs:COMMIT_PAGE (Results 1 – 5 of 5) sorted by relevance
598 !(mp->xflag & COMMIT_PAGE)) { in txLock()697 if (mp->xflag & COMMIT_PAGE) { in txLock()783 if (mp->xflag & COMMIT_PAGE) in txLock()880 assert(mp->xflag & COMMIT_PAGE); in txRelease()925 assert(mp->xflag & COMMIT_PAGE); in txUnlock()2246 assert(mp->xflag & COMMIT_PAGE); in txForce()2326 ASSERT(mp->xflag & COMMIT_PAGE); in txUpdateMap()2657 if (mp->xflag & COMMIT_PAGE && mp->lsn) in txAbort()
47 #define BT_IS_ROOT(MP) (((MP)->xflag & COMMIT_PAGE) == 0)
74 #define COMMIT_PAGE 0x1000 /* Identifies element as metapage */ macro
658 mp->xflag = COMMIT_PAGE; in __get_metapage()
1604 if (lp->xflag & COMMIT_PAGE) { in jfs_flush_journal()