Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:Uid
(Results
1 - 15
of
15
) sorted by relevance
/kernel/linux/linux-5.10/fs/cifs/
H
A
D
sess.c
1045
ses->Suid = smb_buf->
Uid
; /* UID left in wire format (le) */
in sess_auth_lanman()
1155
ses->Suid = smb_buf->
Uid
; /* UID left in wire format (le) */
in sess_auth_ntlm()
1263
ses->Suid = smb_buf->
Uid
; /* UID left in wire format (le) */
in sess_auth_ntlmv2()
1388
ses->Suid = smb_buf->
Uid
; /* UID left in wire format (le) */
in sess_auth_kerberos()
1538
ses->Suid = smb_buf->
Uid
; /* UID left in wire format (le) */
in sess_auth_rawntlmssp_negotiate()
1605
smb_buf->
Uid
= ses->Suid;
in sess_auth_rawntlmssp_authenticate()
1626
if (ses->Suid != smb_buf->
Uid
) {
in sess_auth_rawntlmssp_authenticate()
1627
ses->Suid = smb_buf->
Uid
;
in sess_auth_rawntlmssp_authenticate()
H
A
D
misc.c
277
/*
Uid
is not converted */
in header_assemble()
278
buffer->
Uid
= treeCon->ses->Suid;
in header_assemble()
H
A
D
cifspdu.h
435
__u16
Uid
;
member
2366
__le64
Uid
;
member
H
A
D
cifsglob.h
1670
__u16
Uid
;
member
H
A
D
cifssmb.c
830
pSMB->hdr.
Uid
= ses->Suid;
in CIFSSMBLogoff()
4876
pSMB->hdr.
Uid
= ses->Suid;
in CIFSGetDFSRefer()
4897
pSMB->hdr.
Uid
= ses->Suid;
in CIFSGetDFSRefer()
5999
data_offset->
Uid
= cpu_to_le64(uid);
in cifs_fill_unix_set_info()
H
A
D
inode.c
299
u64 id = le64_to_cpu(info->
Uid
);
H
A
D
connect.c
4859
smb_buffer->
Uid
= ses->Suid;
in CIFSTCon()
/kernel/linux/linux-6.6/fs/smb/client/
H
A
D
sess.c
1532
ses->Suid = smb_buf->
Uid
; /* UID left in wire format (le) */
in sess_auth_ntlmv2()
1658
ses->Suid = smb_buf->
Uid
; /* UID left in wire format (le) */
in sess_auth_kerberos()
1816
ses->Suid = smb_buf->
Uid
; /* UID left in wire format (le) */
in sess_auth_rawntlmssp_negotiate()
1888
smb_buf->
Uid
= ses->Suid;
in sess_auth_rawntlmssp_authenticate()
1909
if (ses->Suid != smb_buf->
Uid
) {
in sess_auth_rawntlmssp_authenticate()
1910
ses->Suid = smb_buf->
Uid
;
in sess_auth_rawntlmssp_authenticate()
H
A
D
cifspdu.h
407
__u16
Uid
;
member
2321
__le64
Uid
;
member
H
A
D
misc.c
286
/*
Uid
is not converted */
in header_assemble()
287
buffer->
Uid
= treeCon->ses->Suid;
in header_assemble()
H
A
D
cifssmb.c
646
pSMB->hdr.
Uid
= ses->Suid;
in CIFSSMBLogoff()
4343
pSMB->hdr.
Uid
= ses->Suid;
in CIFSGetDFSRefer()
4364
pSMB->hdr.
Uid
= ses->Suid;
in CIFSGetDFSRefer()
5418
data_offset->
Uid
= cpu_to_le64(uid);
in cifs_fill_unix_set_info()
H
A
D
cifsglob.h
1743
__u16
Uid
;
member
H
A
D
connect.c
3691
smb_buffer->
Uid
= ses->Suid;
in CIFSTCon()
H
A
D
inode.c
304
u64 id = le64_to_cpu(info->
Uid
);
in cifs_unix_basic_to_fattr()
/kernel/linux/linux-6.6/fs/smb/server/
H
A
D
smb_common.h
195
__le16
Uid
;
member
Completed in 63 milliseconds