Home
last modified time | relevance | path

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

/linux/fs/xfs/
A Dxfs_log_cil.c700 xfs_lsn_t commit_lsn) in xlog_cil_ail_insert_batch() argument
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()
[all …]
A Dxfs_log_priv.h224 xfs_lsn_t commit_lsn; /* chkpt commit record lsn */ member

Completed in 8 milliseconds