Home
last modified time | relevance | path

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

/linux-6.12.1/fs/smb/server/
Dsmb2pdu.c539 offsetof(struct smb2_query_info_req, OutputBufferLength)) in smb2_allocate_rsp_buf()
4356 le32_to_cpu(req->OutputBufferLength)); in smb2_query_dir()
4415 rsp->OutputBufferLength = cpu_to_le32(0); in smb2_query_dir()
4432 rsp->OutputBufferLength = cpu_to_le32(d_info.data_count); in smb2_query_dir()
4485 if (reqOutputBufferLength < le32_to_cpu(rsp->OutputBufferLength)) { in buffer_check_err()
4506 rsp->OutputBufferLength = in get_standard_info_pipe()
4519 rsp->OutputBufferLength = in get_internal_info_pipe()
4545 rc = buffer_check_err(le32_to_cpu(req->OutputBufferLength), in smb2_get_info_file_pipe()
4550 rc = buffer_check_err(le32_to_cpu(req->OutputBufferLength), in smb2_get_info_file_pipe()
4608 le32_to_cpu(req->OutputBufferLength)); in smb2_get_ea()
[all …]
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.12.1/fs/smb/common/
Dsmb2pdu.h908 __le32 OutputBufferLength; member
916 __le32 OutputBufferLength; member
1017 __le32 OutputBufferLength; member
1028 __le32 OutputBufferLength; member
1655 __le32 OutputBufferLength; member
1670 __le32 OutputBufferLength; member
/linux-6.12.1/fs/smb/client/
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()
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()
654 le32_to_cpu(qi_rsp->OutputBufferLength), in smb2_compound_op()
677 le32_to_cpu(qi_rsp->OutputBufferLength), in smb2_compound_op()
787 size[0] = le32_to_cpu(qi_rsp->OutputBufferLength); in smb2_compound_op()
Dsmb2pdu.c3788 req->OutputBufferLength = cpu_to_le32(output_len); in SMB2_query_info_init()
3877 *dlen = le32_to_cpu(rsp->OutputBufferLength); in query_info()
3893 le32_to_cpu(rsp->OutputBufferLength), in query_info()
3988 req->OutputBufferLength = in SMB2_notify_init()
4069 le32_to_cpu(smb_rsp->OutputBufferLength), &rsp_iov, in SMB2_change_notify()
4073 le32_to_cpu(smb_rsp->OutputBufferLength), GFP_KERNEL); in SMB2_change_notify()
4078 *plen = le32_to_cpu(smb_rsp->OutputBufferLength); in SMB2_change_notify()
5394 req->OutputBufferLength = cpu_to_le32(output_size); in SMB2_query_directory_init()
5450 le32_to_cpu(rsp->OutputBufferLength), rsp_iov, in smb2_parse_query_directory()
5859 req->OutputBufferLength = cpu_to_le32( in build_qfs_info_req()
[all …]
Dcached_dir.c329 if (le32_to_cpu(qi_rsp->OutputBufferLength) < sizeof(struct smb2_file_all_info)) { in open_cached_dir()
Dsmb2ops.c1124 le32_to_cpu(rsp->OutputBufferLength), in smb2_query_eas()
1133 le32_to_cpu(rsp->OutputBufferLength), ea_name); in smb2_query_eas()
1215 used_len = le32_to_cpu(rsp->OutputBufferLength); in smb2_set_ea()
1749 if (le32_to_cpu(qi_rsp->OutputBufferLength) < qi.input_buffer_length) in smb2_ioctl_query_info()
1750 qi.input_buffer_length = le32_to_cpu(qi_rsp->OutputBufferLength); in smb2_ioctl_query_info()
2865 le32_to_cpu(rsp->OutputBufferLength), in smb2_queryfs()