Home
last modified time | relevance | path

Searched refs:nvec (Results 1 – 1 of 1) sorted by relevance

/linux-2.4.37.9/fs/xfs/
Dxfs_trans.c689 int nvec; in xfs_trans_commit() local
771 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()