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()
45 __u32 input_buffer_length; member
1602 qi.input_buffer_length, in smb2_ioctl_query_info()1636 if (le32_to_cpu(io_rsp->OutputCount) < qi.input_buffer_length) in smb2_ioctl_query_info()1637 qi.input_buffer_length = le32_to_cpu(io_rsp->OutputCount); in smb2_ioctl_query_info()1638 if (qi.input_buffer_length > 0 && in smb2_ioctl_query_info()1639 le32_to_cpu(io_rsp->OutputOffset) + qi.input_buffer_length in smb2_ioctl_query_info()1645 if (copy_to_user(&pqi->input_buffer_length, in smb2_ioctl_query_info()1646 &qi.input_buffer_length, in smb2_ioctl_query_info()1647 sizeof(qi.input_buffer_length))) { in smb2_ioctl_query_info()1654 qi.input_buffer_length)) in smb2_ioctl_query_info()1659 if (le32_to_cpu(qi_rsp->OutputBufferLength) < qi.input_buffer_length) in smb2_ioctl_query_info()[all …]
405 unsigned int input_buffer_length; member