Home
last modified time | relevance | path

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

/linux/fs/xfs/
H A Dxfs_log_cil.c688 xfs_lsn_t commit_lsn) in xlog_cil_ail_insert_batch() argument
694 xfs_trans_ail_update_bulk(ailp, cur, log_items, nr_items, commit_lsn); in xlog_cil_ail_insert_batch()
735 * The AIL cursor is used to optimise the insert process. If commit_lsn is not
765 ASSERT(XFS_LSN_CMP(ctx->commit_lsn, ailp->ail_head_lsn) >= 0 || in xlog_cil_ail_insert()
770 ailp->ail_head_lsn = ctx->commit_lsn; in xlog_cil_ail_insert()
945 ASSERT(!ctx->commit_lsn); in xlog_cil_set_ctx_write_state()
980 * callbacks now. This needs to be done before we make the commit_lsn in xlog_cil_set_ctx_write_state()
996 ctx->commit_lsn = lsn; in xlog_cil_set_ctx_write_state()
1049 if (!ctx->commit_lsn) { in xlog_cil_order_write()
1460 if (ctx->start_lsn != ctx->commit_lsn) { in xlog_cil_push_work()
1824 xfs_lsn_t commit_lsn = NULLCOMMITLSN; xlog_cil_force_seq() local
[all...]
H A Dxfs_log_priv.h224 xfs_lsn_t commit_lsn; /* chkpt commit record lsn */ member