Searched refs:XLOG_START_TRANS (Results 1 – 4 of 4) sorted by relevance
130 #define XLOG_START_TRANS 0x01 /* Start a new transaction */ macro
2253 if (optype & XLOG_START_TRANS) in xlog_write_calc_vec_length()2285 ophdr->oh_flags = XLOG_START_TRANS; in xlog_write_start_rec()2545 if (optype & XLOG_START_TRANS) { in xlog_write()2549 optype &= ~XLOG_START_TRANS; in xlog_write()
799 return xlog_write(log, ctx, chain, ctx->ticket, XLOG_START_TRANS); in xlog_cil_write_chain()
2274 case XLOG_START_TRANS: in xlog_recovery_process_trans()2314 if (!(ohead->oh_flags & XLOG_START_TRANS)) in xlog_recover_ophdr_to_trans()