Searched refs:resp_buf_type (Results 1 – 5 of 5) sorted by relevance
| /linux/fs/smb/client/ |
| H A D | smb1transport.c | 144 int resp_buf_type; in SendReceiveNoRsp() local 149 rc = SendReceive2(xid, ses, iov, 1, &resp_buf_type, flags, &rsp_iov); in SendReceiveNoRsp() 211 struct kvec *iov, int n_vec, int *resp_buf_type /* ret */, in SendReceive2() argument 220 &rqst, resp_buf_type, flags, resp_iov); in SendReceive2() 232 int resp_buf_type; in SendReceive() local 258 &rqst, &resp_buf_type, flags, &resp_iov); in SendReceive() 269 free_rsp_buf(resp_buf_type, resp_iov.iov_base); in SendReceive()
|
| H A D | transport.c | 866 int *resp_buf_type, struct kvec *resp_iov) in compound_send_recv() argument 880 resp_buf_type[i] = CIFS_NO_BUFFER; /* no response buf yet */ in compound_send_recv() 1058 resp_buf_type[i] = CIFS_LARGE_BUFFER; in compound_send_recv() 1060 resp_buf_type[i] = CIFS_SMALL_BUFFER; in compound_send_recv() 1103 struct smb_rqst *rqst, int *resp_buf_type, const int flags, in cifs_send_recv() argument 1107 rqst, resp_buf_type, resp_iov); in cifs_send_recv()
|
| H A D | cifsproto.h | 103 int *resp_buf_type, const int flags, struct kvec *resp_iov); 107 int *resp_buf_type, struct kvec *resp_iov);
|
| H A D | cifssmb.c | 1653 int resp_buf_type = 0; in CIFSSMBRead() local 1707 rc = SendReceive2(xid, tcon->ses, iov, 1, &resp_buf_type, in CIFSSMBRead() 1741 free_rsp_buf(resp_buf_type, rsp_iov.iov_base); in CIFSSMBRead() 1742 } else if (resp_buf_type != CIFS_NO_BUFFER) { in CIFSSMBRead() 1745 if (resp_buf_type == CIFS_SMALL_BUFFER) in CIFSSMBRead() 1747 else if (resp_buf_type == CIFS_LARGE_BUFFER) in CIFSSMBRead() 2049 int resp_buf_type = 0; in CIFSSMBWrite2() local 2116 rc = SendReceive2(xid, tcon->ses, iov, n_vec + 1, &resp_buf_type, 0, in CIFSSMBWrite2() 2122 } else if (resp_buf_type == 0) { in CIFSSMBWrite2() 2124 rc = smb_EIO1(smb_eio_trace_write_bad_buf_type, resp_buf_type); in CIFSSMBWrite2() 2157 int resp_buf_type; cifs_lockv() local 2281 int resp_buf_type = 0; CIFSSMBPosixLock() local [all...] |
| H A D | smb2pdu.c | 2065 int resp_buf_type; in SMB2_logoff() 2104 &rqst, &resp_buf_type, flags, &rsp_iov); 2282 int resp_buf_type; in SMB2_tdis() 2319 &rqst, &resp_buf_type, flags, &rsp_iov); in create_durable_buf() 5984 int resp_buf_type; in SMB2_oplock_break() 6023 &rqst, &resp_buf_type, flags, &rsp_iov); in build_qfs_info_req() 6290 int resp_buf_type; in smb2_lockv() 6344 &rqst, &resp_buf_type, flags, in SMB2_lease_break() 6398 int resp_buf_type; 6429 &rqst, &resp_buf_type, flag 2039 int resp_buf_type; SMB2_logoff() local 2257 int resp_buf_type; SMB2_tdis() local 5937 int resp_buf_type; SMB2_oplock_break() local 6243 int resp_buf_type; smb2_lockv() local 6351 int resp_buf_type; SMB2_lease_break() local [all...] |