Lines Matching refs:commit_lsn
700 xfs_lsn_t commit_lsn) in xlog_cil_ail_insert_batch() argument
706 xfs_trans_ail_update_bulk(ailp, cur, log_items, nr_items, commit_lsn); in xlog_cil_ail_insert_batch()
777 ASSERT(XFS_LSN_CMP(ctx->commit_lsn, ailp->ail_head_lsn) >= 0 || in xlog_cil_ail_insert()
782 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() local
1868 if (!ctx->commit_lsn) { in xlog_cil_force_seq()
1880 commit_lsn = ctx->commit_lsn; in xlog_cil_force_seq()
1905 return commit_lsn; in xlog_cil_force_seq()