Searched refs:commit_lsn (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/fs/xfs/ |
H A D | xfs_trans.c | 726 xfs_lsn_t commit_lsn) in xfs_log_item_batch_insert() argument 732 xfs_trans_ail_update_bulk(ailp, cur, log_items, nr_items, commit_lsn); in xfs_log_item_batch_insert() 766 xfs_lsn_t commit_lsn, in xfs_trans_committed_bulk() argument 776 xfs_trans_ail_cursor_last(ailp, &cur, commit_lsn); in xfs_trans_committed_bulk() 793 item_lsn = lip->li_ops->iop_committed(lip, commit_lsn); in xfs_trans_committed_bulk() 795 item_lsn = commit_lsn; in xfs_trans_committed_bulk() 812 if (item_lsn != commit_lsn) { in xfs_trans_committed_bulk() 835 LOG_ITEM_BATCH_SIZE, commit_lsn); in xfs_trans_committed_bulk() 842 xfs_log_item_batch_insert(ailp, &cur, log_items, i, commit_lsn); in xfs_trans_committed_bulk()
|
H A D | xfs_log_cil.c | 783 ASSERT(!ctx->commit_lsn); in xlog_cil_set_ctx_write_state() 834 ctx->commit_lsn = lsn; in xlog_cil_set_ctx_write_state() 887 if (!ctx->commit_lsn) { in xlog_cil_order_write() 1291 if (ctx->start_lsn != ctx->commit_lsn) { in xlog_cil_push_work() 1295 if (plsn && XFS_LSN_CMP(plsn, ctx->commit_lsn) < 0) { in xlog_cil_push_work() 1651 xfs_lsn_t commit_lsn = NULLCOMMITLSN; in xlog_cil_force_seq() local 1684 if (!ctx->commit_lsn) { in xlog_cil_force_seq() 1696 commit_lsn = ctx->commit_lsn; in xlog_cil_force_seq() 1721 return commit_lsn; in xlog_cil_force_seq()
|
H A D | xfs_trans_priv.h | 24 xfs_lsn_t commit_lsn, bool aborted);
|
H A D | xfs_log_priv.h | 224 xfs_lsn_t commit_lsn; /* chkpt commit record lsn */ member
|