Home
last modified time | relevance | path

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

/fs/xfs/
Dxfs_log_cil.c445 xfs_lsn_t commit_lsn; in xlog_cil_push() local
621 if (!new_ctx->commit_lsn) { in xlog_cil_push()
633 commit_lsn = xfs_log_done(log->l_mp, tic, &commit_iclog, false); in xlog_cil_push()
634 if (commit_lsn == -1) in xlog_cil_push()
650 ctx->commit_lsn = commit_lsn; in xlog_cil_push()
781 xfs_lsn_t *commit_lsn, in xfs_log_commit_cil() argument
797 if (commit_lsn) in xfs_log_commit_cil()
798 *commit_lsn = tp->t_commit_lsn; in xfs_log_commit_cil()
838 xfs_lsn_t commit_lsn = NULLCOMMITLSN; in xlog_cil_force_lsn() local
867 if (!ctx->commit_lsn) { in xlog_cil_force_lsn()
[all …]
Dxfs_trans.c739 xfs_lsn_t commit_lsn, in xfs_trans_free_items() argument
749 if (commit_lsn != NULLCOMMITLSN) in xfs_trans_free_items()
750 lip->li_ops->iop_committing(lip, commit_lsn); in xfs_trans_free_items()
765 xfs_lsn_t commit_lsn) in xfs_log_item_batch_insert() argument
771 xfs_trans_ail_update_bulk(ailp, cur, log_items, nr_items, commit_lsn); in xfs_log_item_batch_insert()
804 xfs_lsn_t commit_lsn, in xfs_trans_committed_bulk() argument
814 xfs_trans_ail_cursor_last(ailp, &cur, commit_lsn); in xfs_trans_committed_bulk()
824 item_lsn = lip->li_ops->iop_committed(lip, commit_lsn); in xfs_trans_committed_bulk()
840 if (item_lsn != commit_lsn) { in xfs_trans_committed_bulk()
862 LOG_ITEM_BATCH_SIZE, commit_lsn); in xfs_trans_committed_bulk()
[all …]
Dxfs_trans_priv.h32 void xfs_trans_free_items(struct xfs_trans *tp, xfs_lsn_t commit_lsn,
37 xfs_lsn_t commit_lsn, int aborted);
Dxfs_log.h178 xfs_lsn_t *commit_lsn, bool regrant);
Dxfs_log_priv.h252 xfs_lsn_t commit_lsn; /* chkpt commit record lsn */ member
Dxfs_dquot_item.c395 xfs_lsn_t commit_lsn) in xfs_qm_qoff_logitem_committing() argument
Dxfs_buf_item.c694 xfs_lsn_t commit_lsn) in xfs_buf_item_committing() argument