Searched refs:OutputBufferLength (Results 1 – 8 of 8) sorted by relevance
| /Linux-v5.15/fs/ksmbd/ |
| D | smb2pdu.c | 3893 le32_to_cpu(req->OutputBufferLength)); in smb2_query_dir() 3948 rsp->OutputBufferLength = cpu_to_le32(0); in smb2_query_dir() 3958 rsp->OutputBufferLength = cpu_to_le32(d_info.data_count); in smb2_query_dir() 4004 if (reqOutputBufferLength < le32_to_cpu(rsp->OutputBufferLength)) { in buffer_check_err() 4016 rsp->OutputBufferLength = cpu_to_le32(reqOutputBufferLength); in buffer_check_err() 4032 rsp->OutputBufferLength = in get_standard_info_pipe() 4045 rsp->OutputBufferLength = in get_internal_info_pipe() 4071 rc = buffer_check_err(le32_to_cpu(req->OutputBufferLength), in smb2_get_info_file_pipe() 4076 rc = buffer_check_err(le32_to_cpu(req->OutputBufferLength), in smb2_get_info_file_pipe() 4133 le32_to_cpu(req->OutputBufferLength)); in smb2_get_ea() [all …]
|
| D | smb2misc.c | 252 le32_to_cpu(h->OutputBufferLength); in smb2_query_info_req_len() 272 return le32_to_cpu(h->OutputBufferLength); in smb2_query_dir_req_len()
|
| D | smb2pdu.h | 1058 __le32 OutputBufferLength; member 1069 __le32 OutputBufferLength; member 1142 __le32 OutputBufferLength; member 1150 __le32 OutputBufferLength; member 1179 __le32 OutputBufferLength; member 1194 __le32 OutputBufferLength; member
|
| /Linux-v5.15/fs/cifs/ |
| D | smb2pdu.h | 1386 __le32 OutputBufferLength; member 1397 __le32 OutputBufferLength; member 1480 __le32 OutputBufferLength; member 1488 __le32 OutputBufferLength; member 1522 __le32 OutputBufferLength; member 1537 __le32 OutputBufferLength; member
|
| D | smb2misc.c | 338 ((struct smb2_query_info_rsp *)shdr)->OutputBufferLength); in smb2_get_data_area_len() 349 ((struct smb2_query_directory_rsp *)shdr)->OutputBufferLength); in smb2_get_data_area_len() 361 ((struct smb2_change_notify_rsp *)shdr)->OutputBufferLength); in smb2_get_data_area_len()
|
| D | smb2inode.c | 390 le32_to_cpu(qi_rsp->OutputBufferLength), in smb2_compound_op() 411 le32_to_cpu(qi_rsp->OutputBufferLength), in smb2_compound_op()
|
| D | smb2pdu.c | 3421 req->OutputBufferLength = cpu_to_le32(output_len); in SMB2_query_info_init() 3500 *dlen = le32_to_cpu(rsp->OutputBufferLength); in query_info() 3516 le32_to_cpu(rsp->OutputBufferLength), in query_info() 3606 req->OutputBufferLength = in SMB2_notify_init() 4736 req->OutputBufferLength = cpu_to_le32(output_size); in SMB2_query_directory_init() 4789 le32_to_cpu(rsp->OutputBufferLength), rsp_iov, in smb2_parse_query_directory() 5158 req->OutputBufferLength = cpu_to_le32( in build_qfs_info_req() 5207 le32_to_cpu(rsp->OutputBufferLength), &rsp_iov, in SMB311_posix_qfs_info() 5258 le32_to_cpu(rsp->OutputBufferLength), &rsp_iov, in SMB2_QFS_info() 5322 rsp_len = le32_to_cpu(rsp->OutputBufferLength); in SMB2_QFS_attr()
|
| D | smb2ops.c | 916 if (le32_to_cpu(qi_rsp->OutputBufferLength) < sizeof(struct smb2_file_all_info)) in open_cached_dir() 1214 le32_to_cpu(rsp->OutputBufferLength), in smb2_query_eas() 1223 le32_to_cpu(rsp->OutputBufferLength), ea_name); in smb2_query_eas() 1296 used_len = le32_to_cpu(rsp->OutputBufferLength); in smb2_set_ea() 1800 if (le32_to_cpu(qi_rsp->OutputBufferLength) < qi.input_buffer_length) in smb2_ioctl_query_info() 1801 qi.input_buffer_length = le32_to_cpu(qi_rsp->OutputBufferLength); in smb2_ioctl_query_info() 2753 le32_to_cpu(rsp->OutputBufferLength), in smb2_queryfs()
|