Searched refs:XLOG_END_TRANS (Results 1 – 3 of 3) sorted by relevance
150 #define XLOG_END_TRANS 0x10 /* End a continued transaction */ macro153 XLOG_WAS_CONT_TRANS | XLOG_END_TRANS | \
1883 logop_head->oh_flags|= (XLOG_END_TRANS|XLOG_WAS_CONT_TRANS); in xlog_write()
2953 flags = ohead->oh_flags & ~XLOG_END_TRANS; in xlog_recover_process_data()