Lines Matching refs:commit_lsn
773 xfs_lsn_t commit_lsn, in xfs_trans_free_items() argument
782 if (commit_lsn != NULLCOMMITLSN) in xfs_trans_free_items()
783 lip->li_ops->iop_committing(lip, commit_lsn); in xfs_trans_free_items()
796 xfs_lsn_t commit_lsn) in xfs_log_item_batch_insert() argument
802 xfs_trans_ail_update_bulk(ailp, cur, log_items, nr_items, commit_lsn); in xfs_log_item_batch_insert()
835 xfs_lsn_t commit_lsn, in xfs_trans_committed_bulk() argument
845 xfs_trans_ail_cursor_last(ailp, &cur, commit_lsn); in xfs_trans_committed_bulk()
855 item_lsn = lip->li_ops->iop_committed(lip, commit_lsn); in xfs_trans_committed_bulk()
871 if (item_lsn != commit_lsn) { in xfs_trans_committed_bulk()
893 LOG_ITEM_BATCH_SIZE, commit_lsn); in xfs_trans_committed_bulk()
900 xfs_log_item_batch_insert(ailp, &cur, log_items, i, commit_lsn); in xfs_trans_committed_bulk()
925 xfs_lsn_t commit_lsn = -1; in __xfs_trans_commit() local
967 xfs_log_commit_cil(mp, tp, &commit_lsn, regrant); in __xfs_trans_commit()
977 error = xfs_log_force_lsn(mp, commit_lsn, XFS_LOG_SYNC, NULL); in __xfs_trans_commit()
995 commit_lsn = xfs_log_done(mp, tp->t_ticket, NULL, regrant); in __xfs_trans_commit()
996 if (commit_lsn == -1 && !error) in __xfs_trans_commit()