Searched refs:OutputBufferLength (Results 1 – 9 of 9) sorted by relevance
| /linux/fs/cifs/ |
| A D | smb2pdu.h | 595 __le32 OutputBufferLength; member 603 __le32 OutputBufferLength; member 637 __le32 OutputBufferLength; member 652 __le32 OutputBufferLength; member
|
| A D | smb2misc.c | 337 ((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()
|
| A D | smb2inode.c | 394 le32_to_cpu(qi_rsp->OutputBufferLength), in smb2_compound_op() 415 le32_to_cpu(qi_rsp->OutputBufferLength), in smb2_compound_op()
|
| A D | smb2pdu.c | 3444 req->OutputBufferLength = cpu_to_le32(output_len); in SMB2_query_info_init() 3523 *dlen = le32_to_cpu(rsp->OutputBufferLength); in query_info() 3539 le32_to_cpu(rsp->OutputBufferLength), in query_info() 3629 req->OutputBufferLength = in SMB2_notify_init() 4765 req->OutputBufferLength = cpu_to_le32(output_size); in SMB2_query_directory_init() 4818 le32_to_cpu(rsp->OutputBufferLength), rsp_iov, in smb2_parse_query_directory() 5187 req->OutputBufferLength = cpu_to_le32( in build_qfs_info_req() 5236 le32_to_cpu(rsp->OutputBufferLength), &rsp_iov, in SMB311_posix_qfs_info() 5287 le32_to_cpu(rsp->OutputBufferLength), &rsp_iov, in SMB2_QFS_info() 5351 rsp_len = le32_to_cpu(rsp->OutputBufferLength); in SMB2_QFS_attr()
|
| A D | smb2ops.c | 916 if (le32_to_cpu(qi_rsp->OutputBufferLength) < sizeof(struct smb2_file_all_info)) in open_cached_dir() 1214 le32_to_cpu(rsp->OutputBufferLength), in smb2_query_eas() 1223 le32_to_cpu(rsp->OutputBufferLength), ea_name); in smb2_query_eas() 1296 used_len = le32_to_cpu(rsp->OutputBufferLength); in smb2_set_ea() 1800 if (le32_to_cpu(qi_rsp->OutputBufferLength) < qi.input_buffer_length) in smb2_ioctl_query_info() 1801 qi.input_buffer_length = le32_to_cpu(qi_rsp->OutputBufferLength); in smb2_ioctl_query_info() 2754 le32_to_cpu(rsp->OutputBufferLength), in smb2_queryfs()
|
| /linux/fs/ksmbd/ |
| A D | smb2pdu.c | 4058 rsp->OutputBufferLength = in get_standard_info_pipe() 4072 rsp->OutputBufferLength = in get_internal_info_pipe() 4288 rsp->OutputBufferLength = in get_file_access_info() 4318 rsp->OutputBufferLength = in get_file_basic_info() 4358 rsp->OutputBufferLength = in get_file_standard_info() 4371 rsp->OutputBufferLength = in get_file_alignment_info() 4435 rsp->OutputBufferLength = in get_file_all_info() 4459 rsp->OutputBufferLength = in get_file_alternate_info() 4574 rsp->OutputBufferLength = in get_file_internal_info() 4610 rsp->OutputBufferLength = in get_file_network_open_info() [all …]
|
| A D | smb2pdu.h | 475 __le32 OutputBufferLength; member 483 __le32 OutputBufferLength; member 512 __le32 OutputBufferLength; member 527 __le32 OutputBufferLength; member
|
| A D | smb2misc.c | 251 le32_to_cpu(h->OutputBufferLength); in smb2_query_info_req_len() 271 return le32_to_cpu(h->OutputBufferLength); in smb2_query_dir_req_len()
|
| /linux/fs/smbfs_common/ |
| A D | smb2pdu.h | 771 __le32 OutputBufferLength; member 782 __le32 OutputBufferLength; member
|
Completed in 55 milliseconds