Searched refs:XLOG_WAS_CONT_TRANS (Results 1 – 3 of 3) sorted by relevance
136 #define XLOG_WAS_CONT_TRANS 0x08 /* Cont this trans into new region */ macro
2293 ophdr->oh_flags |= (XLOG_END_TRANS|XLOG_WAS_CONT_TRANS); in xlog_write_setup_copy()2304 ophdr->oh_flags |= XLOG_WAS_CONT_TRANS; in xlog_write_setup_copy()
4427 if (flags & XLOG_WAS_CONT_TRANS) in xlog_recovery_process_trans()4440 case XLOG_WAS_CONT_TRANS: in xlog_recovery_process_trans()