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:HFSPLUS_FILE
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/fs/hfsplus/
H
A
D
xattr.c
311
} else if (be16_to_cpu(entry.type) ==
HFSPLUS_FILE
) {
in __hfsplus_setxattr()
372
} else if (cat_entry_type ==
HFSPLUS_FILE
) {
in __hfsplus_setxattr()
470
} else if (entry_type ==
HFSPLUS_FILE
) {
in hfsplus_getxattr_finder_info()
637
} else if (entry_type ==
HFSPLUS_FILE
) {
in hfsplus_listxattr_finder_info()
818
} else if (cat_entry_type ==
HFSPLUS_FILE
) {
in hfsplus_removexattr()
H
A
D
catalog.c
134
file->type = cpu_to_be16(
HFSPLUS_FILE
);
in hfsplus_cat_build_record()
381
if (type ==
HFSPLUS_FILE
) {
in hfsplus_delete_cat()
423
if (type ==
HFSPLUS_FILE
|| type == HFSPLUS_FOLDER) {
in hfsplus_delete_cat()
H
A
D
dir.c
70
} else if (type ==
HFSPLUS_FILE
) {
in hfsplus_lookup()
224
} else if (type ==
HFSPLUS_FILE
) {
in hfsplus_readdir()
H
A
D
hfsplus_raw.h
334
#define
HFSPLUS_FILE
0x0002
macro
H
A
D
inode.c
521
} else if (type ==
HFSPLUS_FILE
) {
in hfsplus_cat_read_inode()
/kernel/linux/linux-6.6/fs/hfsplus/
H
A
D
xattr.c
310
} else if (be16_to_cpu(entry.type) ==
HFSPLUS_FILE
) {
in __hfsplus_setxattr()
371
} else if (cat_entry_type ==
HFSPLUS_FILE
) {
in __hfsplus_setxattr()
469
} else if (entry_type ==
HFSPLUS_FILE
) {
in hfsplus_getxattr_finder_info()
636
} else if (entry_type ==
HFSPLUS_FILE
) {
in hfsplus_listxattr_finder_info()
817
} else if (cat_entry_type ==
HFSPLUS_FILE
) {
in hfsplus_removexattr()
H
A
D
catalog.c
134
file->type = cpu_to_be16(
HFSPLUS_FILE
);
in hfsplus_cat_build_record()
381
if (type ==
HFSPLUS_FILE
) {
in hfsplus_delete_cat()
423
if (type ==
HFSPLUS_FILE
|| type == HFSPLUS_FOLDER) {
in hfsplus_delete_cat()
H
A
D
dir.c
70
} else if (type ==
HFSPLUS_FILE
) {
in hfsplus_lookup()
224
} else if (type ==
HFSPLUS_FILE
) {
in hfsplus_readdir()
H
A
D
hfsplus_raw.h
338
#define
HFSPLUS_FILE
0x0002
macro
H
A
D
inode.c
536
} else if (type ==
HFSPLUS_FILE
) {
in hfsplus_cat_read_inode()
Completed in 10 milliseconds