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:lengthOfImpUse
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-6.6/fs/udf/
H
A
D
directory.c
31
if (le16_to_cpu(iter->fi.
lengthOfImpUse
) & 3) {
in udf_verify_fi()
93
le16_to_cpu(iter->fi.
lengthOfImpUse
);
in udf_copy_fi()
109
le16_to_cpu(iter->fi.
lengthOfImpUse
);
in udf_copy_fi()
382
le16_to_cpu(fi->
lengthOfImpUse
));
in udf_copy_fi_to_bufs()
383
off += le16_to_cpu(fi->
lengthOfImpUse
);
in udf_copy_fi_to_bufs()
H
A
D
ecma_167.h
362
__le32
lengthOfImpUse
;
member
473
__le16
lengthOfImpUse
;
member
H
A
D
udfdecl.h
134
le16_to_cpu(cfi->
lengthOfImpUse
) + cfi->lengthFileIdent,
in udf_dir_entry_len()
H
A
D
namei.c
204
if (iter.fi.
lengthOfImpUse
!= cpu_to_le16(0))
in udf_expand_dir_adinicb()
252
iter->fi.
lengthOfImpUse
= cpu_to_le16(0);
in udf_fiiter_add_entry()
308
iter->fi.
lengthOfImpUse
= cpu_to_le16(0);
in udf_fiiter_add_entry()
H
A
D
super.c
1592
impuselen = le32_to_cpu(lvid->
lengthOfImpUse
);
in udf_load_logicalvolint()
/kernel/linux/linux-5.10/fs/udf/
H
A
D
directory.c
188
fi->lengthFileIdent + le16_to_cpu(fi->
lengthOfImpUse
);
in udf_get_fileident()
H
A
D
dir.c
159
liu = le16_to_cpu(cfi.
lengthOfImpUse
);
in udf_readdir()
H
A
D
ecma_167.h
362
__le32
lengthOfImpUse
;
member
473
__le16
lengthOfImpUse
;
member
H
A
D
udfdecl.h
130
le16_to_cpu(cfi->
lengthOfImpUse
) + cfi->lengthFileIdent,
in udf_dir_entry_len()
H
A
D
namei.c
51
uint16_t liu = le16_to_cpu(cfi->
lengthOfImpUse
);
in udf_write_fi()
228
liu = le16_to_cpu(cfi->
lengthOfImpUse
);
in udf_find_entry()
419
cfi->
lengthOfImpUse
= cpu_to_le16(0);
in udf_add_entry()
532
cfi->
lengthOfImpUse
= cpu_to_le16(0);
in udf_add_entry()
H
A
D
super.c
1586
impuselen = le32_to_cpu(lvid->
lengthOfImpUse
);
in udf_load_logicalvolint()
H
A
D
inode.c
392
le16_to_cpu(sfi->
lengthOfImpUse
))) {
in udf_expand_dir_adinicb()
Completed in 19 milliseconds