Home
last modified time | relevance | path

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

/linux-6.15/fs/smb/client/
H A Dsmb2pdu.c1040 int resp_buftype; in SMB2_negotiate() local
2027 int resp_buftype; in SMB2_tcon() local
2813 int resp_buftype; in smb311_posix_mkdir() local
3224 *buftype = resp_buftype; in SMB2_open()
4712 int resp_buftype, rc; in SMB2_read() local
5082 int resp_buftype; in SMB2_write() local
5401 int resp_buftype, in smb2_parse_query_directory() argument
5541 resp_buftype = CIFS_NO_BUFFER; in SMB2_query_directory()
5618 int resp_buftype; in send_set_info() local
5863 int resp_buftype; in SMB311_posix_qfs_info() local
[all …]
H A Dcached_dir.c143 int resp_buftype[2]; in open_cached_dir() local
242 resp_buftype[0] = resp_buftype[1] = CIFS_NO_BUFFER; in open_cached_dir()
289 resp_buftype, rsp_iov); in open_cached_dir()
350 free_rsp_buf(resp_buftype[0], rsp_iov[0].iov_base); in open_cached_dir()
351 free_rsp_buf(resp_buftype[1], rsp_iov[1].iov_base); in open_cached_dir()
H A Dsmb2ops.c1165 int resp_buftype[3]; in smb2_set_ea() local
1193 resp_buftype[0] = resp_buftype[1] = resp_buftype[2] = CIFS_NO_BUFFER; in smb2_set_ea()
1311 resp_buftype, rsp_iov); in smb2_set_ea()
1564 int resp_buftype[3]; in smb2_ioctl_query_info() local
1586 resp_buftype[0] = resp_buftype[1] = resp_buftype[2] = CIFS_NO_BUFFER; in smb2_ioctl_query_info()
1728 resp_buftype, rsp_iov); in smb2_ioctl_query_info()
2328 int resp_buftype[2]; in smb2_query_dir_first() local
2353 resp_buftype[0] = resp_buftype[1] = CIFS_NO_BUFFER; in smb2_query_dir_first()
2401 resp_buftype, rsp_iov); in smb2_query_dir_first()
2675 int resp_buftype[3]; in smb2_query_info_compound() local
[all …]
H A Dsmb2inode.c187 int resp_buftype[MAX_COMPOUND]; in smb2_compound_op() local
218 for (i = 0; i < ARRAY_SIZE(resp_buftype); i++) in smb2_compound_op()
219 resp_buftype[i] = CIFS_NO_BUFFER; in smb2_compound_op()
628 &rqst[1], &resp_buftype[1], in smb2_compound_op()
637 rqst, resp_buftype, in smb2_compound_op()
676 if (buf && resp_buftype[i + 1] != CIFS_NO_BUFFER) in smb2_compound_op()
804 idata->reparse.io.buftype = resp_buftype[i + 1]; in smb2_compound_op()
817 resp_buftype[i + 1] = CIFS_NO_BUFFER; in smb2_compound_op()
854 memcpy(out_buftype, resp_buftype, in smb2_compound_op()
858 free_rsp_buf(resp_buftype[i], rsp_iov[i].iov_base); in smb2_compound_op()
H A Dmisc.c251 free_rsp_buf(int resp_buftype, void *rsp) in free_rsp_buf() argument
253 if (resp_buftype == CIFS_SMALL_BUFFER) in free_rsp_buf()
255 else if (resp_buftype == CIFS_LARGE_BUFFER) in free_rsp_buf()
H A Dsmb2proto.h160 struct kvec *err_iov, int *resp_buftype);
H A Dcifsproto.h656 int resp_buftype,