Home
last modified time | relevance | path

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

/Linux-v4.19/fs/cifs/
Dsmb2pdu.c611 int resp_buftype; in SMB2_negotiate() local
680 rc = cifs_send_recv(xid, ses, &rqst, &resp_buftype, flags, &rsp_iov); in SMB2_negotiate()
800 free_rsp_buf(resp_buftype, rsp); in SMB2_negotiate()
1457 int resp_buftype; in SMB2_tcon() local
1512 rc = cifs_send_recv(xid, ses, &rqst, &resp_buftype, flags, &rsp_iov); in SMB2_tcon()
1562 free_rsp_buf(resp_buftype, rsp); in SMB2_tcon()
1961 int resp_buftype; in smb311_posix_mkdir() local
2071 rc = cifs_send_recv(xid, ses, &rqst, &resp_buftype, flags, &rsp_iov); in smb311_posix_mkdir()
2090 free_rsp_buf(resp_buftype, rsp); in smb311_posix_mkdir()
2264 int resp_buftype; in SMB2_open() local
[all …]
Dmisc.c221 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()
Dsmb2ops.c1595 int resp_buftype[3]; in smb2_queryfs() local
1613 memset(resp_buftype, 0, sizeof(resp_buftype)); in smb2_queryfs()
1655 resp_buftype, rsp_iov); in smb2_queryfs()
1674 free_rsp_buf(resp_buftype[0], rsp_iov[0].iov_base); in smb2_queryfs()
1675 free_rsp_buf(resp_buftype[1], rsp_iov[1].iov_base); in smb2_queryfs()
1676 free_rsp_buf(resp_buftype[2], rsp_iov[2].iov_base); in smb2_queryfs()
1856 int resp_buftype; in smb2_query_symlink() local
1880 &resp_buftype); in smb2_query_symlink()
1923 free_rsp_buf(resp_buftype, err_buf); in smb2_query_symlink()
Dsmb2proto.h135 struct kvec *err_iov, int *resp_buftype);