Searched refs:sync_hdr (Results 1 – 4 of 4) sorted by relevance
122 struct smb2_sync_hdr sync_hdr; member164 struct smb2_sync_hdr sync_hdr; member219 struct smb2_sync_hdr sync_hdr; member340 struct smb2_sync_hdr sync_hdr; member363 struct smb2_sync_hdr sync_hdr; member380 struct smb2_sync_hdr sync_hdr; member389 struct smb2_sync_hdr sync_hdr; member395 struct smb2_sync_hdr sync_hdr; member406 struct smb2_sync_hdr sync_hdr; member491 struct smb2_sync_hdr sync_hdr; member[all …]
405 struct smb2_sync_hdr *shdr = &pdu->sync_hdr; in smb2_calc_size()659 if (rsp->sync_hdr.Command != SMB2_OPLOCK_BREAK) in smb2_is_valid_oplock_break()750 struct smb2_sync_hdr *sync_hdr = (struct smb2_sync_hdr *)buffer; in smb2_handle_cancelled_mid() local755 if (sync_hdr->Command != SMB2_CREATE || in smb2_handle_cancelled_mid()756 sync_hdr->Status != STATUS_SUCCESS) in smb2_handle_cancelled_mid()763 tcon = smb2_find_smb_tcon(server, sync_hdr->SessionId, in smb2_handle_cancelled_mid()764 sync_hdr->TreeId); in smb2_handle_cancelled_mid()
418 smb2_hdr_assemble(&spdu->sync_hdr, smb2_command, tcon); in fill_small_buf()811 req->sync_hdr.SessionId = 0; in SMB2_negotiate()1183 req->sync_hdr.SessionId = 0; in SMB2_sess_alloc_buffer()1191 req->sync_hdr.CreditRequest = cpu_to_le16(130); in SMB2_sess_alloc_buffer()1339 ses->Suid = rsp->sync_hdr.SessionId; in SMB2_auth_kerberos()1415 rsp->sync_hdr.Status == STATUS_MORE_PROCESSING_REQUIRED) in SMB2_sess_auth_rawntlmssp_negotiate()1436 ses->Suid = rsp->sync_hdr.SessionId; in SMB2_sess_auth_rawntlmssp_negotiate()1470 req->sync_hdr.SessionId = ses->Suid; in SMB2_sess_auth_rawntlmssp_authenticate()1494 ses->Suid = rsp->sync_hdr.SessionId; in SMB2_sess_auth_rawntlmssp_authenticate()1609 req->sync_hdr.SessionId = ses->Suid; in SMB2_logoff()[all …]
760 oparms.fid->mid = le64_to_cpu(o_rsp->sync_hdr.MessageId); in open_shroot()2666 if (create_rsp && create_rsp->sync_hdr.Status) in smb2_query_symlink()