Home
last modified time | relevance | path

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

/fs/cifs/
Dsmb2pdu.h114 struct smb2_sync_hdr sync_hdr; member
217 struct smb2_sync_hdr sync_hdr; member
276 struct smb2_sync_hdr sync_hdr; member
475 struct smb2_sync_hdr sync_hdr; member
498 struct smb2_sync_hdr sync_hdr; member
515 struct smb2_sync_hdr sync_hdr; member
524 struct smb2_sync_hdr sync_hdr; member
530 struct smb2_sync_hdr sync_hdr; member
541 struct smb2_sync_hdr sync_hdr; member
626 struct smb2_sync_hdr sync_hdr; member
[all …]
Dsmb2misc.c399 struct smb2_sync_hdr *shdr = &pdu->sync_hdr; in smb2_calc_size()
666 if (rsp->sync_hdr.Command != SMB2_OPLOCK_BREAK) in smb2_is_valid_oplock_break()
813 struct smb2_sync_hdr *sync_hdr = mid->resp_buf; in smb2_handle_cancelled_mid() local
818 if ((mid->optype & CIFS_CP_CREATE_CLOSE_OP) || sync_hdr->Command != SMB2_CREATE || in smb2_handle_cancelled_mid()
819 sync_hdr->Status != STATUS_SUCCESS) in smb2_handle_cancelled_mid()
822 tcon = smb2_find_smb_tcon(server, sync_hdr->SessionId, in smb2_handle_cancelled_mid()
823 sync_hdr->TreeId); in smb2_handle_cancelled_mid()
828 le16_to_cpu(sync_hdr->Command), in smb2_handle_cancelled_mid()
829 le64_to_cpu(sync_hdr->MessageId), in smb2_handle_cancelled_mid()
Dsmb2pdu.c351 smb2_hdr_assemble(&spdu->sync_hdr, smb2_command, tcon, server); in fill_small_buf()
872 req->sync_hdr.SessionId = 0; in SMB2_negotiate()
1267 req->sync_hdr.SessionId = sess_data->ses->Suid; in SMB2_sess_alloc_buffer()
1268 req->sync_hdr.Flags |= SMB2_FLAGS_SIGNED; in SMB2_sess_alloc_buffer()
1273 req->sync_hdr.SessionId = 0; in SMB2_sess_alloc_buffer()
1283 req->sync_hdr.CreditRequest = cpu_to_le16(130); in SMB2_sess_alloc_buffer()
1442 ses->Suid = rsp->sync_hdr.SessionId; in SMB2_auth_kerberos()
1518 rsp->sync_hdr.Status == STATUS_MORE_PROCESSING_REQUIRED) in SMB2_sess_auth_rawntlmssp_negotiate()
1540 ses->Suid = rsp->sync_hdr.SessionId; in SMB2_sess_auth_rawntlmssp_negotiate()
1575 req->sync_hdr.SessionId = ses->Suid; in SMB2_sess_auth_rawntlmssp_authenticate()
[all …]
Dsmb2ops.c895 oparms.fid->mid = le64_to_cpu(o_rsp->sync_hdr.MessageId); in open_cached_dir()
2418 if (op_rsp == NULL || op_rsp->sync_hdr.Status != STATUS_SUCCESS) { in smb2_query_dir_first()
2437 if (qd_rsp->sync_hdr.Status == STATUS_NO_MORE_FILES) { in smb2_query_dir_first()
3154 if (create_rsp && create_rsp->sync_hdr.Status) in smb2_query_symlink()