Lines Matching defs:commit_lsn
694 xfs_lsn_t commit_lsn)
700 xfs_trans_ail_update_bulk(ailp, cur, log_items, nr_items, commit_lsn);
723 * The AIL cursor is used to optimise the insert process. If commit_lsn is not
734 xfs_lsn_t commit_lsn,
744 xfs_trans_ail_cursor_last(ailp, &cur, commit_lsn);
761 item_lsn = lip->li_ops->iop_committed(lip, commit_lsn);
763 item_lsn = commit_lsn;
780 if (item_lsn != commit_lsn) {
803 LOG_ITEM_BATCH_SIZE, commit_lsn);
810 xfs_log_item_batch_insert(ailp, &cur, log_items, i, commit_lsn);