Home
last modified time | relevance | path

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

/fs/cifs/
Dtransport.c1009 int *resp_buf_type, struct kvec *resp_iov) in compound_send_recv() argument
1181 resp_iov[i].iov_base = buf; in compound_send_recv()
1182 resp_iov[i].iov_len = midQ[i]->resp_buf_size + in compound_send_recv()
1204 .iov_base = resp_iov[0].iov_base, in compound_send_recv()
1205 .iov_len = resp_iov[0].iov_len in compound_send_recv()
1230 struct kvec *resp_iov) in cifs_send_recv() argument
1233 resp_iov); in cifs_send_recv()
1239 const int flags, struct kvec *resp_iov) in SendReceive2() argument
1268 rc = cifs_send_recv(xid, ses, &rqst, resp_buf_type, flags, resp_iov); in SendReceive2()
Dcifsproto.h100 const int flags, struct kvec *resp_iov);
104 struct kvec *resp_iov);