Lines Matching defs:commit_lsn
726 xfs_lsn_t commit_lsn)
732 xfs_trans_ail_update_bulk(ailp, cur, log_items, nr_items, commit_lsn);
755 * The AIL cursor is used to optimise the insert process. If commit_lsn is not
766 xfs_lsn_t commit_lsn,
776 xfs_trans_ail_cursor_last(ailp, &cur, commit_lsn);
793 item_lsn = lip->li_ops->iop_committed(lip, commit_lsn);
795 item_lsn = commit_lsn;
812 if (item_lsn != commit_lsn) {
835 LOG_ITEM_BATCH_SIZE, commit_lsn);
842 xfs_log_item_batch_insert(ailp, &cur, log_items, i, commit_lsn);