Lines Matching refs:StructureSize

150 		err_rsp->StructureSize = SMB2_ERROR_STRUCTURE_SIZE2_LE;  in smb2_set_err_rsp()
260 rsp_hdr->StructureSize = SMB2_HEADER_STRUCTURE_SIZE; in init_smb2_neg_rsp()
275 rsp->StructureSize = cpu_to_le16(65); in init_smb2_neg_rsp()
421 rsp_hdr->StructureSize = SMB2_HEADER_STRUCTURE_SIZE; in init_chained_smb2_rsp()
501 rsp_hdr->StructureSize = SMB2_HEADER_STRUCTURE_SIZE; in init_smb2_rsp_hdr()
1215 rsp->StructureSize = cpu_to_le16(65); in smb2_handle_negotiate()
1673 rsp->StructureSize = cpu_to_le16(9); in smb2_sess_setup()
2000 rsp->StructureSize = cpu_to_le16(16); in smb2_tree_connect()
2173 rsp->StructureSize = cpu_to_le16(4); in smb2_tree_disconnect()
2243 rsp->StructureSize = cpu_to_le16(4); in smb2_session_logoff()
2285 rsp->StructureSize = cpu_to_le16(89); in create_smb2_pipe()
3545 rsp->StructureSize = cpu_to_le16(89); in smb2_open()
4413 rsp->StructureSize = cpu_to_le16(9); in smb2_query_dir()
4430 rsp->StructureSize = cpu_to_le16(9); in smb2_query_dir()
5635 rsp->StructureSize = cpu_to_le16(9); in smb2_query_info()
5680 rsp->StructureSize = cpu_to_le16(60); in smb2_close_pipe()
5759 rsp->StructureSize = cpu_to_le16(60); in smb2_close()
5831 rsp->StructureSize = cpu_to_le16(4); in smb2_echo()
6427 rsp->StructureSize = cpu_to_le16(2); in smb2_set_info()
6512 rsp->StructureSize = cpu_to_le16(17); in smb2_read_pipe()
6704 rsp->StructureSize = cpu_to_le16(17); in smb2_read()
6793 rsp->StructureSize = cpu_to_le16(17); in smb2_write_pipe()
6950 rsp->StructureSize = cpu_to_le16(17); in smb2_write()
7003 rsp->StructureSize = cpu_to_le16(4); in smb2_flush()
7484 rsp->StructureSize = cpu_to_le16(4); in smb2_lock()
8285 rsp->StructureSize = cpu_to_le16(49); in smb2_ioctl()
8420 rsp->StructureSize = cpu_to_le16(24); in smb20_oplock_break_ack()
8572 rsp->StructureSize = cpu_to_le16(36); in smb21_lease_break_ack()
8604 switch (le16_to_cpu(req->StructureSize)) { in smb2_oplock_break()
8613 le16_to_cpu(req->StructureSize)); in smb2_oplock_break()