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()787 struct smb2_sync_hdr *sync_hdr = (struct smb2_sync_hdr *)buffer; in smb2_handle_cancelled_mid() local792 if (sync_hdr->Command != SMB2_CREATE || in smb2_handle_cancelled_mid()793 sync_hdr->Status != STATUS_SUCCESS) in smb2_handle_cancelled_mid()796 tcon = smb2_find_smb_tcon(server, sync_hdr->SessionId, in smb2_handle_cancelled_mid()797 sync_hdr->TreeId); in smb2_handle_cancelled_mid()
418 smb2_hdr_assemble(&spdu->sync_hdr, smb2_command, tcon); in fill_small_buf()828 req->sync_hdr.SessionId = 0; in SMB2_negotiate()1200 req->sync_hdr.SessionId = 0; in SMB2_sess_alloc_buffer()1208 req->sync_hdr.CreditRequest = cpu_to_le16(130); in SMB2_sess_alloc_buffer()1356 ses->Suid = rsp->sync_hdr.SessionId; in SMB2_auth_kerberos()1432 rsp->sync_hdr.Status == STATUS_MORE_PROCESSING_REQUIRED) in SMB2_sess_auth_rawntlmssp_negotiate()1453 ses->Suid = rsp->sync_hdr.SessionId; in SMB2_sess_auth_rawntlmssp_negotiate()1487 req->sync_hdr.SessionId = ses->Suid; in SMB2_sess_auth_rawntlmssp_authenticate()1511 ses->Suid = rsp->sync_hdr.SessionId; in SMB2_sess_auth_rawntlmssp_authenticate()1626 req->sync_hdr.SessionId = ses->Suid; in SMB2_logoff()[all …]
754 oparms.fid->mid = le64_to_cpu(o_rsp->sync_hdr.MessageId); in open_shroot()2665 if (create_rsp && create_rsp->sync_hdr.Status) in smb2_query_symlink()