Home
last modified time | relevance | path

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

/Linux-v5.10/fs/cifs/
Dsmb2pdu.h127 struct smb2_sync_hdr sync_hdr; member
219 struct smb2_sync_hdr sync_hdr; member
278 struct smb2_sync_hdr sync_hdr; member
444 struct smb2_sync_hdr sync_hdr; member
467 struct smb2_sync_hdr sync_hdr; member
484 struct smb2_sync_hdr sync_hdr; member
493 struct smb2_sync_hdr sync_hdr; member
499 struct smb2_sync_hdr sync_hdr; member
510 struct smb2_sync_hdr sync_hdr; member
595 struct smb2_sync_hdr sync_hdr; member
[all …]
Dsmb2misc.c404 struct smb2_sync_hdr *shdr = &pdu->sync_hdr; in smb2_calc_size()
680 if (rsp->sync_hdr.Command != SMB2_OPLOCK_BREAK) in smb2_is_valid_oplock_break()
832 struct smb2_sync_hdr *sync_hdr = (struct smb2_sync_hdr *)buffer; in smb2_handle_cancelled_mid() local
837 if (sync_hdr->Command != SMB2_CREATE || in smb2_handle_cancelled_mid()
838 sync_hdr->Status != STATUS_SUCCESS) in smb2_handle_cancelled_mid()
841 tcon = smb2_find_smb_tcon(server, sync_hdr->SessionId, in smb2_handle_cancelled_mid()
842 sync_hdr->TreeId); in smb2_handle_cancelled_mid()
847 le16_to_cpu(sync_hdr->Command), in smb2_handle_cancelled_mid()
848 le64_to_cpu(sync_hdr->MessageId), in smb2_handle_cancelled_mid()
Dsmb2pdu.c357 smb2_hdr_assemble(&spdu->sync_hdr, smb2_command, tcon, server); in fill_small_buf()
805 req->sync_hdr.SessionId = 0; in SMB2_negotiate()
1178 req->sync_hdr.SessionId = sess_data->ses->Suid; in SMB2_sess_alloc_buffer()
1179 req->sync_hdr.Flags |= SMB2_FLAGS_SIGNED; in SMB2_sess_alloc_buffer()
1184 req->sync_hdr.SessionId = 0; in SMB2_sess_alloc_buffer()
1194 req->sync_hdr.CreditRequest = cpu_to_le16(130); in SMB2_sess_alloc_buffer()
1353 ses->Suid = rsp->sync_hdr.SessionId; in SMB2_auth_kerberos()
1429 rsp->sync_hdr.Status == STATUS_MORE_PROCESSING_REQUIRED) in SMB2_sess_auth_rawntlmssp_negotiate()
1451 ses->Suid = rsp->sync_hdr.SessionId; in SMB2_sess_auth_rawntlmssp_negotiate()
1486 req->sync_hdr.SessionId = ses->Suid; in SMB2_sess_auth_rawntlmssp_authenticate()
[all …]
Dsmb2ops.c808 oparms.fid->mid = le64_to_cpu(o_rsp->sync_hdr.MessageId); in open_shroot()
2272 if (op_rsp == NULL || op_rsp->sync_hdr.Status != STATUS_SUCCESS) { in smb2_query_dir_first()
2291 if (qd_rsp->sync_hdr.Status == STATUS_NO_MORE_FILES) { in smb2_query_dir_first()
2966 if (create_rsp && create_rsp->sync_hdr.Status) in smb2_query_symlink()