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:TYPE_EXTEND
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/fs/exfat/
H
A
D
dir.c
52
if (exfat_get_entry_type(ep) !=
TYPE_EXTEND
)
in exfat_get_uniname_from_ext_entry()
372
return
TYPE_EXTEND
;
in exfat_get_entry_type()
388
} else if (type ==
TYPE_EXTEND
) {
in exfat_set_entry_type()
421
exfat_set_entry_type(ep,
TYPE_EXTEND
);
in exfat_init_name_entry()
771
if (type !=
TYPE_EXTEND
)
in exfat_validate_entry()
778
if (type !=
TYPE_EXTEND
) {
in exfat_validate_entry()
785
if (type ==
TYPE_EXTEND
|| type == TYPE_STREAM)
in exfat_validate_entry()
1046
if (entry_type ==
TYPE_EXTEND
) {
in exfat_find_dir_entry()
1163
if (type ==
TYPE_EXTEND
|| type == TYPE_STREAM)
in exfat_count_ext_entries()
H
A
D
exfat_fs.h
59
#define
TYPE_EXTEND
0x0202
macro
/kernel/linux/linux-6.6/fs/exfat/
H
A
D
dir.c
53
if (exfat_get_entry_type(ep) !=
TYPE_EXTEND
)
in exfat_get_uniname_from_ext_entry()
381
return
TYPE_EXTEND
;
in exfat_get_entry_type()
403
} else if (type ==
TYPE_EXTEND
) {
in exfat_set_entry_type()
436
exfat_set_entry_type(ep,
TYPE_EXTEND
);
in exfat_init_name_entry()
804
if (type !=
TYPE_EXTEND
)
in exfat_validate_entry()
811
else if (type !=
TYPE_EXTEND
)
in exfat_validate_entry()
1081
if (entry_type ==
TYPE_EXTEND
) {
in exfat_find_dir_entry()
H
A
D
exfat_fs.h
67
#define
TYPE_EXTEND
0x0202
macro
Completed in 6 milliseconds