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_DIR
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/fs/exfat/
H
A
D
dir.c
81
if (ei->type !=
TYPE_DIR
)
in exfat_readdir()
131
if (type != TYPE_FILE && type !=
TYPE_DIR
) {
in exfat_readdir()
354
return
TYPE_DIR
;
in exfat_get_entry_type()
396
} else if (type ==
TYPE_DIR
) {
in exfat_set_entry_type()
761
if (type != TYPE_FILE && type !=
TYPE_DIR
)
in exfat_validate_entry()
1011
if (entry_type == TYPE_FILE || entry_type ==
TYPE_DIR
) {
in exfat_find_dir_entry()
1195
if (entry_type !=
TYPE_DIR
)
in exfat_count_dir_entries()
H
A
D
namei.c
511
if (type ==
TYPE_DIR
) {
in exfat_add_entry()
691
if (info->type ==
TYPE_DIR
) {
in exfat_find()
859
err = exfat_add_entry(dir, dentry->d_name.name, &cdir,
TYPE_DIR
,
in exfat_mkdir()
919
if (type != TYPE_FILE && type !=
TYPE_DIR
)
in exfat_check_dir_empty()
1261
if (new_entry_type ==
TYPE_DIR
) {
in __exfat_rename()
1313
if (new_entry_type ==
TYPE_DIR
&&
in __exfat_rename()
H
A
D
exfat_fs.h
55
#define
TYPE_DIR
0x0104
macro
H
A
D
file.c
106
if (ei->type != TYPE_FILE && ei->type !=
TYPE_DIR
)
in __exfat_truncate()
H
A
D
inode.c
28
bool is_dir = (ei->type ==
TYPE_DIR
) ? true : false;
in __exfat_write_inode()
H
A
D
super.c
342
ei->type =
TYPE_DIR
;
in exfat_read_root()
/kernel/linux/linux-6.6/fs/exfat/
H
A
D
dir.c
82
if (ei->type !=
TYPE_DIR
)
in exfat_readdir()
131
if (type != TYPE_FILE && type !=
TYPE_DIR
) {
in exfat_readdir()
363
return
TYPE_DIR
;
in exfat_get_entry_type()
411
} else if (type ==
TYPE_DIR
) {
in exfat_set_entry_type()
794
if (type != TYPE_FILE && type !=
TYPE_DIR
)
in exfat_validate_entry()
1048
if (entry_type == TYPE_FILE || entry_type ==
TYPE_DIR
) {
in exfat_find_dir_entry()
1235
if (entry_type !=
TYPE_DIR
)
in exfat_count_dir_entries()
H
A
D
namei.c
521
if (type ==
TYPE_DIR
) {
in exfat_add_entry()
692
if (info->type ==
TYPE_DIR
) {
in exfat_find()
859
err = exfat_add_entry(dir, dentry->d_name.name, &cdir,
TYPE_DIR
,
in exfat_mkdir()
917
if (type != TYPE_FILE && type !=
TYPE_DIR
)
in exfat_check_dir_empty()
1220
if (new_entry_type ==
TYPE_DIR
) {
in __exfat_rename()
1272
if (new_entry_type ==
TYPE_DIR
&&
in __exfat_rename()
H
A
D
file.c
106
if (ei->type != TYPE_FILE && ei->type !=
TYPE_DIR
)
in __exfat_truncate()
H
A
D
exfat_fs.h
63
#define
TYPE_DIR
0x0104
macro
H
A
D
inode.c
28
bool is_dir = (ei->type ==
TYPE_DIR
) ? true : false;
in __exfat_write_inode()
H
A
D
super.c
342
ei->type =
TYPE_DIR
;
in exfat_read_root()
Completed in 14 milliseconds