Searched refs:OutputBufferLength (Results 1 – 8 of 8) sorted by relevance
/openbmc/linux/fs/smb/server/ |
H A D | smb2pdu.c | 541 offsetof(struct smb2_query_info_req, OutputBufferLength)) in smb2_allocate_rsp_buf() 4381 le32_to_cpu(req->OutputBufferLength)); in smb2_query_dir() 4424 * req->OutputBufferLength is too small to contain even one entry. in smb2_query_dir() 4425 * In this case, it immediately returns OutputBufferLength 0 to client. in smb2_query_dir() 4449 rsp->OutputBufferLength = cpu_to_le32(0); in smb2_query_dir() 4466 rsp->OutputBufferLength = cpu_to_le32(d_info.data_count); in smb2_query_dir() 4519 if (reqOutputBufferLength < le32_to_cpu(rsp->OutputBufferLength)) { in buffer_check_err() 4540 rsp->OutputBufferLength = in get_standard_info_pipe() 4553 rsp->OutputBufferLength = in get_internal_info_pipe() 4579 rc = buffer_check_err(le32_to_cpu(req->OutputBufferLength), in smb2_get_info_file_pipe() [all...] |
H A D | smb2misc.c | 266 le32_to_cpu(h->OutputBufferLength); in smb2_query_info_req_len() 286 return le32_to_cpu(h->OutputBufferLength); in smb2_query_dir_req_len()
|
/openbmc/linux/fs/smb/common/ |
H A D | smb2pdu.h | 908 __le32 OutputBufferLength; member 916 __le32 OutputBufferLength; member 1017 __le32 OutputBufferLength; member 1028 __le32 OutputBufferLength; member 1653 __le32 OutputBufferLength; member 1668 __le32 OutputBufferLength; member
|
/openbmc/linux/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 | 64 unsigned int out_len = le32_to_cpu(qi->OutputBufferLength); in parse_posix_sids() 113 outlen = le32_to_cpu(rsp->OutputBufferLength); in check_wsl_eas() 661 le32_to_cpu(qi_rsp->OutputBufferLength), in smb2_compound_op() 684 le32_to_cpu(qi_rsp->OutputBufferLength), in smb2_compound_op() 794 size[0] = le32_to_cpu(qi_rsp->OutputBufferLength); in smb2_compound_op()
|
H A D | smb2pdu.c | 3777 req->OutputBufferLength = cpu_to_le32(output_len); in SMB2_query_info_init() 3866 *dlen = le32_to_cpu(rsp->OutputBufferLength); in query_info() 3882 le32_to_cpu(rsp->OutputBufferLength), in query_info() 3977 req->OutputBufferLength = in SMB2_notify_init() 4058 le32_to_cpu(smb_rsp->OutputBufferLength), &rsp_iov, in SMB2_change_notify() 4062 le32_to_cpu(smb_rsp->OutputBufferLength), GFP_KERNEL); in SMB2_change_notify() 4067 *plen = le32_to_cpu(smb_rsp->OutputBufferLength); in SMB2_change_notify() 5302 req->OutputBufferLength = cpu_to_le32(output_size); in SMB2_query_directory_init() 5358 le32_to_cpu(rsp->OutputBufferLength), rsp_iov, in smb2_parse_query_directory() 5767 req->OutputBufferLength = cpu_to_le32( in build_qfs_info_req() [all …]
|
H A D | cached_dir.c | 335 if (le32_to_cpu(qi_rsp->OutputBufferLength) < sizeof(struct smb2_file_all_info)) { in open_cached_dir()
|
H A D | smb2ops.c | 1089 le32_to_cpu(rsp->OutputBufferLength), in smb2_query_eas() 1098 le32_to_cpu(rsp->OutputBufferLength), ea_name); in smb2_query_eas() 1180 used_len = le32_to_cpu(rsp->OutputBufferLength); in smb2_set_ea() 1714 if (le32_to_cpu(qi_rsp->OutputBufferLength) < qi.input_buffer_length) in smb2_ioctl_query_info() 1715 qi.input_buffer_length = le32_to_cpu(qi_rsp->OutputBufferLength); in smb2_ioctl_query_info() 2811 le32_to_cpu(rsp->OutputBufferLength), in smb2_queryfs()
|