Searched refs:resp_buf_type (Results 1 – 3 of 3) sorted by relevance
/linux/fs/smb/client/ |
H A D | cifssmb.c | 1419 int resp_buf_type = 0; in CIFSSMBRead() local 1471 rc = SendReceive2(xid, tcon->ses, iov, 1, &resp_buf_type, in CIFSSMBRead() 1504 free_rsp_buf(resp_buf_type, rsp_iov.iov_base); in CIFSSMBRead() 1505 } else if (resp_buf_type != CIFS_NO_BUFFER) { in CIFSSMBRead() 1508 if (resp_buf_type == CIFS_SMALL_BUFFER) in CIFSSMBRead() 1510 else if (resp_buf_type == CIFS_LARGE_BUFFER) in CIFSSMBRead() 1801 int resp_buf_type = 0; in CIFSSMBWrite2() local 1866 rc = SendReceive2(xid, tcon->ses, iov, n_vec + 1, &resp_buf_type, 0, in CIFSSMBWrite2() 1872 } else if (resp_buf_type == 0) { in CIFSSMBWrite2() 1890 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 | 1969 int resp_buf_type; in SMB2_logoff() local 2009 &rqst, &resp_buf_type, flags, &rsp_iov); in SMB2_logoff() 2188 int resp_buf_type; in SMB2_tdis() local 2225 &rqst, &resp_buf_type, flags, &rsp_iov); in SMB2_tdis() 5738 int resp_buf_type; in SMB2_oplock_break() local 5773 &rqst, &resp_buf_type, flags, &rsp_iov); in SMB2_oplock_break() 6097 int resp_buf_type; in smb2_lockv() local 6142 &rqst, &resp_buf_type, flags, in smb2_lockv() 6188 int resp_buf_type; in SMB2_lease_break() local 6219 &rqst, &resp_buf_type, flags, &rsp_iov); in SMB2_lease_break()
|