Searched refs:input_buffer_length (Results 1 – 4 of 4) sorted by relevance
293 acpi_size input_buffer_length; in acpi_ut_initialize_buffer() local305 input_buffer_length = buffer->length; in acpi_ut_initialize_buffer()312 switch (input_buffer_length) { in acpi_ut_initialize_buffer()341 if (input_buffer_length < required_length) { in acpi_ut_initialize_buffer()
55 __u32 input_buffer_length; member
1642 qi.input_buffer_length, in smb2_ioctl_query_info()1675 if (le32_to_cpu(io_rsp->OutputCount) < qi.input_buffer_length) in smb2_ioctl_query_info()1676 qi.input_buffer_length = le32_to_cpu(io_rsp->OutputCount); in smb2_ioctl_query_info()1677 if (qi.input_buffer_length > 0 && in smb2_ioctl_query_info()1678 le32_to_cpu(io_rsp->OutputOffset) + qi.input_buffer_length in smb2_ioctl_query_info()1682 if (copy_to_user(&pqi->input_buffer_length, in smb2_ioctl_query_info()1683 &qi.input_buffer_length, in smb2_ioctl_query_info()1684 sizeof(qi.input_buffer_length))) in smb2_ioctl_query_info()1689 qi.input_buffer_length)) in smb2_ioctl_query_info()1694 if (le32_to_cpu(qi_rsp->OutputBufferLength) < qi.input_buffer_length) in smb2_ioctl_query_info()[all …]
405 unsigned int input_buffer_length; member