Home
last modified time | relevance | path

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

/fs/xfs/
Dxfs_trans.c791 int nvec; in _xfs_trans_commit() local
864 nvec = xfs_trans_count_vecs(tp); in _xfs_trans_commit()
865 if (nvec == 0) { in _xfs_trans_commit()
868 } else if (nvec <= XFS_TRANS_LOGVEC_COUNT) { in _xfs_trans_commit()
871 log_vector = (xfs_log_iovec_t *)kmem_alloc(nvec * in _xfs_trans_commit()
882 error = xfs_log_write(mp, log_vector, nvec, tp->t_ticket, &(tp->t_lsn)); in _xfs_trans_commit()
892 if (nvec > XFS_TRANS_LOGVEC_COUNT) { in _xfs_trans_commit()
/fs/dlm/
Dlowcomms.c539 int nvec; in receive_from_sock() local
572 nvec = 1; in receive_from_sock()
582 nvec = 2; in receive_from_sock()
586 r = ret = kernel_recvmsg(con->sock, &msg, iov, nvec, len, in receive_from_sock()
/fs/cifs/
Dcifsproto.h296 struct kvec *iov, const int nvec, const int long_op);