Home
last modified time | relevance | path

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

/Linux-v5.4/fs/cifs/
Dsmb2pdu.c793 int resp_buftype; in SMB2_negotiate() local
865 rc = cifs_send_recv(xid, ses, &rqst, &resp_buftype, flags, &rsp_iov); in SMB2_negotiate()
989 free_rsp_buf(resp_buftype, rsp); in SMB2_negotiate()
1661 int resp_buftype; in SMB2_tcon() local
1727 rc = cifs_send_recv(xid, ses, &rqst, &resp_buftype, flags, &rsp_iov); in SMB2_tcon()
1778 free_rsp_buf(resp_buftype, rsp); in SMB2_tcon()
2250 int resp_buftype; in smb311_posix_mkdir() local
2361 rc = cifs_send_recv(xid, ses, &rqst, &resp_buftype, flags, &rsp_iov); in smb311_posix_mkdir()
2380 free_rsp_buf(resp_buftype, rsp); in smb311_posix_mkdir()
2577 int resp_buftype = CIFS_NO_BUFFER; in SMB2_open() local
[all …]
Dsmb2inode.c65 int resp_buftype[3]; in smb2_compound_op() local
84 resp_buftype[0] = resp_buftype[1] = resp_buftype[2] = CIFS_NO_BUFFER; in smb2_compound_op()
327 &rqst[1], &resp_buftype[1], in smb2_compound_op()
331 rqst, resp_buftype, in smb2_compound_op()
421 free_rsp_buf(resp_buftype[0], rsp_iov[0].iov_base); in smb2_compound_op()
422 free_rsp_buf(resp_buftype[1], rsp_iov[1].iov_base); in smb2_compound_op()
423 free_rsp_buf(resp_buftype[2], rsp_iov[2].iov_base); in smb2_compound_op()
Dsmb2ops.c643 int resp_buftype[2]; in open_shroot() local
674 resp_buftype[0] = resp_buftype[1] = CIFS_NO_BUFFER; in open_shroot()
709 resp_buftype, rsp_iov); in open_shroot()
792 free_rsp_buf(resp_buftype[0], rsp_iov[0].iov_base); in open_shroot()
793 free_rsp_buf(resp_buftype[1], rsp_iov[1].iov_base); in open_shroot()
1085 int resp_buftype[3]; in smb2_set_ea() local
1109 resp_buftype[0] = resp_buftype[1] = resp_buftype[2] = CIFS_NO_BUFFER; in smb2_set_ea()
1180 resp_buftype, rsp_iov); in smb2_set_ea()
1189 free_rsp_buf(resp_buftype[0], rsp_iov[0].iov_base); in smb2_set_ea()
1190 free_rsp_buf(resp_buftype[1], rsp_iov[1].iov_base); in smb2_set_ea()
[all …]
Dmisc.c232 free_rsp_buf(int resp_buftype, void *rsp) in free_rsp_buf() argument
234 if (resp_buftype == CIFS_SMALL_BUFFER) in free_rsp_buf()
236 else if (resp_buftype == CIFS_LARGE_BUFFER) in free_rsp_buf()
Dsmb2proto.h139 struct kvec *err_iov, int *resp_buftype);