Home
last modified time | relevance | path

Searched refs:resp_buftype (Results 1 - 13 of 13) sorted by relevance

/kernel/linux/linux-5.10/fs/cifs/
H A Dsmb2pdu.c797 int resp_buftype; in SMB2_negotiate() local
873 &rqst, &resp_buftype, flags, &rsp_iov); in SMB2_negotiate()
1002 free_rsp_buf(resp_buftype, rsp); in SMB2_negotiate()
1719 int resp_buftype; in SMB2_tcon() local
1788 &rqst, &resp_buftype, flags, &rsp_iov); in SMB2_tcon()
1839 free_rsp_buf(resp_buftype, rsp); in SMB2_tcon()
2501 int resp_buftype; in smb311_posix_mkdir() local
2615 &rqst, &resp_buftype, flags, &rsp_iov); in smb311_posix_mkdir()
2634 free_rsp_buf(resp_buftype, rsp); in smb311_posix_mkdir()
2850 int resp_buftype in SMB2_open() local
3043 int resp_buftype = CIFS_NO_BUFFER; SMB2_ioctl() local
3214 int resp_buftype = CIFS_NO_BUFFER; __SMB2_close() local
3403 int resp_buftype = CIFS_NO_BUFFER; query_info() local
3575 int resp_buftype = CIFS_NO_BUFFER; SMB2_change_notify() local
3789 int resp_buftype = CIFS_NO_BUFFER; SMB2_flush() local
4094 int resp_buftype, rc; SMB2_read() local
4407 int resp_buftype; SMB2_write() local
4709 smb2_parse_query_directory(struct cifs_tcon *tcon, struct kvec *rsp_iov, int resp_buftype, struct cifs_search_info *srch_inf) smb2_parse_query_directory() argument
4788 int resp_buftype = CIFS_NO_BUFFER; SMB2_query_directory() local
4912 int resp_buftype; send_set_info() local
5130 int resp_buftype; SMB311_posix_qfs_info() local
5181 int resp_buftype; SMB2_QFS_info() local
5232 int resp_buftype, max_len, min_len; SMB2_QFS_attr() local
[all...]
H A Dsmb2ops.c681 int resp_buftype[2]; in open_shroot() local
719 resp_buftype[0] = resp_buftype[1] = CIFS_NO_BUFFER; in open_shroot()
757 resp_buftype, rsp_iov); in open_shroot()
843 free_rsp_buf(resp_buftype[0], rsp_iov[0].iov_base); in open_shroot()
844 free_rsp_buf(resp_buftype[1], rsp_iov[1].iov_base); in open_shroot()
1145 int resp_buftype[3]; in smb2_set_ea() local
1170 resp_buftype[0] = resp_buftype[1] = resp_buftype[ in smb2_set_ea()
1527 int resp_buftype[3]; smb2_ioctl_query_info() local
2239 int resp_buftype[2]; smb2_query_dir_first() local
2515 int resp_buftype[3]; smb2_query_info_compound() local
2914 int resp_buftype[3]; smb2_query_symlink() local
3095 int resp_buftype[3]; smb2_query_reparse_tag() local
[all...]
H A Dsmb2inode.c79 int resp_buftype[3]; in smb2_compound_op() local
98 resp_buftype[0] = resp_buftype[1] = resp_buftype[2] = CIFS_NO_BUFFER; in smb2_compound_op()
393 &rqst[1], &resp_buftype[1], in smb2_compound_op()
398 rqst, resp_buftype, in smb2_compound_op()
505 free_rsp_buf(resp_buftype[0], rsp_iov[0].iov_base); in smb2_compound_op()
506 free_rsp_buf(resp_buftype[1], rsp_iov[1].iov_base); in smb2_compound_op()
507 free_rsp_buf(resp_buftype[2], rsp_iov[2].iov_base); in smb2_compound_op()
H A Dmisc.c236 free_rsp_buf(int resp_buftype, void *rsp) in free_rsp_buf() argument
238 if (resp_buftype == CIFS_SMALL_BUFFER) in free_rsp_buf()
240 else if (resp_buftype == CIFS_LARGE_BUFFER) in free_rsp_buf()
H A Dsmb2proto.h149 struct kvec *err_iov, int *resp_buftype);
H A Dcifsproto.h619 int resp_buftype,
/kernel/linux/linux-6.6/fs/smb/client/
H A Dsmb2pdu.c1029 int resp_buftype; in SMB2_negotiate() local
1107 &rqst, &resp_buftype, flags, &rsp_iov); in SMB2_negotiate()
1242 free_rsp_buf(resp_buftype, rsp); in SMB2_negotiate()
2005 int resp_buftype; in SMB2_tcon() local
2079 &rqst, &resp_buftype, flags, &rsp_iov); in SMB2_tcon()
2129 free_rsp_buf(resp_buftype, rsp); in SMB2_tcon()
2777 int resp_buftype; in smb311_posix_mkdir() local
2894 &rqst, &resp_buftype, flags, &rsp_iov); in smb311_posix_mkdir()
2923 free_rsp_buf(resp_buftype, rsp); in smb311_posix_mkdir()
3127 int resp_buftype in SMB2_open() local
3325 int resp_buftype = CIFS_NO_BUFFER; SMB2_ioctl() local
3506 int resp_buftype = CIFS_NO_BUFFER; __SMB2_close() local
3693 int resp_buftype = CIFS_NO_BUFFER; query_info() local
3872 int resp_buftype = CIFS_NO_BUFFER; SMB2_change_notify() local
4176 int resp_buftype = CIFS_NO_BUFFER; SMB2_flush() local
4512 int resp_buftype, rc; SMB2_read() local
4844 int resp_buftype; SMB2_write() local
5149 smb2_parse_query_directory(struct cifs_tcon *tcon, struct kvec *rsp_iov, int resp_buftype, struct cifs_search_info *srch_inf) smb2_parse_query_directory() argument
5231 int resp_buftype = CIFS_NO_BUFFER; SMB2_query_directory() local
5354 int resp_buftype; send_set_info() local
5574 int resp_buftype; SMB311_posix_qfs_info() local
5625 int resp_buftype; SMB2_QFS_info() local
5676 int resp_buftype, max_len, min_len; SMB2_QFS_attr() local
[all...]
H A Dsmb2inode.c75 int resp_buftype[3]; in smb2_compound_op() local
95 resp_buftype[0] = resp_buftype[1] = resp_buftype[2] = CIFS_NO_BUFFER; in smb2_compound_op()
392 &rqst[1], &resp_buftype[1], in smb2_compound_op()
397 rqst, resp_buftype, in smb2_compound_op()
534 memcpy(out_buftype, resp_buftype, 3 * sizeof(*out_buftype)); in smb2_compound_op()
536 free_rsp_buf(resp_buftype[0], rsp_iov[0].iov_base); in smb2_compound_op()
537 free_rsp_buf(resp_buftype[1], rsp_iov[1].iov_base); in smb2_compound_op()
538 free_rsp_buf(resp_buftype[ in smb2_compound_op()
[all...]
H A Dsmb2ops.c1118 int resp_buftype[3]; in smb2_set_ea() local
1138 resp_buftype[0] = resp_buftype[1] = resp_buftype[2] = CIFS_NO_BUFFER; in smb2_set_ea()
1167 &rsp_iov[1], &resp_buftype[1], cifs_sb); in smb2_set_ea()
1172 free_rsp_buf(resp_buftype[1], rsp_iov[1].iov_base); in smb2_set_ea()
1173 resp_buftype[1] = CIFS_NO_BUFFER; in smb2_set_ea()
1249 resp_buftype, rsp_iov); in smb2_set_ea()
1257 free_rsp_buf(resp_buftype[0], rsp_iov[0].iov_base); in smb2_set_ea()
1258 free_rsp_buf(resp_buftype[ in smb2_set_ea()
1496 int resp_buftype[3]; smb2_ioctl_query_info() local
2223 int resp_buftype[2]; smb2_query_dir_first() local
2549 int resp_buftype[3]; smb2_query_info_compound() local
3012 int resp_buftype[3]; smb2_query_reparse_point() local
[all...]
H A Dcached_dir.c135 int resp_buftype[2]; in open_cached_dir() local
224 resp_buftype[0] = resp_buftype[1] = CIFS_NO_BUFFER; in open_cached_dir()
273 resp_buftype, rsp_iov); in open_cached_dir()
335 free_rsp_buf(resp_buftype[0], rsp_iov[0].iov_base); in open_cached_dir()
336 free_rsp_buf(resp_buftype[1], rsp_iov[1].iov_base); in open_cached_dir()
H A Dmisc.c245 free_rsp_buf(int resp_buftype, void *rsp) in free_rsp_buf() argument
247 if (resp_buftype == CIFS_SMALL_BUFFER) in free_rsp_buf()
249 else if (resp_buftype == CIFS_LARGE_BUFFER) in free_rsp_buf()
H A Dsmb2proto.h133 struct kvec *err_iov, int *resp_buftype);
H A Dcifsproto.h665 int resp_buftype,

Completed in 25 milliseconds