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:INLINEEA
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/fs/jfs/
H
A
D
xattr.c
159
if (!(ji->mode2 &
INLINEEA
) && !(ji->ea.flag & DXD_INLINE))
in ea_write_inline()
167
ji->mode2 &= ~
INLINEEA
;
in ea_write_inline()
176
ji->mode2 |=
INLINEEA
;
in ea_write_inline()
294
ji->mode2 |=
INLINEEA
;
in ea_write()
449
(ji->mode2 &
INLINEEA
)) {
in ea_get()
604
ji->mode2 &= ~
INLINEEA
;
in ea_put()
635
ji->mode2 |=
INLINEEA
;
in ea_put()
641
ji->mode2 |=
INLINEEA
;
in ea_put()
H
A
D
jfs_dinode.h
110
*
INLINEEA
).
131
#define
INLINEEA
0x00040000 /* inline EA area free */
macro
H
A
D
jfs_inode.c
93
jfs_inode->mode2 |=
INLINEEA
| ISPARSE;
in ialloc()
H
A
D
jfs_xtree.c
704
(JFS_IP(ip)->mode2 &
INLINEEA
)) {
in xtSplitUp()
706
JFS_IP(ip)->mode2 &= ~
INLINEEA
;
in xtSplitUp()
3591
JFS_IP(ip)->mode2 |=
INLINEEA
;
in xtTruncate()
H
A
D
namei.c
962
JFS_IP(ip)->mode2 &= ~
INLINEEA
;
in jfs_symlink()
/kernel/linux/linux-6.6/fs/jfs/
H
A
D
xattr.c
159
if (!(ji->mode2 &
INLINEEA
) && !(ji->ea.flag & DXD_INLINE))
in ea_write_inline()
167
ji->mode2 &= ~
INLINEEA
;
in ea_write_inline()
176
ji->mode2 |=
INLINEEA
;
in ea_write_inline()
294
ji->mode2 |=
INLINEEA
;
in ea_write()
449
(ji->mode2 &
INLINEEA
)) {
in ea_get()
604
ji->mode2 &= ~
INLINEEA
;
in ea_put()
635
ji->mode2 |=
INLINEEA
;
in ea_put()
641
ji->mode2 |=
INLINEEA
;
in ea_put()
H
A
D
jfs_dinode.h
109
*
INLINEEA
).
137
#define
INLINEEA
0x00040000 /* inline EA area free */
macro
H
A
D
jfs_inode.c
93
jfs_inode->mode2 |=
INLINEEA
| ISPARSE;
in ialloc()
H
A
D
jfs_xtree.c
693
(JFS_IP(ip)->mode2 &
INLINEEA
)) {
in xtSplitUp()
695
JFS_IP(ip)->mode2 &= ~
INLINEEA
;
in xtSplitUp()
2630
JFS_IP(ip)->mode2 |=
INLINEEA
;
in xtTruncate()
H
A
D
namei.c
963
JFS_IP(ip)->mode2 &= ~
INLINEEA
;
in jfs_symlink()
Completed in 16 milliseconds