/kernel/linux/linux-6.6/fs/smb/server/ |
H A D | smb2pdu.c | 4099 le32_to_cpu(req->OutputBufferLength)); in smb2_query_dir() 4133 * req->OutputBufferLength is too small to contain even one entry. in smb2_query_dir() 4134 * In this case, it immediately returns OutputBufferLength 0 to client. in smb2_query_dir() 4158 rsp->OutputBufferLength = cpu_to_le32(0); in smb2_query_dir() 4174 rsp->OutputBufferLength = cpu_to_le32(d_info.data_count); in smb2_query_dir() 4227 if (reqOutputBufferLength < le32_to_cpu(rsp->OutputBufferLength)) { in buffer_check_err() 4248 rsp->OutputBufferLength = in get_standard_info_pipe() 4261 rsp->OutputBufferLength = in get_internal_info_pipe() 4287 rc = buffer_check_err(le32_to_cpu(req->OutputBufferLength), in smb2_get_info_file_pipe() 4292 rc = buffer_check_err(le32_to_cpu(req->OutputBufferLength), in smb2_get_info_file_pipe() [all...] |
H A D | smb2misc.c | 254 le32_to_cpu(h->OutputBufferLength); in smb2_query_info_req_len() 274 return le32_to_cpu(h->OutputBufferLength); in smb2_query_dir_req_len()
|
/kernel/linux/linux-5.10/fs/cifs/ |
H A D | smb2pdu.h | 1362 __le32 OutputBufferLength; member 1373 __le32 OutputBufferLength; member 1439 __le32 OutputBufferLength; member 1447 __le32 OutputBufferLength; member 1481 __le32 OutputBufferLength; member 1496 __le32 OutputBufferLength; member
|
H A D | smb2misc.c | 348 ((struct smb2_query_info_rsp *)shdr)->OutputBufferLength); in smb2_get_data_area_len() 359 ((struct smb2_query_directory_rsp *)shdr)->OutputBufferLength); in smb2_get_data_area_len() 371 ((struct smb2_change_notify_rsp *)shdr)->OutputBufferLength); in smb2_get_data_area_len()
|
H A D | smb2inode.c | 418 le32_to_cpu(qi_rsp->OutputBufferLength), in smb2_compound_op() 439 le32_to_cpu(qi_rsp->OutputBufferLength), in smb2_compound_op()
|
H A D | smb2pdu.c | 3371 req->OutputBufferLength = cpu_to_le32(output_len); in SMB2_query_info_init() 3450 *dlen = le32_to_cpu(rsp->OutputBufferLength); in query_info() 3466 le32_to_cpu(rsp->OutputBufferLength), in query_info() 3551 req->OutputBufferLength = in SMB2_notify_init() 4686 req->OutputBufferLength = cpu_to_le32(output_size); in SMB2_query_directory_init() 4739 le32_to_cpu(rsp->OutputBufferLength), rsp_iov, in smb2_parse_query_directory() 5108 req->OutputBufferLength = cpu_to_le32( in build_qfs_info_req() 5162 le32_to_cpu(rsp->OutputBufferLength), &rsp_iov, in SMB311_posix_qfs_info() 5213 le32_to_cpu(rsp->OutputBufferLength), &rsp_iov, in SMB2_QFS_info() 5277 rsp_len = le32_to_cpu(rsp->OutputBufferLength); in SMB2_QFS_attr() [all...] |
H A D | smb2ops.c | 829 if (le32_to_cpu(qi_rsp->OutputBufferLength) < sizeof(struct smb2_file_all_info)) in open_shroot() 1114 le32_to_cpu(rsp->OutputBufferLength), in smb2_query_eas() 1123 le32_to_cpu(rsp->OutputBufferLength), ea_name); in smb2_query_eas() 1196 used_len = le32_to_cpu(rsp->OutputBufferLength); in smb2_set_ea() 1708 if (le32_to_cpu(qi_rsp->OutputBufferLength) < qi.input_buffer_length) in smb2_ioctl_query_info() 1709 qi.input_buffer_length = le32_to_cpu(qi_rsp->OutputBufferLength); in smb2_ioctl_query_info() 2623 le32_to_cpu(rsp->OutputBufferLength), in smb2_queryfs()
|
/kernel/linux/linux-6.6/fs/smb/common/ |
H A D | smb2pdu.h | 897 __le32 OutputBufferLength; member 905 __le32 OutputBufferLength; member 972 __le32 OutputBufferLength; member 983 __le32 OutputBufferLength; member 1585 __le32 OutputBufferLength; member 1600 __le32 OutputBufferLength; member
|
/kernel/linux/linux-6.6/fs/smb/client/ |
H A D | smb2misc.c | 356 ((struct smb2_query_info_rsp *)shdr)->OutputBufferLength); in smb2_get_data_area_len() 367 ((struct smb2_query_directory_rsp *)shdr)->OutputBufferLength); in smb2_get_data_area_len() 379 ((struct smb2_change_notify_rsp *)shdr)->OutputBufferLength); in smb2_get_data_area_len()
|
H A D | smb2inode.c | 420 le32_to_cpu(qi_rsp->OutputBufferLength), in smb2_compound_op() 446 le32_to_cpu(qi_rsp->OutputBufferLength), in smb2_compound_op() 451 unsigned int length = le32_to_cpu(qi_rsp->OutputBufferLength); in smb2_compound_op()
|
H A D | smb2pdu.c | 3661 req->OutputBufferLength = cpu_to_le32(output_len); in SMB2_query_info_init() 3740 *dlen = le32_to_cpu(rsp->OutputBufferLength); in query_info() 3756 le32_to_cpu(rsp->OutputBufferLength), in query_info() 3846 req->OutputBufferLength = in SMB2_notify_init() 3917 le32_to_cpu(smb_rsp->OutputBufferLength), &rsp_iov, in SMB2_change_notify() 3921 le32_to_cpu(smb_rsp->OutputBufferLength), GFP_KERNEL); in SMB2_change_notify() 3926 *plen = le32_to_cpu(smb_rsp->OutputBufferLength); in SMB2_change_notify() 5126 req->OutputBufferLength = cpu_to_le32(output_size); in SMB2_query_directory_init() 5182 le32_to_cpu(rsp->OutputBufferLength), rsp_iov, in smb2_parse_query_directory() 5552 req->OutputBufferLength in build_qfs_info_req() [all...] |
H A D | cached_dir.c | 316 if (le32_to_cpu(qi_rsp->OutputBufferLength) < sizeof(struct smb2_file_all_info)) { in open_cached_dir()
|
H A D | smb2ops.c | 1087 le32_to_cpu(rsp->OutputBufferLength), in smb2_query_eas() 1096 le32_to_cpu(rsp->OutputBufferLength), ea_name); in smb2_query_eas() 1170 used_len = le32_to_cpu(rsp->OutputBufferLength); in smb2_set_ea() 1677 if (le32_to_cpu(qi_rsp->OutputBufferLength) < qi.input_buffer_length) in smb2_ioctl_query_info() 1678 qi.input_buffer_length = le32_to_cpu(qi_rsp->OutputBufferLength); in smb2_ioctl_query_info() 2697 le32_to_cpu(rsp->OutputBufferLength), in smb2_queryfs()
|