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:bestcount
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-6.6/fs/xfs/libxfs/
H
A
D
xfs_dir2_leaf.c
181
be32_to_cpu(ltp->
bestcount
))
in xfs_dir3_leaf_check_int()
340
ltp->
bestcount
= 0;
in xfs_dir3_leaf_init()
475
ltp->
bestcount
= cpu_to_be32(1);
in xfs_dir2_block_to_leaf()
679
ASSERT(i < be32_to_cpu(ltp->
bestcount
));
in xfs_dir2_leaf_addname()
690
for (i = 0; i < be32_to_cpu(ltp->
bestcount
); i++) {
in xfs_dir2_leaf_addname()
813
if (use_block >= be32_to_cpu(ltp->
bestcount
)) {
in xfs_dir2_leaf_addname()
816
be32_to_cpu(ltp->
bestcount
) * sizeof(bestsp[0]));
in xfs_dir2_leaf_addname()
817
be32_add_cpu(<p->
bestcount
, 1);
in xfs_dir2_leaf_addname()
820
be32_to_cpu(ltp->
bestcount
) - 1);
in xfs_dir2_leaf_addname()
1455
if (db == be32_to_cpu(ltp->
bestcount
)
in xfs_dir2_leaf_removename()
[all...]
H
A
D
xfs_da_format.h
437
__be32
bestcount
;
member
461
return (__be16 *)ltp - be32_to_cpu(ltp->
bestcount
);
in xfs_dir2_leaf_bests_p()
H
A
D
xfs_dir2_block.c
969
if (be16_to_cpu(bestsp[be32_to_cpu(ltp->
bestcount
) - 1]) ==
in xfs_dir2_leaf_to_block()
973
(xfs_dir2_db_t)(be32_to_cpu(ltp->
bestcount
) - 1))))
in xfs_dir2_leaf_to_block()
H
A
D
xfs_dir2_node.c
443
if (be32_to_cpu(ltp->
bestcount
) >
in xfs_dir2_leaf_to_node()
454
for (i = n = 0; i < be32_to_cpu(ltp->
bestcount
); i++, from++) {
in xfs_dir2_leaf_to_node()
465
freehdr.nvalid = be32_to_cpu(ltp->
bestcount
);
in xfs_dir2_leaf_to_node()
/kernel/linux/linux-5.10/fs/xfs/libxfs/
H
A
D
xfs_dir2_leaf.c
331
ltp->
bestcount
= 0;
in xfs_dir3_leaf_init()
466
ltp->
bestcount
= cpu_to_be32(1);
in xfs_dir2_block_to_leaf()
670
ASSERT(i < be32_to_cpu(ltp->
bestcount
));
in xfs_dir2_leaf_addname()
681
for (i = 0; i < be32_to_cpu(ltp->
bestcount
); i++) {
in xfs_dir2_leaf_addname()
804
if (use_block >= be32_to_cpu(ltp->
bestcount
)) {
in xfs_dir2_leaf_addname()
807
be32_to_cpu(ltp->
bestcount
) * sizeof(bestsp[0]));
in xfs_dir2_leaf_addname()
808
be32_add_cpu(<p->
bestcount
, 1);
in xfs_dir2_leaf_addname()
811
be32_to_cpu(ltp->
bestcount
) - 1);
in xfs_dir2_leaf_addname()
1446
if (db == be32_to_cpu(ltp->
bestcount
) - 1) {
in xfs_dir2_leaf_removename()
1459
(be32_to_cpu(ltp->
bestcount
)
in xfs_dir2_leaf_removename()
[all...]
H
A
D
xfs_da_format.h
436
__be32
bestcount
;
member
460
return (__be16 *)ltp - be32_to_cpu(ltp->
bestcount
);
in xfs_dir2_leaf_bests_p()
H
A
D
xfs_dir2_block.c
969
if (be16_to_cpu(bestsp[be32_to_cpu(ltp->
bestcount
) - 1]) ==
in xfs_dir2_leaf_to_block()
973
(xfs_dir2_db_t)(be32_to_cpu(ltp->
bestcount
) - 1))))
in xfs_dir2_leaf_to_block()
H
A
D
xfs_dir2_node.c
443
if (be32_to_cpu(ltp->
bestcount
) >
in xfs_dir2_leaf_to_node()
454
for (i = n = 0; i < be32_to_cpu(ltp->
bestcount
); i++, from++) {
in xfs_dir2_leaf_to_node()
465
freehdr.nvalid = be32_to_cpu(ltp->
bestcount
);
in xfs_dir2_leaf_to_node()
/kernel/linux/linux-5.10/fs/xfs/scrub/
H
A
D
dir.c
498
__u32
bestcount
;
in xchk_directory_leaf1_bestfree()
local
512
bestcount
= be32_to_cpu(ltp->
bestcount
);
in xchk_directory_leaf1_bestfree()
526
if (
bestcount
!= xfs_dir2_byte_to_db(geo, sc->ip->i_d.di_size)) {
in xchk_directory_leaf1_bestfree()
559
for (i = 0; i <
bestcount
; i++, bestp++) {
in xchk_directory_leaf1_bestfree()
/kernel/linux/linux-6.6/fs/xfs/scrub/
H
A
D
dir.c
465
__u32
bestcount
;
in xchk_directory_leaf1_bestfree()
local
479
bestcount
= be32_to_cpu(ltp->
bestcount
);
in xchk_directory_leaf1_bestfree()
497
if (
bestcount
!= last_data_db + 1) {
in xchk_directory_leaf1_bestfree()
530
for (i = 0; i <
bestcount
; i++, bestp++) {
in xchk_directory_leaf1_bestfree()
Completed in 20 milliseconds