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_LEAF
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/fs/jfs/
H
A
D
jfs_dtree.c
641
if (p->header.flag &
BT_LEAF
) {
in dtSearch()
660
if (p->header.flag &
BT_LEAF
) {
in dtSearch()
730
if (p->header.flag &
BT_LEAF
) {
in dtSearch()
1170
case
BT_LEAF
:
in dtSplitUp()
1516
case
BT_LEAF
:
in dtSplitPage()
1574
if ((rp->header.flag &
BT_LEAF
) && DO_INDEX(ip)) {
in dtSplitPage()
1928
(sp->header.flag &
BT_LEAF
) ?
BT_LEAF
: BT_INTERNAL;
in dtSplitRoot()
1988
if ((rp->header.flag &
BT_LEAF
) && DO_INDEX(ip)) {
in dtSplitRoot()
2032
if (sp->header.flag &
BT_LEAF
) {
in dtSplitRoot()
[all...]
H
A
D
jfs_xtree.c
278
(p->header.flag &
BT_LEAF
) &&
in xtSearch()
379
if (p->header.flag &
BT_LEAF
) {
in xtSearch()
437
if (p->header.flag &
BT_LEAF
) {
in xtSearch()
1260
(sp->header.flag &
BT_LEAF
) ?
BT_LEAF
: BT_INTERNAL;
in xtSplitRoot()
1318
sp->header.flag &= ~
BT_LEAF
;
in xtSplitRoot()
2416
fp->header.flag |=
BT_LEAF
;
in xtDeleteUp()
2468
p->header.flag |=
BT_LEAF
;
in xtDeleteUp()
2919
if (p->header.flag &
BT_LEAF
) {
in xtSearchNode()
3073
p->header.flag = DXD_INDEX | BT_ROOT |
BT_LEAF
;
in xtInitRoot()
[all...]
H
A
D
jfs_btree.h
31
#define
BT_LEAF
0x02 /* leaf page */
macro
/kernel/linux/linux-6.6/fs/jfs/
H
A
D
jfs_dtree.c
641
if (p->header.flag &
BT_LEAF
) {
in dtSearch()
660
if (p->header.flag &
BT_LEAF
) {
in dtSearch()
730
if (p->header.flag &
BT_LEAF
) {
in dtSearch()
1170
case
BT_LEAF
:
in dtSplitUp()
1516
case
BT_LEAF
:
in dtSplitPage()
1574
if ((rp->header.flag &
BT_LEAF
) && DO_INDEX(ip)) {
in dtSplitPage()
1928
(sp->header.flag &
BT_LEAF
) ?
BT_LEAF
: BT_INTERNAL;
in dtSplitRoot()
1988
if ((rp->header.flag &
BT_LEAF
) && DO_INDEX(ip)) {
in dtSplitRoot()
2032
if (sp->header.flag &
BT_LEAF
) {
in dtSplitRoot()
[all...]
H
A
D
jfs_xtree.c
267
(p->header.flag &
BT_LEAF
) &&
in xtSearch()
368
if (p->header.flag &
BT_LEAF
) {
in xtSearch()
426
if (p->header.flag &
BT_LEAF
) {
in xtSearch()
1249
(sp->header.flag &
BT_LEAF
) ?
BT_LEAF
: BT_INTERNAL;
in xtSplitRoot()
1307
sp->header.flag &= ~
BT_LEAF
;
in xtSplitRoot()
2112
p->header.flag = DXD_INDEX | BT_ROOT |
BT_LEAF
;
in xtInitRoot()
2472
p->header.flag |=
BT_LEAF
;
in xtTruncate()
2621
p->header.flag |=
BT_LEAF
;
in xtTruncate()
H
A
D
jfs_btree.h
31
#define
BT_LEAF
0x02 /* leaf page */
macro
Completed in 13 milliseconds