Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/xfs/
Dxfs_log_cil.c657 xfs_lsn_t commit_lsn; in xlog_cil_push_work() local
841 if (!new_ctx->commit_lsn) { in xlog_cil_push_work()
852 error = xlog_commit_record(log, tic, &commit_iclog, &commit_lsn); in xlog_cil_push_work()
874 ctx->commit_lsn = commit_lsn; in xlog_cil_push_work()
1092 xfs_lsn_t commit_lsn = NULLCOMMITLSN; in xlog_cil_force_seq() local
1121 if (!ctx->commit_lsn) { in xlog_cil_force_seq()
1132 commit_lsn = ctx->commit_lsn; in xlog_cil_force_seq()
1157 return commit_lsn; in xlog_cil_force_seq()
Dxfs_trans.c694 xfs_lsn_t commit_lsn) in xfs_log_item_batch_insert() argument
700 xfs_trans_ail_update_bulk(ailp, cur, log_items, nr_items, commit_lsn); in xfs_log_item_batch_insert()
734 xfs_lsn_t commit_lsn, in xfs_trans_committed_bulk() argument
744 xfs_trans_ail_cursor_last(ailp, &cur, commit_lsn); in xfs_trans_committed_bulk()
761 item_lsn = lip->li_ops->iop_committed(lip, commit_lsn); in xfs_trans_committed_bulk()
763 item_lsn = commit_lsn; in xfs_trans_committed_bulk()
780 if (item_lsn != commit_lsn) { in xfs_trans_committed_bulk()
803 LOG_ITEM_BATCH_SIZE, commit_lsn); in xfs_trans_committed_bulk()
810 xfs_log_item_batch_insert(ailp, &cur, log_items, i, commit_lsn); in xfs_trans_committed_bulk()
Dxfs_trans_priv.h22 xfs_lsn_t commit_lsn, bool aborted);
Dxfs_log_priv.h235 xfs_lsn_t commit_lsn; /* chkpt commit record lsn */ member