Home
last modified time | relevance | path

Searched refs:OutputBufferLength (Results 1 – 8 of 8) sorted by relevance

/Linux-v6.6/fs/smb/server/
Dsmb2pdu.c4076 le32_to_cpu(req->OutputBufferLength)); in smb2_query_dir()
4135 rsp->OutputBufferLength = cpu_to_le32(0); in smb2_query_dir()
4151 rsp->OutputBufferLength = cpu_to_le32(d_info.data_count); in smb2_query_dir()
4204 if (reqOutputBufferLength < le32_to_cpu(rsp->OutputBufferLength)) { in buffer_check_err()
4225 rsp->OutputBufferLength = in get_standard_info_pipe()
4238 rsp->OutputBufferLength = in get_internal_info_pipe()
4264 rc = buffer_check_err(le32_to_cpu(req->OutputBufferLength), in smb2_get_info_file_pipe()
4269 rc = buffer_check_err(le32_to_cpu(req->OutputBufferLength), in smb2_get_info_file_pipe()
4326 le32_to_cpu(req->OutputBufferLength)); in smb2_get_ea()
4437 rsp->OutputBufferLength = cpu_to_le32(rsp_data_cnt); in smb2_get_ea()
[all …]
Dsmb2misc.c245 le32_to_cpu(h->OutputBufferLength); in smb2_query_info_req_len()
265 return le32_to_cpu(h->OutputBufferLength); in smb2_query_dir_req_len()
/Linux-v6.6/fs/smb/common/
Dsmb2pdu.h894 __le32 OutputBufferLength; member
902 __le32 OutputBufferLength; member
969 __le32 OutputBufferLength; member
980 __le32 OutputBufferLength; member
1581 __le32 OutputBufferLength; member
1596 __le32 OutputBufferLength; member
/Linux-v6.6/fs/smb/client/
Dsmb2misc.c353 ((struct smb2_query_info_rsp *)shdr)->OutputBufferLength); in smb2_get_data_area_len()
364 ((struct smb2_query_directory_rsp *)shdr)->OutputBufferLength); in smb2_get_data_area_len()
376 ((struct smb2_change_notify_rsp *)shdr)->OutputBufferLength); in smb2_get_data_area_len()
Dsmb2inode.c408 le32_to_cpu(qi_rsp->OutputBufferLength), in smb2_compound_op()
434 le32_to_cpu(qi_rsp->OutputBufferLength), in smb2_compound_op()
439 unsigned int length = le32_to_cpu(qi_rsp->OutputBufferLength); in smb2_compound_op()
Dsmb2pdu.c3491 req->OutputBufferLength = cpu_to_le32(output_len); in SMB2_query_info_init()
3570 *dlen = le32_to_cpu(rsp->OutputBufferLength); in query_info()
3586 le32_to_cpu(rsp->OutputBufferLength), in query_info()
3676 req->OutputBufferLength = in SMB2_notify_init()
3747 le32_to_cpu(smb_rsp->OutputBufferLength), &rsp_iov, in SMB2_change_notify()
3751 le32_to_cpu(smb_rsp->OutputBufferLength), GFP_KERNEL); in SMB2_change_notify()
3756 *plen = le32_to_cpu(smb_rsp->OutputBufferLength); in SMB2_change_notify()
4945 req->OutputBufferLength = cpu_to_le32(output_size); in SMB2_query_directory_init()
4998 le32_to_cpu(rsp->OutputBufferLength), rsp_iov, in smb2_parse_query_directory()
5368 req->OutputBufferLength = cpu_to_le32( in build_qfs_info_req()
[all …]
Dcached_dir.c283 if (le32_to_cpu(qi_rsp->OutputBufferLength) < sizeof(struct smb2_file_all_info)) in open_cached_dir()
Dsmb2ops.c1071 le32_to_cpu(rsp->OutputBufferLength), in smb2_query_eas()
1080 le32_to_cpu(rsp->OutputBufferLength), ea_name); in smb2_query_eas()
1154 used_len = le32_to_cpu(rsp->OutputBufferLength); in smb2_set_ea()
1659 if (le32_to_cpu(qi_rsp->OutputBufferLength) < qi.input_buffer_length) in smb2_ioctl_query_info()
1660 qi.input_buffer_length = le32_to_cpu(qi_rsp->OutputBufferLength); in smb2_ioctl_query_info()
2679 le32_to_cpu(rsp->OutputBufferLength), in smb2_queryfs()