Searched refs:OutputBufferLength (Results 1 – 8 of 8) sorted by relevance
| /linux/fs/smb/server/ |
| H A D | smb2pdu.c | 543 offsetof(struct smb2_query_info_req, OutputBufferLength)) in smb2_allocate_rsp_buf() 4431 le32_to_cpu(req->OutputBufferLength)); in smb2_query_dir() 4499 rsp->OutputBufferLength = cpu_to_le32(0); in smb2_query_dir() 4516 rsp->OutputBufferLength = cpu_to_le32(d_info.data_count); in smb2_query_dir() 4569 if (reqOutputBufferLength < le32_to_cpu(rsp->OutputBufferLength)) { in buffer_check_err() 4590 rsp->OutputBufferLength = in get_standard_info_pipe() 4603 rsp->OutputBufferLength = in get_internal_info_pipe() 4636 rc = buffer_check_err(le32_to_cpu(req->OutputBufferLength), in smb2_get_info_file_pipe() 4641 rc = buffer_check_err(le32_to_cpu(req->OutputBufferLength), in smb2_get_info_file_pipe() 4699 le32_to_cpu(req->OutputBufferLength)); in smb2_get_ea() [all …]
|
| H A D | smb2misc.c | 265 le32_to_cpu(h->OutputBufferLength); in smb2_query_info_req_len() 285 return le32_to_cpu(h->OutputBufferLength); in smb2_query_dir_req_len()
|
| /linux/fs/smb/common/ |
| H A D | smb2pdu.h | 911 __le32 OutputBufferLength; member 919 __le32 OutputBufferLength; member 1027 __le32 OutputBufferLength; member 1039 __le32 OutputBufferLength; member 1772 __le32 OutputBufferLength; member 1787 __le32 OutputBufferLength; member
|
| /linux/fs/smb/client/ |
| H A D | smb2misc.c | 358 ((struct smb2_query_info_rsp *)shdr)->OutputBufferLength); in smb2_get_data_area_len() 369 ((struct smb2_query_directory_rsp *)shdr)->OutputBufferLength); in smb2_get_data_area_len() 381 ((struct smb2_change_notify_rsp *)shdr)->OutputBufferLength); in smb2_get_data_area_len()
|
| H A D | smb2inode.c | 67 unsigned int out_len = le32_to_cpu(qi->OutputBufferLength); in parse_posix_sids() 116 outlen = le32_to_cpu(rsp->OutputBufferLength); in check_wsl_eas() 713 le32_to_cpu(qi_rsp->OutputBufferLength), in smb2_compound_op() 737 le32_to_cpu(qi_rsp->OutputBufferLength), in smb2_compound_op() 836 size[0] = le32_to_cpu(qi_rsp->OutputBufferLength); in smb2_compound_op()
|
| H A D | smb2pdu.c | 3844 req->OutputBufferLength = cpu_to_le32(output_len); in SMB2_query_info_init() 3933 *dlen = le32_to_cpu(rsp->OutputBufferLength); in query_info() 3949 le32_to_cpu(rsp->OutputBufferLength), in query_info() 4043 req->OutputBufferLength = in SMB2_notify_init() 4124 le32_to_cpu(smb_rsp->OutputBufferLength), in SMB2_change_notify() 4131 le32_to_cpu(smb_rsp->OutputBufferLength), GFP_KERNEL); in SMB2_change_notify() 4136 *plen = le32_to_cpu(smb_rsp->OutputBufferLength); in SMB2_change_notify() 5482 req->OutputBufferLength = cpu_to_le32(output_size); in SMB2_query_directory_init() 5538 le32_to_cpu(rsp->OutputBufferLength), rsp_iov, in smb2_parse_query_directory() 5947 req->OutputBufferLength = cpu_to_le32( in build_qfs_info_req() [all …]
|
| H A D | cached_dir.c | 355 if (le32_to_cpu(qi_rsp->OutputBufferLength) < sizeof(struct smb2_file_all_info)) { in open_cached_dir()
|
| H A D | smb2ops.c | 1147 le32_to_cpu(rsp->OutputBufferLength), in smb2_query_eas() 1156 le32_to_cpu(rsp->OutputBufferLength), ea_name); in smb2_query_eas() 1238 used_len = le32_to_cpu(rsp->OutputBufferLength); in smb2_set_ea() 1772 if (le32_to_cpu(qi_rsp->OutputBufferLength) < qi.input_buffer_length) in smb2_ioctl_query_info() 1773 qi.input_buffer_length = le32_to_cpu(qi_rsp->OutputBufferLength); in smb2_ioctl_query_info() 2979 le32_to_cpu(rsp->OutputBufferLength), in smb2_queryfs()
|