Searched refs:commit_lsn (Results 1 – 2 of 2) sorted by relevance
697 xfs_lsn_t commit_lsn) in xlog_cil_ail_insert_batch() argument703 xfs_trans_ail_update_bulk(ailp, cur, log_items, nr_items, commit_lsn); in xlog_cil_ail_insert_batch()774 ASSERT(XFS_LSN_CMP(ctx->commit_lsn, ailp->ail_head_lsn) >= 0 || in xlog_cil_ail_insert()779 ailp->ail_head_lsn = ctx->commit_lsn; in xlog_cil_ail_insert()952 ASSERT(!ctx->commit_lsn); in xlog_cil_set_ctx_write_state()1003 ctx->commit_lsn = lsn; in xlog_cil_set_ctx_write_state()1056 if (!ctx->commit_lsn) { in xlog_cil_order_write()1467 if (ctx->start_lsn != ctx->commit_lsn) { in xlog_cil_push_work()1471 if (plsn && XFS_LSN_CMP(plsn, ctx->commit_lsn) < 0) { in xlog_cil_push_work()1831 xfs_lsn_t commit_lsn = NULLCOMMITLSN; in xlog_cil_force_seq() local[all …]
224 xfs_lsn_t commit_lsn; /* chkpt commit record lsn */ member