Searched refs:OutputBufferLength (Results 1 – 5 of 5) sorted by relevance
/kernel/linux/linux-5.10/fs/cifs/ |
D | smb2pdu.h | 1362 __le32 OutputBufferLength; member 1373 __le32 OutputBufferLength; member 1436 __le32 OutputBufferLength; member 1444 __le32 OutputBufferLength; member 1478 __le32 OutputBufferLength; member 1493 __le32 OutputBufferLength; member
|
D | smb2misc.c | 345 ((struct smb2_query_info_rsp *)shdr)->OutputBufferLength); in smb2_get_data_area_len() 356 ((struct smb2_query_directory_rsp *)shdr)->OutputBufferLength); in smb2_get_data_area_len() 368 ((struct smb2_change_notify_rsp *)shdr)->OutputBufferLength); in smb2_get_data_area_len()
|
D | smb2inode.c | 401 le32_to_cpu(qi_rsp->OutputBufferLength), in smb2_compound_op() 422 le32_to_cpu(qi_rsp->OutputBufferLength), in smb2_compound_op()
|
D | smb2pdu.c | 3362 req->OutputBufferLength = cpu_to_le32(output_len); in SMB2_query_info_init() 3441 *dlen = le32_to_cpu(rsp->OutputBufferLength); in query_info() 3457 le32_to_cpu(rsp->OutputBufferLength), in query_info() 3542 req->OutputBufferLength = in SMB2_notify_init() 4677 req->OutputBufferLength = cpu_to_le32(output_size); in SMB2_query_directory_init() 4730 le32_to_cpu(rsp->OutputBufferLength), rsp_iov, in smb2_parse_query_directory() 5099 req->OutputBufferLength = cpu_to_le32( in build_qfs_info_req() 5148 le32_to_cpu(rsp->OutputBufferLength), &rsp_iov, in SMB311_posix_qfs_info() 5199 le32_to_cpu(rsp->OutputBufferLength), &rsp_iov, in SMB2_QFS_info() 5263 rsp_len = le32_to_cpu(rsp->OutputBufferLength); in SMB2_QFS_attr()
|
D | smb2ops.c | 829 if (le32_to_cpu(qi_rsp->OutputBufferLength) < sizeof(struct smb2_file_all_info)) in open_shroot() 1113 le32_to_cpu(rsp->OutputBufferLength), in smb2_query_eas() 1122 le32_to_cpu(rsp->OutputBufferLength), ea_name); in smb2_query_eas() 1195 used_len = le32_to_cpu(rsp->OutputBufferLength); in smb2_set_ea() 1707 if (le32_to_cpu(qi_rsp->OutputBufferLength) < qi.input_buffer_length) in smb2_ioctl_query_info() 1708 qi.input_buffer_length = le32_to_cpu(qi_rsp->OutputBufferLength); in smb2_ioctl_query_info() 2622 le32_to_cpu(rsp->OutputBufferLength), in smb2_queryfs()
|