Searched refs:XLOG_WAS_CONT_TRANS (Results 1 – 3 of 3) sorted by relevance
149 #define XLOG_WAS_CONT_TRANS 0x08 /* Cont this trans into new region */ macro153 XLOG_WAS_CONT_TRANS | XLOG_END_TRANS | \
1883 logop_head->oh_flags|= (XLOG_END_TRANS|XLOG_WAS_CONT_TRANS); in xlog_write()1890 logop_head->oh_flags |= XLOG_WAS_CONT_TRANS; in xlog_write()
2954 if (flags & XLOG_WAS_CONT_TRANS) in xlog_recover_process_data()2964 case XLOG_WAS_CONT_TRANS: in xlog_recover_process_data()