Searched refs:commit_lsn (Results 1 – 2 of 2) sorted by relevance
700 xfs_lsn_t commit_lsn) in xlog_cil_ail_insert_batch() argument782 ailp->ail_head_lsn = ctx->commit_lsn; in xlog_cil_ail_insert()956 ASSERT(!ctx->commit_lsn); in xlog_cil_set_ctx_write_state()1007 ctx->commit_lsn = lsn; in xlog_cil_set_ctx_write_state()1060 if (!ctx->commit_lsn) { in xlog_cil_order_write()1471 if (ctx->start_lsn != ctx->commit_lsn) { in xlog_cil_push_work()1475 if (plsn && XFS_LSN_CMP(plsn, ctx->commit_lsn) < 0) { in xlog_cil_push_work()1835 xfs_lsn_t commit_lsn = NULLCOMMITLSN; in xlog_cil_force_seq() local1868 if (!ctx->commit_lsn) { in xlog_cil_force_seq()1880 commit_lsn = ctx->commit_lsn; in xlog_cil_force_seq()[all …]
224 xfs_lsn_t commit_lsn; /* chkpt commit record lsn */ member
Completed in 8 milliseconds