Home
last modified time | relevance | path

Searched refs:OutputBufferLength (Results 1 – 5 of 5) sorted by relevance

/fs/cifs/
Dsmb2pdu.h1213 __le32 OutputBufferLength; member
1224 __le32 OutputBufferLength; member
1285 __le32 OutputBufferLength; member
1293 __le32 OutputBufferLength; member
1327 __le32 OutputBufferLength; member
1342 __le32 OutputBufferLength; member
Dsmb2misc.c342 ((struct smb2_query_info_rsp *)shdr)->OutputBufferLength); in smb2_get_data_area_len()
353 ((struct smb2_query_directory_rsp *)shdr)->OutputBufferLength); in smb2_get_data_area_len()
Dsmb2pdu.c3086 req->OutputBufferLength = cpu_to_le32(output_len); in SMB2_query_info_init()
3163 *dlen = le32_to_cpu(rsp->OutputBufferLength); in query_info()
3179 le32_to_cpu(rsp->OutputBufferLength), in query_info()
3248 req->OutputBufferLength = in SMB2_notify_init()
4261 req->OutputBufferLength = cpu_to_le32(output_size); in SMB2_query_directory()
4297 le32_to_cpu(rsp->OutputBufferLength), &rsp_iov, in SMB2_query_directory()
4589 req->OutputBufferLength = cpu_to_le32( in build_qfs_info_req()
4635 le32_to_cpu(rsp->OutputBufferLength), &rsp_iov, in SMB311_posix_qfs_info()
4683 le32_to_cpu(rsp->OutputBufferLength), &rsp_iov, in SMB2_QFS_info()
4744 rsp_len = le32_to_cpu(rsp->OutputBufferLength); in SMB2_QFS_attr()
Dsmb2ops.c772 if (le32_to_cpu(qi_rsp->OutputBufferLength) < sizeof(struct smb2_file_all_info)) in open_shroot()
1049 le32_to_cpu(rsp->OutputBufferLength), in smb2_query_eas()
1058 le32_to_cpu(rsp->OutputBufferLength), ea_name); in smb2_query_eas()
1546 if (le32_to_cpu(qi_rsp->OutputBufferLength) < qi.input_buffer_length) in smb2_ioctl_query_info()
1547 qi.input_buffer_length = le32_to_cpu(qi_rsp->OutputBufferLength); in smb2_ioctl_query_info()
2293 le32_to_cpu(rsp->OutputBufferLength), in smb2_queryfs()
Dsmb2inode.c352 le32_to_cpu(qi_rsp->OutputBufferLength), in smb2_compound_op()