Home
last modified time | relevance | path

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

/linux/fs/xfs/
H A Dxfs_log_cil.c786 xfs_lsn_t commit_lsn) in xlog_cil_ail_insert_batch() argument
792 xfs_trans_ail_update_bulk(ailp, cur, log_items, nr_items, commit_lsn); in xlog_cil_ail_insert_batch()
863 ASSERT(XFS_LSN_CMP(ctx->commit_lsn, ailp->ail_head_lsn) >= 0 || in xlog_cil_ail_insert()
868 ailp->ail_head_lsn = ctx->commit_lsn; in xlog_cil_ail_insert()
1043 ASSERT(!ctx->commit_lsn); in xlog_cil_set_ctx_write_state()
1094 ctx->commit_lsn = lsn; in xlog_cil_set_ctx_write_state()
1147 if (!ctx->commit_lsn) { in xlog_cil_order_write()
1549 if (ctx->start_lsn != ctx->commit_lsn) { in xlog_cil_push_work()
1553 if (plsn && XFS_LSN_CMP(plsn, ctx->commit_lsn) < 0) { in xlog_cil_push_work()
1913 xfs_lsn_t commit_lsn = NULLCOMMITLSN; in xlog_cil_force_seq() local
[all …]