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:HFS_CDR_FIL
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/fs/hfs/
H
A
D
catalog.c
51
rec->type =
HFS_CDR_FIL
;
in hfs_cat_build_record()
240
if (type ==
HFS_CDR_FIL
) {
in hfs_cat_delete()
356
if (type ==
HFS_CDR_FIL
&& !(entry.file.Flags & HFS_FIL_THD))
in hfs_cat_move()
370
entry_size = hfs_cat_build_thread(sb, &entry, type ==
HFS_CDR_FIL
? HFS_CDR_FTH : HFS_CDR_THD,
in hfs_cat_move()
H
A
D
inode.c
303
case
HFS_CDR_FIL
:
in hfs_test_inode()
339
case
HFS_CDR_FIL
:
in hfs_read_inode()
395
case
HFS_CDR_FIL
:
in hfs_iget()
492
if (rec.type !=
HFS_CDR_FIL
||
in hfs_write_inode()
H
A
D
hfs.h
54
#define
HFS_CDR_FIL
0x02 /* file */
macro
H
A
D
dir.c
128
} else if (type ==
HFS_CDR_FIL
) {
in hfs_readdir()
/kernel/linux/linux-6.6/fs/hfs/
H
A
D
catalog.c
51
rec->type =
HFS_CDR_FIL
;
in hfs_cat_build_record()
240
if (type ==
HFS_CDR_FIL
) {
in hfs_cat_delete()
356
if (type ==
HFS_CDR_FIL
&& !(entry.file.Flags & HFS_FIL_THD))
in hfs_cat_move()
370
entry_size = hfs_cat_build_thread(sb, &entry, type ==
HFS_CDR_FIL
? HFS_CDR_FTH : HFS_CDR_THD,
in hfs_cat_move()
H
A
D
inode.c
307
case
HFS_CDR_FIL
:
in hfs_test_inode()
343
case
HFS_CDR_FIL
:
in hfs_read_inode()
399
case
HFS_CDR_FIL
:
in hfs_iget()
496
if (rec.type !=
HFS_CDR_FIL
||
in hfs_write_inode()
H
A
D
hfs.h
54
#define
HFS_CDR_FIL
0x02 /* file */
macro
H
A
D
dir.c
128
} else if (type ==
HFS_CDR_FIL
) {
in hfs_readdir()
Completed in 6 milliseconds