Searched refs:resp_buf_type (Results 1 – 5 of 5) sorted by relevance
/linux/fs/smb/client/ |
H A D | cifstransport.c | 165 int resp_buf_type; in SendReceiveNoRsp() local 170 rc = SendReceive2(xid, ses, iov, 1, &resp_buf_type, flags, &rsp_iov); in SendReceiveNoRsp() 232 struct kvec *iov, int n_vec, int *resp_buf_type /* ret */, in SendReceive2() argument 244 *resp_buf_type = CIFS_NO_BUFFER; in SendReceive2() 263 &rqst, resp_buf_type, flags, resp_iov); in SendReceive2()
|
H A D | transport.c | 859 int *resp_buf_type, struct kvec *resp_iov) in compound_send_recv() argument 873 resp_buf_type[i] = CIFS_NO_BUFFER; /* no response buf yet */ in compound_send_recv() 1043 resp_buf_type[i] = CIFS_LARGE_BUFFER; in compound_send_recv() 1045 resp_buf_type[i] = CIFS_SMALL_BUFFER; in compound_send_recv() 1091 struct smb_rqst *rqst, int *resp_buf_type, const int flags, in cifs_send_recv() argument 1095 rqst, resp_buf_type, resp_iov); in cifs_send_recv()
|
H A D | cifssmb.c | 1458 int resp_buf_type = 0; in CIFSSMBRead() local 1510 rc = SendReceive2(xid, tcon->ses, iov, 1, &resp_buf_type, in CIFSSMBRead() 1543 free_rsp_buf(resp_buf_type, rsp_iov.iov_base); in CIFSSMBRead() 1544 } else if (resp_buf_type != CIFS_NO_BUFFER) { in CIFSSMBRead() 1547 if (resp_buf_type == CIFS_SMALL_BUFFER) in CIFSSMBRead() 1549 else if (resp_buf_type == CIFS_LARGE_BUFFER) in CIFSSMBRead() 1851 int resp_buf_type = 0; in CIFSSMBWrite2() local 1916 rc = SendReceive2(xid, tcon->ses, iov, n_vec + 1, &resp_buf_type, 0, in CIFSSMBWrite2() 1922 } else if (resp_buf_type == 0) { in CIFSSMBWrite2() 1940 free_rsp_buf(resp_buf_type, rsp_io in CIFSSMBWrite2() 1956 int resp_buf_type; cifs_lockv() local 2075 int resp_buf_type = 0; CIFSSMBPosixLock() local [all...] |
H A D | cifsproto.h | 106 struct smb_rqst *rqst, int *resp_buf_type, 111 struct smb_rqst *rqst, int *resp_buf_type,
|
H A D | smb2pdu.c | 1965 int resp_buf_type; in SMB2_logoff() local 2005 &rqst, &resp_buf_type, flags, &rsp_iov); in SMB2_logoff() 2184 int resp_buf_type; in SMB2_tdis() local 2221 &rqst, &resp_buf_type, flags, &rsp_iov); in SMB2_tdis() 5772 int resp_buf_type; in SMB2_oplock_break() local 5807 &rqst, &resp_buf_type, flags, &rsp_iov); in SMB2_oplock_break() 6066 int resp_buf_type; in smb2_lockv() local 6111 &rqst, &resp_buf_type, flags, in smb2_lockv() 6157 int resp_buf_type; in SMB2_lease_break() local 6188 &rqst, &resp_buf_type, flag in SMB2_lease_break() [all...] |