Searched refs:resp_buf_type (Results 1 – 4 of 4) sorted by relevance
/linux-4.19.296/fs/cifs/ |
D | transport.c | 680 int resp_buf_type; in SendReceiveNoRsp() local 685 rc = SendReceive2(xid, ses, iov, 1, &resp_buf_type, flags, &rsp_iov); in SendReceiveNoRsp() 794 int *resp_buf_type, struct kvec *resp_iov) in compound_send_recv() argument 807 resp_buf_type[i] = CIFS_NO_BUFFER; /* no response buf yet */ in compound_send_recv() 949 resp_buf_type[i] = CIFS_LARGE_BUFFER; in compound_send_recv() 951 resp_buf_type[i] = CIFS_SMALL_BUFFER; in compound_send_recv() 993 struct smb_rqst *rqst, int *resp_buf_type, const int flags, in cifs_send_recv() argument 996 return compound_send_recv(xid, ses, flags, 1, rqst, resp_buf_type, in cifs_send_recv() 1002 struct kvec *iov, int n_vec, int *resp_buf_type /* ret */, in SendReceive2() argument 1014 *resp_buf_type = CIFS_NO_BUFFER; in SendReceive2() [all …]
|
D | cifsproto.h | 95 struct smb_rqst *rqst, int *resp_buf_type, 99 struct smb_rqst *rqst, int *resp_buf_type,
|
D | cifssmb.c | 1741 int resp_buf_type = 0; in CIFSSMBRead() local 1793 rc = SendReceive2(xid, tcon->ses, iov, 1, &resp_buf_type, in CIFSSMBRead() 1826 free_rsp_buf(resp_buf_type, rsp_iov.iov_base); in CIFSSMBRead() 1827 } else if (resp_buf_type != CIFS_NO_BUFFER) { in CIFSSMBRead() 1830 if (resp_buf_type == CIFS_SMALL_BUFFER) in CIFSSMBRead() 1832 else if (resp_buf_type == CIFS_LARGE_BUFFER) in CIFSSMBRead() 2279 int resp_buf_type = 0; in CIFSSMBWrite2() local 2344 rc = SendReceive2(xid, tcon->ses, iov, n_vec + 1, &resp_buf_type, 0, in CIFSSMBWrite2() 2350 } else if (resp_buf_type == 0) { in CIFSSMBWrite2() 2368 free_rsp_buf(resp_buf_type, rsp_iov.iov_base); in CIFSSMBWrite2() [all …]
|
D | smb2pdu.c | 1438 int resp_buf_type; in SMB2_logoff() local 1472 rc = cifs_send_recv(xid, ses, &rqst, &resp_buf_type, flags, &rsp_iov); in SMB2_logoff() 1642 int resp_buf_type; in SMB2_tdis() local 1669 rc = cifs_send_recv(xid, ses, &rqst, &resp_buf_type, flags, &rsp_iov); in SMB2_tdis() 4094 int resp_buf_type; in SMB2_oplock_break() local 4119 rc = cifs_send_recv(xid, ses, &rqst, &resp_buf_type, flags, &rsp_iov); in SMB2_oplock_break() 4385 int resp_buf_type; in smb2_lockv() local 4418 rc = cifs_send_recv(xid, tcon->ses, &rqst, &resp_buf_type, flags, in smb2_lockv() 4460 int resp_buf_type; in SMB2_lease_break() local 4487 rc = cifs_send_recv(xid, ses, &rqst, &resp_buf_type, flags, &rsp_iov); in SMB2_lease_break()
|