Searched refs:resp_buf_type (Results 1 – 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/fs/cifs/ |
D | transport.c | 864 int resp_buf_type; in SendReceiveNoRsp() local 869 rc = SendReceive2(xid, ses, iov, 1, &resp_buf_type, flags, &rsp_iov); in SendReceiveNoRsp() 1030 int *resp_buf_type, struct kvec *resp_iov) in compound_send_recv() argument 1044 resp_buf_type[i] = CIFS_NO_BUFFER; /* no response buf yet */ in compound_send_recv() 1207 resp_buf_type[i] = CIFS_LARGE_BUFFER; in compound_send_recv() 1209 resp_buf_type[i] = CIFS_SMALL_BUFFER; in compound_send_recv() 1251 struct smb_rqst *rqst, int *resp_buf_type, const int flags, in cifs_send_recv() argument 1255 rqst, resp_buf_type, resp_iov); in cifs_send_recv() 1260 struct kvec *iov, int n_vec, int *resp_buf_type /* ret */, in SendReceive2() argument 1272 *resp_buf_type = CIFS_NO_BUFFER; in SendReceive2() [all …]
|
D | cifssmb.c | 1748 int resp_buf_type = 0; in CIFSSMBRead() local 1800 rc = SendReceive2(xid, tcon->ses, iov, 1, &resp_buf_type, in CIFSSMBRead() 1833 free_rsp_buf(resp_buf_type, rsp_iov.iov_base); in CIFSSMBRead() 1834 } else if (resp_buf_type != CIFS_NO_BUFFER) { in CIFSSMBRead() 1837 if (resp_buf_type == CIFS_SMALL_BUFFER) in CIFSSMBRead() 1839 else if (resp_buf_type == CIFS_LARGE_BUFFER) in CIFSSMBRead() 2291 int resp_buf_type = 0; in CIFSSMBWrite2() local 2356 rc = SendReceive2(xid, tcon->ses, iov, n_vec + 1, &resp_buf_type, 0, in CIFSSMBWrite2() 2362 } else if (resp_buf_type == 0) { in CIFSSMBWrite2() 2380 free_rsp_buf(resp_buf_type, rsp_iov.iov_base); in CIFSSMBWrite2() [all …]
|
D | cifsproto.h | 102 struct smb_rqst *rqst, int *resp_buf_type, 107 struct smb_rqst *rqst, int *resp_buf_type,
|
D | smb2pdu.c | 1642 int resp_buf_type; in SMB2_logoff() local 1678 &rqst, &resp_buf_type, flags, &rsp_iov); in SMB2_logoff() 1857 int resp_buf_type; in SMB2_tdis() local 1888 &rqst, &resp_buf_type, flags, &rsp_iov); in SMB2_tdis() 5004 int resp_buf_type; in SMB2_oplock_break() local 5030 &rqst, &resp_buf_type, flags, &rsp_iov); in SMB2_oplock_break() 5304 int resp_buf_type; in smb2_lockv() local 5340 &rqst, &resp_buf_type, flags, in smb2_lockv() 5382 int resp_buf_type; in SMB2_lease_break() local 5413 &rqst, &resp_buf_type, flags, &rsp_iov); in SMB2_lease_break()
|