Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/cifs/
H A 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
452 struct smb2_sync_hdr sync_hdr; member
475 struct smb2_sync_hdr sync_hdr; member
492 struct smb2_sync_hdr sync_hdr; member
501 struct smb2_sync_hdr sync_hdr; member
507 struct smb2_sync_hdr sync_hdr; member
518 struct smb2_sync_hdr sync_hdr; member
603 struct smb2_sync_hdr sync_hdr; member
[all …]
H A Dsmb2misc.c412 struct smb2_sync_hdr *shdr = &pdu->sync_hdr; in smb2_calc_size()
688 if (rsp->sync_hdr.Command != SMB2_OPLOCK_BREAK) in smb2_is_valid_oplock_break()
840 struct smb2_sync_hdr *sync_hdr = mid->resp_buf; in smb2_handle_cancelled_mid() local
845 if ((mid->optype & CIFS_CP_CREATE_CLOSE_OP) || sync_hdr->Command != SMB2_CREATE || in smb2_handle_cancelled_mid()
846 sync_hdr->Status != STATUS_SUCCESS) in smb2_handle_cancelled_mid()
849 tcon = smb2_find_smb_tcon(server, sync_hdr->SessionId, in smb2_handle_cancelled_mid()
850 sync_hdr->TreeId); in smb2_handle_cancelled_mid()
855 le16_to_cpu(sync_hdr->Command), in smb2_handle_cancelled_mid()
856 le64_to_cpu(sync_hdr->MessageId), in smb2_handle_cancelled_mid()
H A Dsmb2pdu.c360 smb2_hdr_assemble(&spdu->sync_hdr, smb2_command, tcon, server); in fill_small_buf()
811 req->sync_hdr.SessionId = 0; in SMB2_negotiate()
1196 req->sync_hdr.SessionId = sess_data->ses->Suid; in SMB2_sess_alloc_buffer()
1197 req->sync_hdr.Flags |= SMB2_FLAGS_SIGNED; in SMB2_sess_alloc_buffer()
1202 req->sync_hdr.SessionId = 0; in SMB2_sess_alloc_buffer()
1212 req->sync_hdr.CreditRequest = cpu_to_le16(130); in SMB2_sess_alloc_buffer()
1371 ses->Suid = rsp->sync_hdr.SessionId; in SMB2_auth_kerberos()
1447 rsp->sync_hdr.Status == STATUS_MORE_PROCESSING_REQUIRED) in SMB2_sess_auth_rawntlmssp_negotiate()
1469 ses->Suid = rsp->sync_hdr.SessionId; in SMB2_sess_auth_rawntlmssp_negotiate()
1504 req->sync_hdr.SessionId = ses->Suid; in SMB2_sess_auth_rawntlmssp_authenticate()
[all …]
H A Dsmb2ops.c809 oparms.fid->mid = le64_to_cpu(o_rsp->sync_hdr.MessageId); in open_shroot()
2300 if (op_rsp == NULL || op_rsp->sync_hdr.Status != STATUS_SUCCESS) { in smb2_query_dir_first()
2319 if (qd_rsp->sync_hdr.Status == STATUS_NO_MORE_FILES) { in smb2_query_dir_first()
2992 if (create_rsp && create_rsp->sync_hdr.Status) in smb2_query_symlink()