Lines Matching refs:commit_lsn
739 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()
869 xfs_log_item_batch_insert(ailp, &cur, log_items, i, commit_lsn); in xfs_trans_committed_bulk()
894 xfs_lsn_t commit_lsn = -1; in __xfs_trans_commit() local
922 xfs_log_commit_cil(mp, tp, &commit_lsn, regrant); in __xfs_trans_commit()
932 error = _xfs_log_force_lsn(mp, commit_lsn, XFS_LOG_SYNC, NULL); in __xfs_trans_commit()
950 commit_lsn = xfs_log_done(mp, tp->t_ticket, NULL, regrant); in __xfs_trans_commit()
951 if (commit_lsn == -1 && !error) in __xfs_trans_commit()