Searched refs:nvec (Results 1 – 1 of 1) sorted by relevance
689 int nvec; in xfs_trans_commit() local771 nvec = xfs_trans_count_vecs(tp); in xfs_trans_commit()773 if (nvec == 0) { in xfs_trans_commit()779 if (nvec <= XFS_TRANS_LOGVEC_COUNT) { in xfs_trans_commit()782 log_vector = (xfs_log_iovec_t *)kmem_alloc(nvec * in xfs_trans_commit()797 error = xfs_log_write(mp, log_vector, nvec, tp->t_ticket, in xfs_trans_commit()819 if (nvec > XFS_TRANS_LOGVEC_COUNT) { in xfs_trans_commit()820 kmem_free(log_vector, nvec * sizeof(xfs_log_iovec_t)); in xfs_trans_commit()