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 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/fs/udf/
H
A
D
ecma_167.h
578
__le64
uniqueID
;
member
774
__le64
uniqueID
;
member
809
__le64
uniqueID
;
member
H
A
D
super.c
2106
u64
uniqueID
;
in lvid_get_unique_id()
local
2117
ret =
uniqueID
= le64_to_cpu(lvhd->
uniqueID
);
in lvid_get_unique_id()
2118
if (!(++
uniqueID
& 0xFFFFFFFF))
in lvid_get_unique_id()
2119
uniqueID
+= 16;
in lvid_get_unique_id()
2120
lvhd->
uniqueID
= cpu_to_le64(
uniqueID
);
in lvid_get_unique_id()
H
A
D
inode.c
1488
iinfo->i_unique = le64_to_cpu(fe->
uniqueID
);
in udf_read_inode()
1503
iinfo->i_unique = le64_to_cpu(efe->
uniqueID
);
in udf_read_inode()
1786
fe->
uniqueID
= cpu_to_le64(iinfo->i_unique);
in udf_update_inode()
1823
efe->
uniqueID
= cpu_to_le64(iinfo->i_unique);
in udf_update_inode()
/kernel/linux/linux-6.6/fs/udf/
H
A
D
ecma_167.h
578
__le64
uniqueID
;
member
774
__le64
uniqueID
;
member
809
__le64
uniqueID
;
member
H
A
D
super.c
2066
u64
uniqueID
;
in lvid_get_unique_id()
local
2077
ret =
uniqueID
= le64_to_cpu(lvhd->
uniqueID
);
in lvid_get_unique_id()
2078
if (!(++
uniqueID
& 0xFFFFFFFF))
in lvid_get_unique_id()
2079
uniqueID
+= 16;
in lvid_get_unique_id()
2080
lvhd->
uniqueID
= cpu_to_le64(
uniqueID
);
in lvid_get_unique_id()
H
A
D
inode.c
1512
iinfo->i_unique = le64_to_cpu(fe->
uniqueID
);
in udf_read_inode()
1528
iinfo->i_unique = le64_to_cpu(efe->
uniqueID
);
in udf_read_inode()
1808
fe->
uniqueID
= cpu_to_le64(iinfo->i_unique);
in udf_update_inode()
1845
efe->
uniqueID
= cpu_to_le64(iinfo->i_unique);
in udf_update_inode()
Completed in 16 milliseconds