Home
last modified time | relevance | path

Searched refs:Suid (Results 1 – 13 of 13) sorted by relevance

/Linux-v5.4/fs/cifs/
Dsmb2inode.c154 trace_smb3_query_info_compound_enter(xid, ses->Suid, tcon->tid, in smb2_compound_op()
158 trace_smb3_delete_enter(xid, ses->Suid, tcon->tid, full_path); in smb2_compound_op()
165 trace_smb3_mkdir_enter(xid, ses->Suid, tcon->tid, full_path); in smb2_compound_op()
183 trace_smb3_rmdir_enter(xid, ses->Suid, tcon->tid, full_path); in smb2_compound_op()
201 trace_smb3_set_eof_enter(xid, ses->Suid, tcon->tid, full_path); in smb2_compound_op()
233 trace_smb3_set_info_compound_enter(xid, ses->Suid, tcon->tid, in smb2_compound_op()
272 trace_smb3_rename_enter(xid, ses->Suid, tcon->tid, full_path); in smb2_compound_op()
299 trace_smb3_hardlink_enter(xid, ses->Suid, tcon->tid, full_path); in smb2_compound_op()
361 trace_smb3_query_info_compound_err(xid, ses->Suid, in smb2_compound_op()
364 trace_smb3_query_info_compound_done(xid, ses->Suid, in smb2_compound_op()
[all …]
Dsmb2pdu.c136 shdr->SessionId = tcon->ses->Suid; in smb2_hdr_assemble()
1339 ses->Suid = rsp->sync_hdr.SessionId; in SMB2_auth_kerberos()
1436 ses->Suid = rsp->sync_hdr.SessionId; in SMB2_sess_auth_rawntlmssp_negotiate()
1470 req->sync_hdr.SessionId = ses->Suid; in SMB2_sess_auth_rawntlmssp_authenticate()
1494 ses->Suid = rsp->sync_hdr.SessionId; in SMB2_sess_auth_rawntlmssp_authenticate()
1561 sess_data->previous_session = ses->Suid; in SMB2_sess_setup()
1609 req->sync_hdr.SessionId = ses->Suid; in SMB2_logoff()
1730 trace_smb3_tcon(xid, tcon->tid, ses->Suid, tree, rc); in SMB2_tcon()
2358 trace_smb3_posix_mkdir_enter(xid, tcon->tid, ses->Suid, CREATE_NOT_FILE, in smb311_posix_mkdir()
2364 trace_smb3_posix_mkdir_err(xid, tcon->tid, ses->Suid, in smb311_posix_mkdir()
[all …]
Dsess.c767 ses->Suid = smb_buf->Uid; /* UID left in wire format (le) */ in sess_auth_lanman()
768 cifs_dbg(FYI, "UID = %llu\n", ses->Suid); in sess_auth_lanman()
877 ses->Suid = smb_buf->Uid; /* UID left in wire format (le) */ in sess_auth_ntlm()
878 cifs_dbg(FYI, "UID = %llu\n", ses->Suid); in sess_auth_ntlm()
985 ses->Suid = smb_buf->Uid; /* UID left in wire format (le) */ in sess_auth_ntlmv2()
986 cifs_dbg(FYI, "UID = %llu\n", ses->Suid); in sess_auth_ntlmv2()
1111 ses->Suid = smb_buf->Uid; /* UID left in wire format (le) */ in sess_auth_kerberos()
1112 cifs_dbg(FYI, "UID = %llu\n", ses->Suid); in sess_auth_kerberos()
1261 ses->Suid = smb_buf->Uid; /* UID left in wire format (le) */ in sess_auth_rawntlmssp_negotiate()
1262 cifs_dbg(FYI, "UID = %llu\n", ses->Suid); in sess_auth_rawntlmssp_negotiate()
[all …]
Dcifs_ioctl.h61 __u64 Suid; member
Dioctl.c289 pkey_inf.Suid = tcon->ses->Suid; in cifs_ioctl()
Dsmb2transport.c107 if (ses->Suid != ses_id) in smb2_find_smb_ses_unlocked()
356 cifs_dbg(VFS, "Session Id %*ph\n", (int)sizeof(ses->Suid), in generate_smb3signingkey()
357 &ses->Suid); in generate_smb3signingkey()
Dsmb2ops.c2932 ses->Suid, offset, len); in smb3_zero_range()
2940 tcon->tid, ses->Suid, offset, len, rc); in smb3_zero_range()
2971 ses->Suid, offset, len, rc); in smb3_zero_range()
2974 ses->Suid, offset, len); in smb3_zero_range()
3030 tcon->ses->Suid, off, len); in smb3_simple_falloc()
3035 tcon->tid, tcon->ses->Suid, off, len, rc); in smb3_simple_falloc()
3057 tcon->tid, tcon->ses->Suid, off, len, rc); in smb3_simple_falloc()
3060 tcon->tid, tcon->ses->Suid, off, len); in smb3_simple_falloc()
3077 tcon->tid, tcon->ses->Suid, off, len, rc); in smb3_simple_falloc()
3097 tcon->ses->Suid, off, len, rc); in smb3_simple_falloc()
[all …]
Dsmb2misc.c155 if (ses->Suid == thdr->SessionId) in smb2_check_message()
Dmisc.c274 buffer->Uid = treeCon->ses->Suid; in header_assemble()
Dcifs_debug.c369 seq_printf(m, " SessionId: 0x%llx", ses->Suid); in cifs_debug_data_proc_show()
Dcifsglob.h971 __u64 Suid; /* remote smb uid */ member
Dcifssmb.c903 pSMB->hdr.Uid = ses->Suid; in CIFSSMBLogoff()
4944 pSMB->hdr.Uid = ses->Suid; in CIFSGetDFSRefer()
4965 pSMB->hdr.Uid = ses->Suid; in CIFSGetDFSRefer()
Dconnect.c4970 smb_buffer->Uid = ses->Suid; in CIFSTCon()