Searched refs:n_vec (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/cifs/
H A Dcifsencrypt.c87 static int cifs_calc_signature2(const struct kvec * iov, int n_vec, argument
98 for(i=0;i<n_vec;i++) {
120 int cifs_sign_smb2(struct kvec * iov, int n_vec, struct TCP_Server_Info *server, argument
142 rc = cifs_calc_signature2(iov, n_vec, server->mac_signing_key,
H A Dtransport.c215 smb_send2(struct socket *ssocket, struct kvec *iov, int n_vec, argument
243 for (i = 0; i < n_vec; i++)
252 n_vec - first_vec, total_len);
281 for (i = first_vec; i < n_vec; i++) {
421 struct kvec *iov, int n_vec, int * pRespBufType /* ret */,
469 rc = cifs_sign_smb2(iov, n_vec, ses->server, &midQ->sequence_number);
475 rc = smb_send2(ses->server->ssocket, iov, n_vec,
420 SendReceive2(const unsigned int xid, struct cifsSesInfo *ses, struct kvec *iov, int n_vec, int * pRespBufType , const int long_op) argument
H A Dcifsproto.h290 extern int cifs_sign_smb2(struct kvec *iov, int n_vec, struct TCP_Server_Info *,
H A Dcifssmb.c1489 int n_vec, const int long_op)
1545 rc = SendReceive2(xid, tcon->ses, iov, n_vec + 1, &resp_buf_type,
1486 CIFSSMBWrite2(const int xid, struct cifsTconInfo *tcon, const int netfid, const unsigned int count, const __u64 offset, unsigned int *nbytes, struct kvec *iov, int n_vec, const int long_op) argument

Completed in 119 milliseconds