Searched refs:resp_buf_type (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/fs/smb/client/ |
H A D | transport.c | 874 int resp_buf_type; in SendReceiveNoRsp() local 879 rc = SendReceive2(xid, ses, iov, 1, &resp_buf_type, flags, &rsp_iov); in SendReceiveNoRsp() 1074 int *resp_buf_type, struct kvec *resp_iov) in compound_send_recv() argument 1088 resp_buf_type[i] = CIFS_NO_BUFFER; /* no response buf yet */ in compound_send_recv() 1259 resp_buf_type[i] = CIFS_LARGE_BUFFER; in compound_send_recv() 1261 resp_buf_type[i] = CIFS_SMALL_BUFFER; in compound_send_recv() 1307 struct smb_rqst *rqst, int *resp_buf_type, const int flags, in cifs_send_recv() argument 1311 rqst, resp_buf_type, resp_iov); in cifs_send_recv() 1316 struct kvec *iov, int n_vec, int *resp_buf_type /* ret */, in SendReceive2() argument 1328 *resp_buf_type = CIFS_NO_BUFFER; in SendReceive2() [all …]
|
H A D | cifssmb.c | 1389 int resp_buf_type = 0; in CIFSSMBRead() local 1441 rc = SendReceive2(xid, tcon->ses, iov, 1, &resp_buf_type, in CIFSSMBRead() 1474 free_rsp_buf(resp_buf_type, rsp_iov.iov_base); in CIFSSMBRead() 1475 } else if (resp_buf_type != CIFS_NO_BUFFER) { in CIFSSMBRead() 1478 if (resp_buf_type == CIFS_SMALL_BUFFER) in CIFSSMBRead() 1480 else if (resp_buf_type == CIFS_LARGE_BUFFER) in CIFSSMBRead() 1753 int resp_buf_type = 0; in CIFSSMBWrite2() local 1818 rc = SendReceive2(xid, tcon->ses, iov, n_vec + 1, &resp_buf_type, 0, in CIFSSMBWrite2() 1824 } else if (resp_buf_type == 0) { in CIFSSMBWrite2() 1842 free_rsp_buf(resp_buf_type, rsp_iov.iov_base); in CIFSSMBWrite2() [all …]
|
H A D | cifsproto.h | 103 struct smb_rqst *rqst, int *resp_buf_type, 108 struct smb_rqst *rqst, int *resp_buf_type,
|
H A D | smb2pdu.c | 1962 int resp_buf_type; in SMB2_logoff() local 2002 &rqst, &resp_buf_type, flags, &rsp_iov); in SMB2_logoff() 2181 int resp_buf_type; in SMB2_tdis() local 2218 &rqst, &resp_buf_type, flags, &rsp_iov); in SMB2_tdis() 5660 int resp_buf_type; in SMB2_oplock_break() local 5695 &rqst, &resp_buf_type, flags, &rsp_iov); in SMB2_oplock_break() 6019 int resp_buf_type; in smb2_lockv() local 6064 &rqst, &resp_buf_type, flags, in smb2_lockv() 6110 int resp_buf_type; in SMB2_lease_break() local 6141 &rqst, &resp_buf_type, flags, &rsp_iov); in SMB2_lease_break()
|