Searched refs:resp_buftype (Results 1 – 4 of 4) sorted by relevance
/linux-4.19.296/fs/cifs/ |
D | smb2pdu.c | 640 int resp_buftype; in SMB2_negotiate() local 709 rc = cifs_send_recv(xid, ses, &rqst, &resp_buftype, flags, &rsp_iov); in SMB2_negotiate() 837 free_rsp_buf(resp_buftype, rsp); in SMB2_negotiate() 1508 int resp_buftype; in SMB2_tcon() local 1570 rc = cifs_send_recv(xid, ses, &rqst, &resp_buftype, flags, &rsp_iov); in SMB2_tcon() 1620 free_rsp_buf(resp_buftype, rsp); in SMB2_tcon() 2019 int resp_buftype; in smb311_posix_mkdir() local 2129 rc = cifs_send_recv(xid, ses, &rqst, &resp_buftype, flags, &rsp_iov); in smb311_posix_mkdir() 2148 free_rsp_buf(resp_buftype, rsp); in smb311_posix_mkdir() 2324 int resp_buftype = CIFS_NO_BUFFER; in SMB2_open() local [all …]
|
D | misc.c | 221 free_rsp_buf(int resp_buftype, void *rsp) in free_rsp_buf() argument 223 if (resp_buftype == CIFS_SMALL_BUFFER) in free_rsp_buf() 225 else if (resp_buftype == CIFS_LARGE_BUFFER) in free_rsp_buf()
|
D | smb2ops.c | 1680 int resp_buftype[3]; in smb2_queryfs() local 1698 memset(resp_buftype, 0, sizeof(resp_buftype)); in smb2_queryfs() 1740 resp_buftype, rsp_iov); in smb2_queryfs() 1759 free_rsp_buf(resp_buftype[0], rsp_iov[0].iov_base); in smb2_queryfs() 1760 free_rsp_buf(resp_buftype[1], rsp_iov[1].iov_base); in smb2_queryfs() 1761 free_rsp_buf(resp_buftype[2], rsp_iov[2].iov_base); in smb2_queryfs() 1941 int resp_buftype; in smb2_query_symlink() local 1965 &resp_buftype); in smb2_query_symlink() 2010 free_rsp_buf(resp_buftype, err_buf); in smb2_query_symlink()
|
D | smb2proto.h | 135 struct kvec *err_iov, int *resp_buftype);
|