Searched refs:Suid (Results 1 – 9 of 9) sorted by relevance
/Linux-v4.19/fs/cifs/ |
D | sess.c | 760 ses->Suid = smb_buf->Uid; /* UID left in wire format (le) */ in sess_auth_lanman() 761 cifs_dbg(FYI, "UID = %llu\n", ses->Suid); in sess_auth_lanman() 870 ses->Suid = smb_buf->Uid; /* UID left in wire format (le) */ in sess_auth_ntlm() 871 cifs_dbg(FYI, "UID = %llu\n", ses->Suid); in sess_auth_ntlm() 978 ses->Suid = smb_buf->Uid; /* UID left in wire format (le) */ in sess_auth_ntlmv2() 979 cifs_dbg(FYI, "UID = %llu\n", ses->Suid); in sess_auth_ntlmv2() 1104 ses->Suid = smb_buf->Uid; /* UID left in wire format (le) */ in sess_auth_kerberos() 1105 cifs_dbg(FYI, "UID = %llu\n", ses->Suid); in sess_auth_kerberos() 1256 ses->Suid = smb_buf->Uid; /* UID left in wire format (le) */ in sess_auth_rawntlmssp_negotiate() 1257 cifs_dbg(FYI, "UID = %llu\n", ses->Suid); in sess_auth_rawntlmssp_negotiate() [all …]
|
D | smb2pdu.c | 133 shdr->SessionId = tcon->ses->Suid; in smb2_hdr_assemble() 1135 ses->Suid = rsp->sync_hdr.SessionId; in SMB2_auth_kerberos() 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() 1357 sess_data->previous_session = ses->Suid; in SMB2_sess_setup() 1405 req->sync_hdr.SessionId = ses->Suid; in SMB2_logoff() 2074 trace_smb3_posix_mkdir_err(xid, tcon->tid, ses->Suid, in smb311_posix_mkdir() 2082 ses->Suid, CREATE_NOT_FILE, in smb311_posix_mkdir() 2298 trace_smb3_open_err(xid, tcon->tid, ses->Suid, in SMB2_open() [all …]
|
D | smb2transport.c | 107 if (ses->Suid != ses_id) in smb2_find_smb_ses_unlocked() 355 cifs_dbg(VFS, "Session Id %*ph\n", (int)sizeof(ses->Suid), in generate_smb3signingkey() 356 &ses->Suid); in generate_smb3signingkey()
|
D | smb2misc.c | 155 if (ses->Suid == thdr->SessionId) in smb2_check_message()
|
D | misc.c | 263 buffer->Uid = treeCon->ses->Suid; in header_assemble()
|
D | cifsglob.h | 868 __u64 Suid; /* remote smb uid */ member
|
D | cifssmb.c | 811 pSMB->hdr.Uid = ses->Suid; in CIFSSMBLogoff() 4885 pSMB->hdr.Uid = ses->Suid; in CIFSGetDFSRefer() 4908 pSMB->hdr.Uid = ses->Suid; in CIFSGetDFSRefer()
|
D | connect.c | 4206 smb_buffer->Uid = ses->Suid; in CIFSTCon()
|
D | smb2ops.c | 2566 if (ses->Suid != ses_id) in smb2_get_enc_key()
|