Searched refs:commit_lsn (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.15/fs/xfs/ |
D | xfs_log_cil.c | 677 ASSERT(!ctx->commit_lsn); in xlog_cil_set_ctx_write_state() 718 ctx->commit_lsn = lsn; in xlog_cil_set_ctx_write_state() 771 if (!ctx->commit_lsn) { in xlog_cil_order_write() 1062 if (ctx->start_lsn != ctx->commit_lsn) { in xlog_cil_push_work() 1066 if (plsn && XFS_LSN_CMP(plsn, ctx->commit_lsn) < 0) { in xlog_cil_push_work() 1350 xfs_lsn_t commit_lsn = NULLCOMMITLSN; in xlog_cil_force_seq() local 1383 if (!ctx->commit_lsn) { in xlog_cil_force_seq() 1395 commit_lsn = ctx->commit_lsn; in xlog_cil_force_seq() 1420 return commit_lsn; in xlog_cil_force_seq()
|
D | xfs_trans.c | 698 xfs_lsn_t commit_lsn) in xfs_log_item_batch_insert() argument 704 xfs_trans_ail_update_bulk(ailp, cur, log_items, nr_items, commit_lsn); in xfs_log_item_batch_insert() 738 xfs_lsn_t commit_lsn, in xfs_trans_committed_bulk() argument 748 xfs_trans_ail_cursor_last(ailp, &cur, commit_lsn); in xfs_trans_committed_bulk() 765 item_lsn = lip->li_ops->iop_committed(lip, commit_lsn); in xfs_trans_committed_bulk() 767 item_lsn = commit_lsn; in xfs_trans_committed_bulk() 784 if (item_lsn != commit_lsn) { in xfs_trans_committed_bulk() 807 LOG_ITEM_BATCH_SIZE, commit_lsn); in xfs_trans_committed_bulk() 814 xfs_log_item_batch_insert(ailp, &cur, log_items, i, commit_lsn); in xfs_trans_committed_bulk()
|
D | xfs_trans_priv.h | 22 xfs_lsn_t commit_lsn, bool aborted);
|
D | xfs_log_priv.h | 242 xfs_lsn_t commit_lsn; /* chkpt commit record lsn */ member
|