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:BT_INTERNAL
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/fs/jfs/
H
A
D
jfs_xtree.c
1260
(sp->header.flag & BT_LEAF) ? BT_LEAF :
BT_INTERNAL
;
in xtSplitRoot()
1319
sp->header.flag |=
BT_INTERNAL
;
in xtSplitRoot()
1439
if (p->header.flag &
BT_INTERNAL
) {
in xtExtend()
1604
if (p->header.flag &
BT_INTERNAL
) {
in xtTailgate()
1937
if (p->header.flag &
BT_INTERNAL
) {
in xtUpdate()
2091
if (p->header.flag &
BT_INTERNAL
) {
in xtUpdate()
2415
fp->header.flag &= ~
BT_INTERNAL
;
in xtDeleteUp()
2467
p->header.flag &= ~
BT_INTERNAL
;
in xtDeleteUp()
3256
if (p->header.flag &
BT_INTERNAL
)
in xtTruncate()
3432
p->header.flag &= ~
BT_INTERNAL
;
in xtTruncate()
[all...]
H
A
D
jfs_btree.h
32
#define
BT_INTERNAL
0x04 /* internal page */
macro
H
A
D
jfs_dtree.c
1204
case
BT_INTERNAL
:
in dtSplitUp()
1525
case
BT_INTERNAL
:
in dtSplitPage()
1928
(sp->header.flag & BT_LEAF) ? BT_LEAF :
BT_INTERNAL
;
in dtSplitRoot()
2034
sp->header.flag |=
BT_INTERNAL
;
in dtSplitRoot()
3086
if (p->header.flag &
BT_INTERNAL
) {
in jfs_readdir()
4375
ASSERT(p->header.flag &
BT_INTERNAL
);
in dtTruncateEntry()
/kernel/linux/linux-6.6/fs/jfs/
H
A
D
jfs_xtree.c
1249
(sp->header.flag & BT_LEAF) ? BT_LEAF :
BT_INTERNAL
;
in xtSplitRoot()
1308
sp->header.flag |=
BT_INTERNAL
;
in xtSplitRoot()
1428
if (p->header.flag &
BT_INTERNAL
) {
in xtExtend()
1722
if (p->header.flag &
BT_INTERNAL
) {
in xtUpdate()
1876
if (p->header.flag &
BT_INTERNAL
) {
in xtUpdate()
2295
if (p->header.flag &
BT_INTERNAL
)
in xtTruncate()
2471
p->header.flag &= ~
BT_INTERNAL
;
in xtTruncate()
2620
p->header.flag &= ~
BT_INTERNAL
;
in xtTruncate()
2801
if (p->header.flag &
BT_INTERNAL
)
in xtTruncate_pmap()
H
A
D
jfs_btree.h
32
#define
BT_INTERNAL
0x04 /* internal page */
macro
H
A
D
jfs_dtree.c
1204
case
BT_INTERNAL
:
in dtSplitUp()
1525
case
BT_INTERNAL
:
in dtSplitPage()
1928
(sp->header.flag & BT_LEAF) ? BT_LEAF :
BT_INTERNAL
;
in dtSplitRoot()
2034
sp->header.flag |=
BT_INTERNAL
;
in dtSplitRoot()
2788
if (p->header.flag &
BT_INTERNAL
) {
in jfs_readdir()
4077
ASSERT(p->header.flag &
BT_INTERNAL
);
in dtTruncateEntry()
Completed in 15 milliseconds