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:btree1
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/fs/hpfs/
H
A
D
anode.c
276
struct bplus_header *
btree1
= btree;
in hpfs_remove_btree()
local
287
while (bp_internal(
btree1
)) {
in hpfs_remove_btree()
288
ano = le32_to_cpu(
btree1
->u.internal[pos].down);
in hpfs_remove_btree()
294
btree1
= &anode->btree;
in hpfs_remove_btree()
298
for (i = 0; i <
btree1
->n_used_nodes; i++)
in hpfs_remove_btree()
299
hpfs_free_sectors(s, le32_to_cpu(
btree1
->u.external[i].disk_secno), le32_to_cpu(
btree1
->u.external[i].length));
in hpfs_remove_btree()
310
btree1
= &anode->btree;
in hpfs_remove_btree()
311
} else
btree1
= btree;
in hpfs_remove_btree()
312
for (i = 0; i <
btree1
in hpfs_remove_btree()
[all...]
/kernel/linux/linux-6.6/fs/hpfs/
H
A
D
anode.c
276
struct bplus_header *
btree1
= btree;
in hpfs_remove_btree()
local
287
while (bp_internal(
btree1
)) {
in hpfs_remove_btree()
288
ano = le32_to_cpu(
btree1
->u.internal[pos].down);
in hpfs_remove_btree()
294
btree1
= &anode->btree;
in hpfs_remove_btree()
298
for (i = 0; i <
btree1
->n_used_nodes; i++)
in hpfs_remove_btree()
299
hpfs_free_sectors(s, le32_to_cpu(
btree1
->u.external[i].disk_secno), le32_to_cpu(
btree1
->u.external[i].length));
in hpfs_remove_btree()
310
btree1
= &anode->btree;
in hpfs_remove_btree()
311
} else
btree1
= btree;
in hpfs_remove_btree()
312
for (i = 0; i <
btree1
in hpfs_remove_btree()
[all...]
/kernel/linux/linux-5.10/fs/xfs/libxfs/
H
A
D
xfs_da_btree.c
868
struct xfs_da_node_entry *
btree1
;
in xfs_da3_node_rebalance()
local
886
btree1
= nodehdr1.btree;
in xfs_da3_node_rebalance()
894
((be32_to_cpu(btree2[0].hashval) < be32_to_cpu(
btree1
[0].hashval)) ||
in xfs_da3_node_rebalance()
896
be32_to_cpu(
btree1
[nodehdr1.count - 1].hashval)))) {
in xfs_da3_node_rebalance()
902
btree1
= nodehdr1.btree;
in xfs_da3_node_rebalance()
932
btree_s = &
btree1
[nodehdr1.count - count];
in xfs_da3_node_rebalance()
944
btree_d = &
btree1
[nodehdr1.count];
in xfs_da3_node_rebalance()
985
btree1
= nodehdr1.btree;
in xfs_da3_node_rebalance()
988
blk1->hashval = be32_to_cpu(
btree1
[nodehdr1.count - 1].hashval);
in xfs_da3_node_rebalance()
1767
struct xfs_da_node_entry *
btree1
;
in xfs_da3_node_order()
local
[all...]
/kernel/linux/linux-6.6/fs/xfs/libxfs/
H
A
D
xfs_da_btree.c
882
struct xfs_da_node_entry *
btree1
;
in xfs_da3_node_rebalance()
local
900
btree1
= nodehdr1.btree;
in xfs_da3_node_rebalance()
908
((be32_to_cpu(btree2[0].hashval) < be32_to_cpu(
btree1
[0].hashval)) ||
in xfs_da3_node_rebalance()
910
be32_to_cpu(
btree1
[nodehdr1.count - 1].hashval)))) {
in xfs_da3_node_rebalance()
914
btree1
= nodehdr1.btree;
in xfs_da3_node_rebalance()
944
btree_s = &
btree1
[nodehdr1.count - count];
in xfs_da3_node_rebalance()
956
btree_d = &
btree1
[nodehdr1.count];
in xfs_da3_node_rebalance()
997
btree1
= nodehdr1.btree;
in xfs_da3_node_rebalance()
1000
blk1->hashval = be32_to_cpu(
btree1
[nodehdr1.count - 1].hashval);
in xfs_da3_node_rebalance()
1779
struct xfs_da_node_entry *
btree1
;
in xfs_da3_node_order()
local
[all...]
Completed in 6 milliseconds