Home
last modified time | relevance | path

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

/linux-6.15/fs/smb/server/
H A Dsmb2pdu.c4577 rsp->OutputBufferLength = in get_standard_info_pipe()
4590 rsp->OutputBufferLength = in get_internal_info_pipe()
4803 rsp->OutputBufferLength = in get_file_access_info()
4836 rsp->OutputBufferLength = in get_file_basic_info()
4862 rsp->OutputBufferLength = in get_file_standard_info()
4875 rsp->OutputBufferLength = in get_file_alignment_info()
4939 rsp->OutputBufferLength = in get_file_all_info()
4962 rsp->OutputBufferLength = in get_file_alternate_info()
5085 rsp->OutputBufferLength = in get_file_internal_info()
5123 rsp->OutputBufferLength = in get_file_network_open_info()
[all …]
H A Dsmb2misc.c266 le32_to_cpu(h->OutputBufferLength); in smb2_query_info_req_len()
286 return le32_to_cpu(h->OutputBufferLength); in smb2_query_dir_req_len()
/linux-6.15/fs/smb/common/
H A Dsmb2pdu.h911 __le32 OutputBufferLength; member
919 __le32 OutputBufferLength; member
1020 __le32 OutputBufferLength; member
1031 __le32 OutputBufferLength; member
1679 __le32 OutputBufferLength; member
1694 __le32 OutputBufferLength; member
/linux-6.15/fs/smb/client/
H A Dsmb2misc.c356 ((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 Dsmb2inode.c64 unsigned int out_len = le32_to_cpu(qi->OutputBufferLength); in parse_posix_sids()
113 outlen = le32_to_cpu(rsp->OutputBufferLength); in check_wsl_eas()
694 le32_to_cpu(qi_rsp->OutputBufferLength), in smb2_compound_op()
718 le32_to_cpu(qi_rsp->OutputBufferLength), in smb2_compound_op()
830 size[0] = le32_to_cpu(qi_rsp->OutputBufferLength); in smb2_compound_op()
H A Dsmb2pdu.c3758 req->OutputBufferLength = cpu_to_le32(output_len); in SMB2_query_info_init()
3847 *dlen = le32_to_cpu(rsp->OutputBufferLength); in query_info()
3863 le32_to_cpu(rsp->OutputBufferLength), in query_info()
3956 req->OutputBufferLength = in SMB2_notify_init()
4037 le32_to_cpu(smb_rsp->OutputBufferLength), &rsp_iov, in SMB2_change_notify()
4046 *plen = le32_to_cpu(smb_rsp->OutputBufferLength); in SMB2_change_notify()
5376 req->OutputBufferLength = cpu_to_le32(output_size); in SMB2_query_directory_init()
5432 le32_to_cpu(rsp->OutputBufferLength), rsp_iov, in smb2_parse_query_directory()
5841 req->OutputBufferLength = cpu_to_le32( in build_qfs_info_req()
5904 le32_to_cpu(rsp->OutputBufferLength), &rsp_iov, in SMB311_posix_qfs_info()
[all …]
H A Dcached_dir.c331 if (le32_to_cpu(qi_rsp->OutputBufferLength) < sizeof(struct smb2_file_all_info)) { in open_cached_dir()
H A Dsmb2ops.c1134 le32_to_cpu(rsp->OutputBufferLength), in smb2_query_eas()
1143 le32_to_cpu(rsp->OutputBufferLength), ea_name); in smb2_query_eas()
1225 used_len = le32_to_cpu(rsp->OutputBufferLength); in smb2_set_ea()
1759 if (le32_to_cpu(qi_rsp->OutputBufferLength) < qi.input_buffer_length) in smb2_ioctl_query_info()
1760 qi.input_buffer_length = le32_to_cpu(qi_rsp->OutputBufferLength); in smb2_ioctl_query_info()
2844 le32_to_cpu(rsp->OutputBufferLength), in smb2_queryfs()