Home
last modified time | relevance | path

Searched refs:resp_buf_type (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/fs/smb/client/
H A Dtransport.c864 int resp_buf_type; in SendReceiveNoRsp() local
869 rc = SendReceive2(xid, ses, iov, 1, &resp_buf_type, flags, &rsp_iov); in SendReceiveNoRsp()
1067 int *resp_buf_type, struct kvec *resp_iov) in compound_send_recv() argument
1081 resp_buf_type[i] = CIFS_NO_BUFFER; /* no response buf yet */ in compound_send_recv()
1252 resp_buf_type[i] = CIFS_LARGE_BUFFER; in compound_send_recv()
1254 resp_buf_type[i] = CIFS_SMALL_BUFFER; in compound_send_recv()
1300 struct smb_rqst *rqst, int *resp_buf_type, const int flags, in cifs_send_recv() argument
1304 rqst, resp_buf_type, resp_iov); in cifs_send_recv()
1309 struct kvec *iov, int n_vec, int *resp_buf_type /* ret */, in SendReceive2() argument
1321 *resp_buf_type = CIFS_NO_BUFFER; in SendReceive2()
[all …]
H A Dcifssmb.c1446 int resp_buf_type = 0; in CIFSSMBRead() local
1532 } else if (resp_buf_type != CIFS_NO_BUFFER) { in CIFSSMBRead()
1535 if (resp_buf_type == CIFS_SMALL_BUFFER) in CIFSSMBRead()
1537 else if (resp_buf_type == CIFS_LARGE_BUFFER) in CIFSSMBRead()
1828 int resp_buf_type = 0; in CIFSSMBWrite2() local
1899 } else if (resp_buf_type == 0) { in CIFSSMBWrite2()
1917 free_rsp_buf(resp_buf_type, rsp_iov.iov_base); in CIFSSMBWrite2()
1933 int resp_buf_type; in cifs_lockv() local
2052 int resp_buf_type = 0; in CIFSSMBPosixLock() local
2118 &resp_buf_type, timeout, &rsp_iov); in CIFSSMBPosixLock()
[all …]
H A Dcifsproto.h106 struct smb_rqst *rqst, int *resp_buf_type,
111 struct smb_rqst *rqst, int *resp_buf_type,
H A Dsmb2pdu.c1951 int resp_buf_type; in SMB2_logoff() local
1991 &rqst, &resp_buf_type, flags, &rsp_iov); in SMB2_logoff()
2170 int resp_buf_type; in SMB2_tdis() local
2207 &rqst, &resp_buf_type, flags, &rsp_iov); in SMB2_tdis()
5734 int resp_buf_type; in SMB2_oplock_break() local
5769 &rqst, &resp_buf_type, flags, &rsp_iov); in SMB2_oplock_break()
6093 int resp_buf_type; in smb2_lockv() local
6138 &rqst, &resp_buf_type, flags, in smb2_lockv()
6184 int resp_buf_type; in SMB2_lease_break() local
6215 &rqst, &resp_buf_type, flags, &rsp_iov); in SMB2_lease_break()