Searched refs:OutputBufferLength (Results 1 – 8 of 8) sorted by relevance
/Linux-v6.1/fs/ksmbd/ |
D | smb2pdu.c | 3932 le32_to_cpu(req->OutputBufferLength)); in smb2_query_dir() 3991 rsp->OutputBufferLength = cpu_to_le32(0); in smb2_query_dir() 4004 rsp->OutputBufferLength = cpu_to_le32(d_info.data_count); in smb2_query_dir() 4054 if (reqOutputBufferLength < le32_to_cpu(rsp->OutputBufferLength)) { in buffer_check_err() 4066 rsp->OutputBufferLength = cpu_to_le32(reqOutputBufferLength); in buffer_check_err() 4083 rsp->OutputBufferLength = in get_standard_info_pipe() 4097 rsp->OutputBufferLength = in get_internal_info_pipe() 4124 rc = buffer_check_err(le32_to_cpu(req->OutputBufferLength), in smb2_get_info_file_pipe() 4130 rc = buffer_check_err(le32_to_cpu(req->OutputBufferLength), in smb2_get_info_file_pipe() 4188 le32_to_cpu(req->OutputBufferLength)); in smb2_get_ea() [all …]
|
D | smb2misc.c | 249 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-v6.1/fs/smbfs_common/ |
D | smb2pdu.h | 868 __le32 OutputBufferLength; member 876 __le32 OutputBufferLength; member 943 __le32 OutputBufferLength; member 954 __le32 OutputBufferLength; member 1496 __le32 OutputBufferLength; member 1511 __le32 OutputBufferLength; member
|
/Linux-v6.1/fs/cifs/ |
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()
|
D | smb2pdu.c | 3510 req->OutputBufferLength = cpu_to_le32(output_len); in SMB2_query_info_init() 3589 *dlen = le32_to_cpu(rsp->OutputBufferLength); in query_info() 3605 le32_to_cpu(rsp->OutputBufferLength), in query_info() 3695 req->OutputBufferLength = in SMB2_notify_init() 3766 le32_to_cpu(smb_rsp->OutputBufferLength), &rsp_iov, in SMB2_change_notify() 3770 le32_to_cpu(smb_rsp->OutputBufferLength), GFP_KERNEL); in SMB2_change_notify() 3775 *plen = le32_to_cpu(smb_rsp->OutputBufferLength); in SMB2_change_notify() 4907 req->OutputBufferLength = cpu_to_le32(output_size); in SMB2_query_directory_init() 4960 le32_to_cpu(rsp->OutputBufferLength), rsp_iov, in smb2_parse_query_directory() 5331 req->OutputBufferLength = cpu_to_le32( in build_qfs_info_req() [all …]
|
D | smb2inode.c | 403 le32_to_cpu(qi_rsp->OutputBufferLength), in smb2_compound_op() 429 le32_to_cpu(qi_rsp->OutputBufferLength), in smb2_compound_op()
|
D | cached_dir.c | 243 if (le32_to_cpu(qi_rsp->OutputBufferLength) < sizeof(struct smb2_file_all_info)) in open_cached_dir()
|
D | smb2ops.c | 974 le32_to_cpu(rsp->OutputBufferLength), in smb2_query_eas() 983 le32_to_cpu(rsp->OutputBufferLength), ea_name); in smb2_query_eas() 1055 used_len = le32_to_cpu(rsp->OutputBufferLength); in smb2_set_ea() 1570 if (le32_to_cpu(qi_rsp->OutputBufferLength) < qi.input_buffer_length) in smb2_ioctl_query_info() 1571 qi.input_buffer_length = le32_to_cpu(qi_rsp->OutputBufferLength); in smb2_ioctl_query_info() 2581 le32_to_cpu(rsp->OutputBufferLength), in smb2_queryfs()
|