Home
last modified time | relevance | path

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

/linux-6.1.9/fs/xfs/
Dxfs_trans.c724 xfs_lsn_t commit_lsn) in xfs_log_item_batch_insert() argument
730 xfs_trans_ail_update_bulk(ailp, cur, log_items, nr_items, commit_lsn); in xfs_log_item_batch_insert()
764 xfs_lsn_t commit_lsn, in xfs_trans_committed_bulk() argument
774 xfs_trans_ail_cursor_last(ailp, &cur, commit_lsn); in xfs_trans_committed_bulk()
791 item_lsn = lip->li_ops->iop_committed(lip, commit_lsn); in xfs_trans_committed_bulk()
793 item_lsn = commit_lsn; in xfs_trans_committed_bulk()
810 if (item_lsn != commit_lsn) { in xfs_trans_committed_bulk()
833 LOG_ITEM_BATCH_SIZE, commit_lsn); in xfs_trans_committed_bulk()
840 xfs_log_item_batch_insert(ailp, &cur, log_items, i, commit_lsn); in xfs_trans_committed_bulk()
Dxfs_log_cil.c841 ASSERT(!ctx->commit_lsn); in xlog_cil_set_ctx_write_state()
892 ctx->commit_lsn = lsn; in xlog_cil_set_ctx_write_state()
945 if (!ctx->commit_lsn) { in xlog_cil_order_write()
1349 if (ctx->start_lsn != ctx->commit_lsn) { in xlog_cil_push_work()
1353 if (plsn && XFS_LSN_CMP(plsn, ctx->commit_lsn) < 0) { in xlog_cil_push_work()
1709 xfs_lsn_t commit_lsn = NULLCOMMITLSN; in xlog_cil_force_seq() local
1742 if (!ctx->commit_lsn) { in xlog_cil_force_seq()
1754 commit_lsn = ctx->commit_lsn; in xlog_cil_force_seq()
1779 return commit_lsn; in xlog_cil_force_seq()
Dxfs_trans_priv.h24 xfs_lsn_t commit_lsn, bool aborted);
Dxfs_log_priv.h222 xfs_lsn_t commit_lsn; /* chkpt commit record lsn */ member