Home
last modified time | relevance | path

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

/fs/cifs/
Dsmb2inode.c154 trace_smb3_query_info_compound_enter(xid, ses->Suid, tcon->tid, in smb2_compound_op()
189 trace_smb3_posix_query_info_compound_enter(xid, ses->Suid, tcon->tid, full_path); in smb2_compound_op()
192 trace_smb3_delete_enter(xid, ses->Suid, tcon->tid, full_path); in smb2_compound_op()
199 trace_smb3_mkdir_enter(xid, ses->Suid, tcon->tid, full_path); in smb2_compound_op()
217 trace_smb3_rmdir_enter(xid, ses->Suid, tcon->tid, full_path); in smb2_compound_op()
252 trace_smb3_set_eof_enter(xid, ses->Suid, tcon->tid, full_path); in smb2_compound_op()
285 trace_smb3_set_info_compound_enter(xid, ses->Suid, tcon->tid, in smb2_compound_op()
325 trace_smb3_rename_enter(xid, ses->Suid, tcon->tid, full_path); in smb2_compound_op()
352 trace_smb3_hardlink_enter(xid, ses->Suid, tcon->tid, full_path); in smb2_compound_op()
414 trace_smb3_query_info_compound_err(xid, ses->Suid, in smb2_compound_op()
[all …]
Dsmb2pdu.c121 shdr->SessionId = tcon->ses->Suid; in smb2_hdr_assemble()
1267 req->sync_hdr.SessionId = sess_data->ses->Suid; in SMB2_sess_alloc_buffer()
1442 ses->Suid = rsp->sync_hdr.SessionId; in SMB2_auth_kerberos()
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()
1601 ses->Suid = rsp->sync_hdr.SessionId; in SMB2_sess_auth_rawntlmssp_authenticate()
1613 cifs_dbg(VFS, "Session Id %*ph\n", (int)sizeof(ses->Suid), in SMB2_sess_auth_rawntlmssp_authenticate()
1614 &ses->Suid); in SMB2_sess_auth_rawntlmssp_authenticate()
1683 sess_data->previous_session = ses->Suid; in SMB2_sess_setup()
1732 req->sync_hdr.SessionId = ses->Suid; in SMB2_logoff()
[all …]
Dsess.c1040 ses->Suid = smb_buf->Uid; /* UID left in wire format (le) */ in sess_auth_ntlmv2()
1041 cifs_dbg(FYI, "UID = %llu\n", ses->Suid); in sess_auth_ntlmv2()
1165 ses->Suid = smb_buf->Uid; /* UID left in wire format (le) */ in sess_auth_kerberos()
1166 cifs_dbg(FYI, "UID = %llu\n", ses->Suid); in sess_auth_kerberos()
1315 ses->Suid = smb_buf->Uid; /* UID left in wire format (le) */ in sess_auth_rawntlmssp_negotiate()
1316 cifs_dbg(FYI, "UID = %llu\n", ses->Suid); in sess_auth_rawntlmssp_negotiate()
1382 smb_buf->Uid = ses->Suid; in sess_auth_rawntlmssp_authenticate()
1403 if (ses->Suid != smb_buf->Uid) { in sess_auth_rawntlmssp_authenticate()
1404 ses->Suid = smb_buf->Uid; in sess_auth_rawntlmssp_authenticate()
1405 cifs_dbg(FYI, "UID changed! new UID = %llu\n", ses->Suid); in sess_auth_rawntlmssp_authenticate()
Dioctl.c235 if (ses_it->Suid == out.session_id) { in cifs_dump_full_key()
279 out.session_id = ses->Suid; in cifs_dump_full_key()
444 pkey_inf.Suid = tcon->ses->Suid; in cifs_ioctl()
Dsmb2transport.c94 if (ses->Suid == ses_id) in smb2_get_sign_key()
142 if (ses->Suid != ses_id) in smb2_find_smb_ses_unlocked()
449 cifs_dbg(VFS, "Session Id %*ph\n", (int)sizeof(ses->Suid), in generate_smb3signingkey()
450 &ses->Suid); in generate_smb3signingkey()
Dcifs_ioctl.h57 __u64 Suid; member
Dsmb2ops.c2433 tcon->tid, tcon->ses->Suid, 0, 0, rc); in smb2_query_dir_first()
2442 tcon->tid, tcon->ses->Suid, 0, 0); in smb2_query_dir_first()
2452 tcon->ses->Suid, 0, 0, rc); in smb2_query_dir_first()
2458 tcon->ses->Suid, 0, srch_inf->entries_in_buffer); in smb2_query_dir_first()
3564 ses->Suid, offset, len); in smb3_zero_range()
3577 tcon->tid, ses->Suid, offset, len, rc); in smb3_zero_range()
3608 ses->Suid, offset, len, rc); in smb3_zero_range()
3611 ses->Suid, offset, len); in smb3_zero_range()
3796 tcon->ses->Suid, off, len); in smb3_simple_falloc()
3801 tcon->tid, tcon->ses->Suid, off, len, rc); in smb3_simple_falloc()
[all …]
Dcifs_debug.c195 ses->Suid, in cifs_debug_files_proc_show()
408 seq_printf(m, " SessionId: 0x%llx", ses->Suid); in cifs_debug_data_proc_show()
Dsmb2misc.c158 if (ses->Suid == thdr->SessionId) in smb2_check_message()
Dmisc.c264 buffer->Uid = treeCon->ses->Suid; in header_assemble()
Dcifsglob.h919 __u64 Suid; /* remote smb uid */ member
Dcifssmb.c713 pSMB->hdr.Uid = ses->Suid; in CIFSSMBLogoff()
4768 pSMB->hdr.Uid = ses->Suid; in CIFSGetDFSRefer()
4789 pSMB->hdr.Uid = ses->Suid; in CIFSGetDFSRefer()
Dconnect.c3642 smb_buffer->Uid = ses->Suid; in CIFSTCon()