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:cat_entry_flags
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/fs/hfsplus/
H
A
D
xattr.c
264
u16
cat_entry_flags
, cat_entry_type;
in __hfsplus_setxattr()
local
362
cat_entry_flags
= hfs_bnode_read_u16(cat_fd.bnode,
in __hfsplus_setxattr()
365
cat_entry_flags
|= HFSPLUS_XATTR_EXISTS;
in __hfsplus_setxattr()
367
cat_entry_flags
|= HFSPLUS_ACL_EXISTS;
in __hfsplus_setxattr()
370
cat_entry_flags
);
in __hfsplus_setxattr()
373
cat_entry_flags
= hfs_bnode_read_u16(cat_fd.bnode,
in __hfsplus_setxattr()
376
cat_entry_flags
|= HFSPLUS_XATTR_EXISTS;
in __hfsplus_setxattr()
378
cat_entry_flags
|= HFSPLUS_ACL_EXISTS;
in __hfsplus_setxattr()
381
cat_entry_flags
);
in __hfsplus_setxattr()
/kernel/linux/linux-6.6/fs/hfsplus/
H
A
D
xattr.c
263
u16
cat_entry_flags
, cat_entry_type;
in __hfsplus_setxattr()
local
361
cat_entry_flags
= hfs_bnode_read_u16(cat_fd.bnode,
in __hfsplus_setxattr()
364
cat_entry_flags
|= HFSPLUS_XATTR_EXISTS;
in __hfsplus_setxattr()
366
cat_entry_flags
|= HFSPLUS_ACL_EXISTS;
in __hfsplus_setxattr()
369
cat_entry_flags
);
in __hfsplus_setxattr()
372
cat_entry_flags
= hfs_bnode_read_u16(cat_fd.bnode,
in __hfsplus_setxattr()
375
cat_entry_flags
|= HFSPLUS_XATTR_EXISTS;
in __hfsplus_setxattr()
377
cat_entry_flags
|= HFSPLUS_ACL_EXISTS;
in __hfsplus_setxattr()
380
cat_entry_flags
);
in __hfsplus_setxattr()
Completed in 3 milliseconds