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:UniqueId
(Results
1 - 13
of
13
) sorted by relevance
/kernel/linux/linux-6.6/fs/smb/server/
H
A
D
smb_common.h
325
__le64
UniqueId
;
member
342
__le64
UniqueId
; /* inode num - le since Samba puts ino in low 32 bit*/
member
H
A
D
smb2pdu.c
3690
dinfo->
UniqueId
= cpu_to_le64(ksmbd_kstat->kstat->ino);
in smb2_populate_readdir_entry()
3707
fibdinfo->
UniqueId
= cpu_to_le64(ksmbd_kstat->kstat->ino);
in smb2_populate_readdir_entry()
/kernel/linux/linux-6.6/fs/smb/client/
H
A
D
smb2pdu.h
355
__le64
UniqueId
; /* inode num - le since Samba puts ino in low 32 bit */
member
H
A
D
readdir.c
530
de->ino = le64_to_cpu(info->basic.
UniqueId
);
in cifs_fill_dirent_unix()
555
de->ino = le64_to_cpu(info->
UniqueId
);
in cifs_fill_dirent_search()
H
A
D
cifspdu.h
2326
__le64
UniqueId
;
member
2469
__le64
UniqueId
; /* inode number */
member
2538
__le64
UniqueId
; /* inode num - le since Samba puts ino in low 32 bit*/
member
H
A
D
inode.c
245
fattr->cf_uniqueid = le64_to_cpu(info->
UniqueId
);
in cifs_unix_basic_to_fattr()
1196
fattr->cf_uniqueid = le64_to_cpu(si->
UniqueId
);
in cifs_get_fattr()
2368
if (tmprc == 0 && (info_buf_source->
UniqueId
==
2369
info_buf_target->
UniqueId
)) {
2377
* checking the
UniqueId
via FILE_INTERNAL_INFO
H
A
D
cifssmb.c
4298
*inode_number = le64_to_cpu(pfinfo->
UniqueId
);
in CIFSGetSrvInodeNumber()
/kernel/linux/linux-5.10/fs/cifs/
H
A
D
readdir.c
552
de->ino = le64_to_cpu(info->basic.
UniqueId
);
in cifs_fill_dirent_unix()
577
de->ino = le64_to_cpu(info->
UniqueId
);
in cifs_fill_dirent_search()
H
A
D
inode.c
240
fattr->cf_uniqueid = le64_to_cpu(info->
UniqueId
);
1011
fattr.cf_uniqueid = le64_to_cpu(si->
UniqueId
);
2139
if (tmprc == 0 && (info_buf_source->
UniqueId
==
2140
info_buf_target->
UniqueId
)) {
2148
* checking the
UniqueId
via FILE_INTERNAL_INFO
H
A
D
cifspdu.h
2371
__le64
UniqueId
;
member
2516
__le64
UniqueId
; /* inode number */
member
2582
__le64
UniqueId
; /* inode num - le since Samba puts ino in low 32 bit*/
member
H
A
D
cifssmb.c
4831
*inode_number = le64_to_cpu(pfinfo->
UniqueId
);
in CIFSGetSrvInodeNumber()
/kernel/linux/linux-5.10/tools/perf/scripts/python/
H
A
D
exported-sql-viewer.py
3201
def
UniqueId
(self):
member in ReportVars
3211
model_name = "Branch Events " + str(event_id) + " " + report_vars.
UniqueId
()
4196
self.data_model = LookupCreateModel("Top Calls " + report_vars.
UniqueId
(), lambda: TopCallsModel(glb, report_vars))
/kernel/linux/linux-6.6/tools/perf/scripts/python/
H
A
D
exported-sql-viewer.py
3202
def
UniqueId
(self):
member in ReportVars
3212
model_name = "Branch Events " + str(event_id) + " " + report_vars.
UniqueId
()
4197
self.data_model = LookupCreateModel("Top Calls " + report_vars.
UniqueId
(), lambda: TopCallsModel(glb, report_vars))
Completed in 60 milliseconds