Home
last modified time | relevance | path

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

/linux-6.1.9/fs/ksmbd/
Dsmb2pdu.c3935 le32_to_cpu(req->OutputBufferLength)); in smb2_query_dir()
3994 rsp->OutputBufferLength = cpu_to_le32(0); in smb2_query_dir()
4007 rsp->OutputBufferLength = cpu_to_le32(d_info.data_count); in smb2_query_dir()
4057 if (reqOutputBufferLength < le32_to_cpu(rsp->OutputBufferLength)) { in buffer_check_err()
4069 rsp->OutputBufferLength = cpu_to_le32(reqOutputBufferLength); in buffer_check_err()
4086 rsp->OutputBufferLength = in get_standard_info_pipe()
4100 rsp->OutputBufferLength = in get_internal_info_pipe()
4127 rc = buffer_check_err(le32_to_cpu(req->OutputBufferLength), in smb2_get_info_file_pipe()
4133 rc = buffer_check_err(le32_to_cpu(req->OutputBufferLength), in smb2_get_info_file_pipe()
4191 le32_to_cpu(req->OutputBufferLength)); in smb2_get_ea()
[all …]
Dsmb2misc.c249 le32_to_cpu(h->OutputBufferLength); in smb2_query_info_req_len()
269 return le32_to_cpu(h->OutputBufferLength); in smb2_query_dir_req_len()
/linux-6.1.9/fs/smbfs_common/
Dsmb2pdu.h868 __le32 OutputBufferLength; member
876 __le32 OutputBufferLength; member
943 __le32 OutputBufferLength; member
954 __le32 OutputBufferLength; member
1496 __le32 OutputBufferLength; member
1511 __le32 OutputBufferLength; member
/linux-6.1.9/fs/cifs/
Dsmb2misc.c353 ((struct smb2_query_info_rsp *)shdr)->OutputBufferLength); in smb2_get_data_area_len()
364 ((struct smb2_query_directory_rsp *)shdr)->OutputBufferLength); in smb2_get_data_area_len()
376 ((struct smb2_change_notify_rsp *)shdr)->OutputBufferLength); in smb2_get_data_area_len()
Dsmb2pdu.c3517 req->OutputBufferLength = cpu_to_le32(output_len); in SMB2_query_info_init()
3596 *dlen = le32_to_cpu(rsp->OutputBufferLength); in query_info()
3612 le32_to_cpu(rsp->OutputBufferLength), in query_info()
3702 req->OutputBufferLength = in SMB2_notify_init()
3773 le32_to_cpu(smb_rsp->OutputBufferLength), &rsp_iov, in SMB2_change_notify()
3777 le32_to_cpu(smb_rsp->OutputBufferLength), GFP_KERNEL); in SMB2_change_notify()
3782 *plen = le32_to_cpu(smb_rsp->OutputBufferLength); in SMB2_change_notify()
4917 req->OutputBufferLength = cpu_to_le32(output_size); in SMB2_query_directory_init()
4970 le32_to_cpu(rsp->OutputBufferLength), rsp_iov, in smb2_parse_query_directory()
5341 req->OutputBufferLength = cpu_to_le32( in build_qfs_info_req()
[all …]
Dsmb2inode.c403 le32_to_cpu(qi_rsp->OutputBufferLength), in smb2_compound_op()
429 le32_to_cpu(qi_rsp->OutputBufferLength), in smb2_compound_op()
Dcached_dir.c243 if (le32_to_cpu(qi_rsp->OutputBufferLength) < sizeof(struct smb2_file_all_info)) in open_cached_dir()
Dsmb2ops.c995 le32_to_cpu(rsp->OutputBufferLength), in smb2_query_eas()
1004 le32_to_cpu(rsp->OutputBufferLength), ea_name); in smb2_query_eas()
1076 used_len = le32_to_cpu(rsp->OutputBufferLength); in smb2_set_ea()
1591 if (le32_to_cpu(qi_rsp->OutputBufferLength) < qi.input_buffer_length) in smb2_ioctl_query_info()
1592 qi.input_buffer_length = le32_to_cpu(qi_rsp->OutputBufferLength); in smb2_ioctl_query_info()
2602 le32_to_cpu(rsp->OutputBufferLength), in smb2_queryfs()