Home
last modified time | relevance | path

Searched refs:Uid (Results 1 – 7 of 7) sorted by relevance

/linux-4.19.296/fs/cifs/
Dsess.c760 ses->Suid = smb_buf->Uid; /* UID left in wire format (le) */ in sess_auth_lanman()
870 ses->Suid = smb_buf->Uid; /* UID left in wire format (le) */ in sess_auth_ntlm()
978 ses->Suid = smb_buf->Uid; /* UID left in wire format (le) */ in sess_auth_ntlmv2()
1104 ses->Suid = smb_buf->Uid; /* UID left in wire format (le) */ in sess_auth_kerberos()
1256 ses->Suid = smb_buf->Uid; /* UID left in wire format (le) */ in sess_auth_rawntlmssp_negotiate()
1323 smb_buf->Uid = ses->Suid; in sess_auth_rawntlmssp_authenticate()
1344 if (ses->Suid != smb_buf->Uid) { in sess_auth_rawntlmssp_authenticate()
1345 ses->Suid = smb_buf->Uid; in sess_auth_rawntlmssp_authenticate()
Dmisc.c263 buffer->Uid = treeCon->ses->Suid; in header_assemble()
Dcifspdu.h430 __u16 Uid; member
2357 __le64 Uid; member
Dcifssmb.c811 pSMB->hdr.Uid = ses->Suid; in CIFSSMBLogoff()
4912 pSMB->hdr.Uid = ses->Suid; in CIFSGetDFSRefer()
4935 pSMB->hdr.Uid = ses->Suid; in CIFSGetDFSRefer()
5985 data_offset->Uid = cpu_to_le64(uid); in cifs_fill_unix_set_info()
6529 dnotify_req->Uid = pSMB->hdr.Uid; in CIFSSMBNotify()
Dcifsglob.h1509 __u16 Uid; member
Dinode.c289 u64 id = le64_to_cpu(info->Uid);
Dconnect.c4349 smb_buffer->Uid = ses->Suid; in CIFSTCon()