Home
last modified time | relevance | path

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

/linux/fs/smb/client/
H A Dcifstransport.c144 int resp_buf_type; in SendReceiveNoRsp() local
149 rc = SendReceive2(xid, ses, iov, 1, &resp_buf_type, flags, &rsp_iov); in SendReceiveNoRsp()
205 struct kvec *iov, int n_vec, int *resp_buf_type /* ret */, in SendReceive2() argument
214 &rqst, resp_buf_type, flags, resp_iov); in SendReceive2()
226 int resp_buf_type; in SendReceive() local
252 &rqst, &resp_buf_type, flags, &resp_iov); in SendReceive()
261 free_rsp_buf(resp_buf_type, resp_iov.iov_base); in SendReceive()
H A Dtransport.c868 int *resp_buf_type, struct kvec *resp_iov) in compound_send_recv() argument
882 resp_buf_type[i] = CIFS_NO_BUFFER; /* no response buf yet */ in compound_send_recv()
1060 resp_buf_type[i] = CIFS_LARGE_BUFFER; in compound_send_recv()
1062 resp_buf_type[i] = CIFS_SMALL_BUFFER; in compound_send_recv()
1105 struct smb_rqst *rqst, int *resp_buf_type, const int flags, in cifs_send_recv() argument
1109 rqst, resp_buf_type, resp_iov); in cifs_send_recv()
H A Dcifssmb.c1511 int resp_buf_type = 0; in CIFSSMBRead() local
1565 rc = SendReceive2(xid, tcon->ses, iov, 1, &resp_buf_type, in CIFSSMBRead()
1599 free_rsp_buf(resp_buf_type, rsp_iov.iov_base); in CIFSSMBRead()
1600 } else if (resp_buf_type != CIFS_NO_BUFFER) { in CIFSSMBRead()
1603 if (resp_buf_type == CIFS_SMALL_BUFFER) in CIFSSMBRead()
1605 else if (resp_buf_type == CIFS_LARGE_BUFFER) in CIFSSMBRead()
1907 int resp_buf_type = 0; in CIFSSMBWrite2() local
1974 rc = SendReceive2(xid, tcon->ses, iov, n_vec + 1, &resp_buf_type, 0, in CIFSSMBWrite2()
1980 } else if (resp_buf_type == 0) { in CIFSSMBWrite2()
1982 rc = smb_EIO1(smb_eio_trace_write_bad_buf_type, resp_buf_type); in CIFSSMBWrite2()
[all …]
H A Dcifsproto.h104 struct smb_rqst *rqst, int *resp_buf_type,
109 struct smb_rqst *rqst, int *resp_buf_type,
H A Dsmb2pdu.c2030 int resp_buf_type; in SMB2_logoff() local
2069 &rqst, &resp_buf_type, flags, &rsp_iov); in SMB2_logoff()
2248 int resp_buf_type; in SMB2_tdis() local
2285 &rqst, &resp_buf_type, flags, &rsp_iov); in SMB2_tdis()
5840 int resp_buf_type; in SMB2_oplock_break() local
5875 &rqst, &resp_buf_type, flags, &rsp_iov); in SMB2_oplock_break()
6134 int resp_buf_type; in smb2_lockv() local
6179 &rqst, &resp_buf_type, flags, in smb2_lockv()
6225 int resp_buf_type; in SMB2_lease_break() local
6256 &rqst, &resp_buf_type, flags, &rsp_iov); in SMB2_lease_break()