Searched refs:OutputBufferLength (Results 1 – 8 of 8) sorted by relevance
/linux-6.3-rc2/fs/ksmbd/ |
A D | smb2pdu.c | 4069 rsp->OutputBufferLength = in get_standard_info_pipe() 4083 rsp->OutputBufferLength = in get_internal_info_pipe() 4299 rsp->OutputBufferLength = in get_file_access_info() 4329 rsp->OutputBufferLength = in get_file_basic_info() 4369 rsp->OutputBufferLength = in get_file_standard_info() 4382 rsp->OutputBufferLength = in get_file_alignment_info() 4446 rsp->OutputBufferLength = in get_file_all_info() 4470 rsp->OutputBufferLength = in get_file_alternate_info() 4585 rsp->OutputBufferLength = in get_file_internal_info() 4621 rsp->OutputBufferLength = in get_file_network_open_info() [all …]
|
A D | smb2misc.c | 245 le32_to_cpu(h->OutputBufferLength); in smb2_query_info_req_len() 265 return le32_to_cpu(h->OutputBufferLength); in smb2_query_dir_req_len()
|
/linux-6.3-rc2/fs/smbfs_common/ |
A D | smb2pdu.h | 871 __le32 OutputBufferLength; member 879 __le32 OutputBufferLength; member 946 __le32 OutputBufferLength; member 957 __le32 OutputBufferLength; member 1499 __le32 OutputBufferLength; member 1514 __le32 OutputBufferLength; member
|
/linux-6.3-rc2/fs/cifs/ |
A D | smb2misc.c | 353 ((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()
|
A D | smb2inode.c | 405 le32_to_cpu(qi_rsp->OutputBufferLength), in smb2_compound_op() 431 le32_to_cpu(qi_rsp->OutputBufferLength), in smb2_compound_op() 436 unsigned int length = le32_to_cpu(qi_rsp->OutputBufferLength); in smb2_compound_op()
|
A D | smb2pdu.c | 3485 req->OutputBufferLength = cpu_to_le32(output_len); in SMB2_query_info_init() 3564 *dlen = le32_to_cpu(rsp->OutputBufferLength); in query_info() 3580 le32_to_cpu(rsp->OutputBufferLength), in query_info() 3670 req->OutputBufferLength = in SMB2_notify_init() 3741 le32_to_cpu(smb_rsp->OutputBufferLength), &rsp_iov, in SMB2_change_notify() 3750 *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() 5340 req->OutputBufferLength = cpu_to_le32( in build_qfs_info_req() 5389 le32_to_cpu(rsp->OutputBufferLength), &rsp_iov, in SMB311_posix_qfs_info() [all …]
|
A D | cached_dir.c | 245 if (le32_to_cpu(qi_rsp->OutputBufferLength) < sizeof(struct smb2_file_all_info)) in open_cached_dir()
|
A D | smb2ops.c | 1001 le32_to_cpu(rsp->OutputBufferLength), in smb2_query_eas() 1010 le32_to_cpu(rsp->OutputBufferLength), ea_name); in smb2_query_eas() 1082 used_len = le32_to_cpu(rsp->OutputBufferLength); in smb2_set_ea() 1597 if (le32_to_cpu(qi_rsp->OutputBufferLength) < qi.input_buffer_length) in smb2_ioctl_query_info() 1598 qi.input_buffer_length = le32_to_cpu(qi_rsp->OutputBufferLength); in smb2_ioctl_query_info() 2611 le32_to_cpu(rsp->OutputBufferLength), in smb2_queryfs()
|
Completed in 44 milliseconds