| /Linux-v5.10/fs/cifs/ |
| D | smb2inode.c | 167 trace_smb3_query_info_compound_enter(xid, ses->Suid, tcon->tid, in smb2_compound_op() 202 trace_smb3_posix_query_info_compound_enter(xid, ses->Suid, tcon->tid, full_path); in smb2_compound_op() 205 trace_smb3_delete_enter(xid, ses->Suid, tcon->tid, full_path); in smb2_compound_op() 212 trace_smb3_mkdir_enter(xid, ses->Suid, tcon->tid, full_path); in smb2_compound_op() 230 trace_smb3_rmdir_enter(xid, ses->Suid, tcon->tid, full_path); in smb2_compound_op() 248 trace_smb3_set_eof_enter(xid, ses->Suid, tcon->tid, full_path); in smb2_compound_op() 281 trace_smb3_set_info_compound_enter(xid, ses->Suid, tcon->tid, in smb2_compound_op() 321 trace_smb3_rename_enter(xid, ses->Suid, tcon->tid, full_path); in smb2_compound_op() 348 trace_smb3_hardlink_enter(xid, ses->Suid, tcon->tid, full_path); in smb2_compound_op() 411 trace_smb3_query_info_compound_err(xid, ses->Suid, in smb2_compound_op() [all …]
|
| D | smb2pdu.c | 134 shdr->SessionId = tcon->ses->Suid; in smb2_hdr_assemble() 1178 req->sync_hdr.SessionId = sess_data->ses->Suid; in SMB2_sess_alloc_buffer() 1353 ses->Suid = rsp->sync_hdr.SessionId; in SMB2_auth_kerberos() 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() 1512 ses->Suid = rsp->sync_hdr.SessionId; in SMB2_sess_auth_rawntlmssp_authenticate() 1524 cifs_dbg(VFS, "Session Id %*ph\n", (int)sizeof(ses->Suid), in SMB2_sess_auth_rawntlmssp_authenticate() 1525 &ses->Suid); in SMB2_sess_auth_rawntlmssp_authenticate() 1594 sess_data->previous_session = ses->Suid; in SMB2_sess_setup() 1643 req->sync_hdr.SessionId = ses->Suid; in SMB2_logoff() [all …]
|
| D | sess.c | 1037 ses->Suid = smb_buf->Uid; /* UID left in wire format (le) */ in sess_auth_lanman() 1038 cifs_dbg(FYI, "UID = %llu\n", ses->Suid); in sess_auth_lanman() 1147 ses->Suid = smb_buf->Uid; /* UID left in wire format (le) */ in sess_auth_ntlm() 1148 cifs_dbg(FYI, "UID = %llu\n", ses->Suid); in sess_auth_ntlm() 1255 ses->Suid = smb_buf->Uid; /* UID left in wire format (le) */ in sess_auth_ntlmv2() 1256 cifs_dbg(FYI, "UID = %llu\n", ses->Suid); in sess_auth_ntlmv2() 1380 ses->Suid = smb_buf->Uid; /* UID left in wire format (le) */ in sess_auth_kerberos() 1381 cifs_dbg(FYI, "UID = %llu\n", ses->Suid); in sess_auth_kerberos() 1530 ses->Suid = smb_buf->Uid; /* UID left in wire format (le) */ in sess_auth_rawntlmssp_negotiate() 1531 cifs_dbg(FYI, "UID = %llu\n", ses->Suid); in sess_auth_rawntlmssp_negotiate() [all …]
|
| D | cifs_ioctl.h | 61 __u64 Suid; member
|
| D | ioctl.c | 291 pkey_inf.Suid = tcon->ses->Suid; in cifs_ioctl()
|
| D | smb2transport.c | 107 if (ses->Suid == ses_id) in smb2_get_sign_key() 155 if (ses->Suid != ses_id) in smb2_find_smb_ses_unlocked() 443 cifs_dbg(VFS, "Session Id %*ph\n", (int)sizeof(ses->Suid), in generate_smb3signingkey() 444 &ses->Suid); in generate_smb3signingkey()
|
| D | smb2ops.c | 2284 tcon->tid, tcon->ses->Suid, 0, 0, rc); in smb2_query_dir_first() 2293 tcon->tid, tcon->ses->Suid, 0, 0); in smb2_query_dir_first() 2303 tcon->ses->Suid, 0, 0, rc); in smb2_query_dir_first() 2309 tcon->ses->Suid, 0, srch_inf->entries_in_buffer); in smb2_query_dir_first() 3358 ses->Suid, offset, len); in smb3_zero_range() 3371 tcon->tid, ses->Suid, offset, len, rc); in smb3_zero_range() 3402 ses->Suid, offset, len, rc); in smb3_zero_range() 3405 ses->Suid, offset, len); in smb3_zero_range() 3467 tcon->ses->Suid, off, len); in smb3_simple_falloc() 3472 tcon->tid, tcon->ses->Suid, off, len, rc); in smb3_simple_falloc() [all …]
|
| D | smb2misc.c | 156 if (ses->Suid == thdr->SessionId) in smb2_check_message()
|
| D | misc.c | 278 buffer->Uid = treeCon->ses->Suid; in header_assemble()
|
| D | cifs_debug.c | 396 seq_printf(m, " SessionId: 0x%llx", ses->Suid); in cifs_debug_data_proc_show()
|
| D | cifsglob.h | 987 __u64 Suid; /* remote smb uid */ member
|
| D | cifssmb.c | 830 pSMB->hdr.Uid = ses->Suid; in CIFSSMBLogoff() 4871 pSMB->hdr.Uid = ses->Suid; in CIFSGetDFSRefer() 4892 pSMB->hdr.Uid = ses->Suid; in CIFSGetDFSRefer()
|
| D | connect.c | 4839 smb_buffer->Uid = ses->Suid; in CIFSTCon()
|