Home
last modified time | relevance | path

Searched refs:XLOG_START_TRANS (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.15/fs/xfs/libxfs/
Dxfs_log_format.h130 #define XLOG_START_TRANS 0x01 /* Start a new transaction */ macro
/Linux-v5.15/fs/xfs/
Dxfs_log.c2253 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()
Dxfs_log_cil.c799 return xlog_write(log, ctx, chain, ctx->ticket, XLOG_START_TRANS); in xlog_cil_write_chain()
Dxfs_log_recover.c2274 case XLOG_START_TRANS: in xlog_recovery_process_trans()
2314 if (!(ohead->oh_flags & XLOG_START_TRANS)) in xlog_recover_ophdr_to_trans()