Home
last modified time | relevance | path

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

/Linux-v5.10/fs/cifs/
Dsmb2pdu.h1354 __le32 OutputBufferLength; member
1365 __le32 OutputBufferLength; member
1428 __le32 OutputBufferLength; member
1436 __le32 OutputBufferLength; member
1470 __le32 OutputBufferLength; member
1485 __le32 OutputBufferLength; member
Dsmb2misc.c337 ((struct smb2_query_info_rsp *)shdr)->OutputBufferLength); in smb2_get_data_area_len()
348 ((struct smb2_query_directory_rsp *)shdr)->OutputBufferLength); in smb2_get_data_area_len()
360 ((struct smb2_change_notify_rsp *)shdr)->OutputBufferLength); in smb2_get_data_area_len()
Dsmb2inode.c402 le32_to_cpu(qi_rsp->OutputBufferLength), in smb2_compound_op()
423 le32_to_cpu(qi_rsp->OutputBufferLength), in smb2_compound_op()
Dsmb2pdu.c3345 req->OutputBufferLength = cpu_to_le32(output_len); in SMB2_query_info_init()
3424 *dlen = le32_to_cpu(rsp->OutputBufferLength); in query_info()
3440 le32_to_cpu(rsp->OutputBufferLength), in query_info()
3525 req->OutputBufferLength = in SMB2_notify_init()
4659 req->OutputBufferLength = cpu_to_le32(output_size); in SMB2_query_directory_init()
4712 le32_to_cpu(rsp->OutputBufferLength), rsp_iov, in smb2_parse_query_directory()
5081 req->OutputBufferLength = cpu_to_le32( in build_qfs_info_req()
5130 le32_to_cpu(rsp->OutputBufferLength), &rsp_iov, in SMB311_posix_qfs_info()
5181 le32_to_cpu(rsp->OutputBufferLength), &rsp_iov, in SMB2_QFS_info()
5245 rsp_len = le32_to_cpu(rsp->OutputBufferLength); in SMB2_QFS_attr()
Dsmb2ops.c828 if (le32_to_cpu(qi_rsp->OutputBufferLength) < sizeof(struct smb2_file_all_info)) in open_shroot()
1111 le32_to_cpu(rsp->OutputBufferLength), in smb2_query_eas()
1120 le32_to_cpu(rsp->OutputBufferLength), ea_name); in smb2_query_eas()
1193 used_len = le32_to_cpu(rsp->OutputBufferLength); in smb2_set_ea()
1694 if (le32_to_cpu(qi_rsp->OutputBufferLength) < qi.input_buffer_length) in smb2_ioctl_query_info()
1695 qi.input_buffer_length = le32_to_cpu(qi_rsp->OutputBufferLength); in smb2_ioctl_query_info()
2594 le32_to_cpu(rsp->OutputBufferLength), in smb2_queryfs()