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_IS_RSRC
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/fs/hfs/
H
A
D
attr.c
30
if (!S_ISREG(inode->i_mode) ||
HFS_IS_RSRC
(inode))
in __hfs_setxattr()
76
if (!S_ISREG(inode->i_mode) ||
HFS_IS_RSRC
(inode))
in __hfs_getxattr()
H
A
D
inode.c
340
if (!
HFS_IS_RSRC
(inode)) {
in hfs_read_inode()
447
if (
HFS_IS_RSRC
(inode))
in hfs_write_inode()
478
} else if (
HFS_IS_RSRC
(inode)) {
in hfs_write_inode()
520
if (
HFS_IS_RSRC
(dir) || strcmp(dentry->d_name.name, "rsrc"))
in hfs_file_lookup()
561
if (
HFS_IS_RSRC
(inode) && HFS_I(inode)->rsrc_inode) {
in hfs_evict_inode()
569
if (
HFS_IS_RSRC
(inode))
in hfs_file_open()
579
if (
HFS_IS_RSRC
(inode))
in hfs_file_release()
H
A
D
hfs_fs.h
93
#define
HFS_IS_RSRC
(inode) (HFS_I(inode)->flags & HFS_FLG_RSRC)
macro
H
A
D
extent.c
115
HFS_IS_RSRC
(inode) ? HFS_FK_RSRC : HFS_FK_DATA);
in __hfs_ext_write_extent()
180
block,
HFS_IS_RSRC
(inode) ? HFS_FK_RSRC : HFS_FK_DATA);
in __hfs_ext_cache_extent()
/kernel/linux/linux-6.6/fs/hfs/
H
A
D
attr.c
30
if (!S_ISREG(inode->i_mode) ||
HFS_IS_RSRC
(inode))
in __hfs_setxattr()
76
if (!S_ISREG(inode->i_mode) ||
HFS_IS_RSRC
(inode))
in __hfs_getxattr()
H
A
D
inode.c
344
if (!
HFS_IS_RSRC
(inode)) {
in hfs_read_inode()
451
if (
HFS_IS_RSRC
(inode))
in hfs_write_inode()
482
} else if (
HFS_IS_RSRC
(inode)) {
in hfs_write_inode()
524
if (
HFS_IS_RSRC
(dir) || strcmp(dentry->d_name.name, "rsrc"))
in hfs_file_lookup()
565
if (
HFS_IS_RSRC
(inode) && HFS_I(inode)->rsrc_inode) {
in hfs_evict_inode()
573
if (
HFS_IS_RSRC
(inode))
in hfs_file_open()
583
if (
HFS_IS_RSRC
(inode))
in hfs_file_release()
H
A
D
hfs_fs.h
93
#define
HFS_IS_RSRC
(inode) (HFS_I(inode)->flags & HFS_FLG_RSRC)
macro
H
A
D
extent.c
115
HFS_IS_RSRC
(inode) ? HFS_FK_RSRC : HFS_FK_DATA);
in __hfs_ext_write_extent()
180
block,
HFS_IS_RSRC
(inode) ? HFS_FK_RSRC : HFS_FK_DATA);
in __hfs_ext_cache_extent()
Completed in 6 milliseconds