Home
last modified time | relevance | path

Searched refs:sync_hdr (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/fs/cifs/
Dsmb2pdu.h121 struct smb2_sync_hdr sync_hdr; member
161 struct smb2_sync_hdr sync_hdr; member
214 struct smb2_sync_hdr sync_hdr; member
299 struct smb2_sync_hdr sync_hdr; member
322 struct smb2_sync_hdr sync_hdr; member
339 struct smb2_sync_hdr sync_hdr; member
348 struct smb2_sync_hdr sync_hdr; member
354 struct smb2_sync_hdr sync_hdr; member
365 struct smb2_sync_hdr sync_hdr; member
450 struct smb2_sync_hdr sync_hdr; member
[all …]
Dsmb2misc.c405 struct smb2_sync_hdr *shdr = &pdu->sync_hdr; in smb2_calc_size()
648 if (rsp->sync_hdr.Command != SMB2_OPLOCK_BREAK) in smb2_is_valid_oplock_break()
739 struct smb2_sync_hdr *sync_hdr = (struct smb2_sync_hdr *)buffer; in smb2_handle_cancelled_mid() local
744 if (sync_hdr->Command != SMB2_CREATE || in smb2_handle_cancelled_mid()
745 sync_hdr->Status != STATUS_SUCCESS) in smb2_handle_cancelled_mid()
752 tcon = smb2_find_smb_tcon(server, sync_hdr->SessionId, in smb2_handle_cancelled_mid()
753 sync_hdr->TreeId); in smb2_handle_cancelled_mid()
Dsmb2pdu.c327 smb2_hdr_assemble(&spdu->sync_hdr, smb2_command, tcon); in fill_small_buf()
629 req->sync_hdr.SessionId = 0; in SMB2_negotiate()
984 req->sync_hdr.SessionId = 0; in SMB2_sess_alloc_buffer()
992 req->sync_hdr.CreditRequest = cpu_to_le16(130); in SMB2_sess_alloc_buffer()
1135 ses->Suid = rsp->sync_hdr.SessionId; in SMB2_auth_kerberos()
1211 rsp->sync_hdr.Status == STATUS_MORE_PROCESSING_REQUIRED) in SMB2_sess_auth_rawntlmssp_negotiate()
1232 ses->Suid = rsp->sync_hdr.SessionId; in SMB2_sess_auth_rawntlmssp_negotiate()
1266 req->sync_hdr.SessionId = ses->Suid; in SMB2_sess_auth_rawntlmssp_authenticate()
1290 ses->Suid = rsp->sync_hdr.SessionId; in SMB2_sess_auth_rawntlmssp_authenticate()
1405 req->sync_hdr.SessionId = ses->Suid; in SMB2_logoff()
[all …]