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:bests
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/fs/xfs/libxfs/
H
A
D
xfs_dir2_node.c
257
to->
bests
= from3->
bests
;
in xfs_dir2_free_hdr_from_disk()
265
to->
bests
= from->
bests
;
in xfs_dir2_free_hdr_from_disk()
375
(char *)&hdr->
bests
[first] - (char *)free,
in xfs_dir2_free_log_bests()
376
(char *)&hdr->
bests
[last] - (char *)free +
in xfs_dir2_free_log_bests()
377
sizeof(hdr->
bests
[0]) - 1);
in xfs_dir2_free_log_bests()
458
freehdr.
bests
[i] = cpu_to_be16(off);
in xfs_dir2_leaf_to_node()
735
freehdr.
bests
[fi] ==
in xfs_dir2_leafn_lookup_for_addname()
742
if (be16_to_cpu(freehdr.
bests
[f
in xfs_dir2_leafn_lookup_for_addname()
[all...]
H
A
D
xfs_da_format.h
392
* The xfs_dir2_data_off_t members (
bests
) and tail are at the end of the block
455
* Get address of the
bests
array in the single-leaf block.
482
__be16
bests
[]; /* best free counts */
member
496
__be16
bests
[]; /* best free counts */
member
H
A
D
xfs_dir2_priv.h
39
__be16 *
bests
;
member
H
A
D
xfs_dir2_leaf.c
153
* Should factor in the size of the
bests
table as well.
in xfs_dir3_leaf_check_int()
159
/* Leaves and
bests
don't overlap in leaf format. */
in xfs_dir3_leaf_check_int()
325
* Caller is responsible for initialising the
bests
table.
in xfs_dir3_leaf_init()
463
* Set up leaf tail and
bests
table.
in xfs_dir2_block_to_leaf()
470
* Log the data header and leaf
bests
table.
in xfs_dir2_block_to_leaf()
802
* extend the
bests
table. Copy it up one entry.
in xfs_dir2_leaf_addname()
876
* If the
bests
table needs to be changed, do it.
in xfs_dir2_leaf_addname()
1051
* Log the
bests
entries indicated from a leaf1 block.
1416
* put the new value in the
bests
table and log that.
in xfs_dir2_leaf_removename()
1444
*
bests
tabl
in xfs_dir2_leaf_removename()
[all...]
/kernel/linux/linux-6.6/fs/xfs/libxfs/
H
A
D
xfs_dir2_node.c
257
to->
bests
= from3->
bests
;
in xfs_dir2_free_hdr_from_disk()
265
to->
bests
= from->
bests
;
in xfs_dir2_free_hdr_from_disk()
375
(char *)&hdr->
bests
[first] - (char *)free,
in xfs_dir2_free_log_bests()
376
(char *)&hdr->
bests
[last] - (char *)free +
in xfs_dir2_free_log_bests()
377
sizeof(hdr->
bests
[0]) - 1);
in xfs_dir2_free_log_bests()
458
freehdr.
bests
[i] = cpu_to_be16(off);
in xfs_dir2_leaf_to_node()
735
freehdr.
bests
[fi] ==
in xfs_dir2_leafn_lookup_for_addname()
742
if (be16_to_cpu(freehdr.
bests
[f
in xfs_dir2_leafn_lookup_for_addname()
[all...]
H
A
D
xfs_da_format.h
393
* The xfs_dir2_data_off_t members (
bests
) and tail are at the end of the block
456
* Get address of the
bests
array in the single-leaf block.
483
__be16
bests
[]; /* best free counts */
member
497
__be16
bests
[]; /* best free counts */
member
H
A
D
xfs_dir2_priv.h
39
__be16 *
bests
;
member
H
A
D
xfs_dir2_leaf.c
156
* Should factor in the size of the
bests
table as well.
in xfs_dir3_leaf_check_int()
162
/* Leaves and
bests
don't overlap in leaf format. */
in xfs_dir3_leaf_check_int()
334
* Caller is responsible for initialising the
bests
table.
in xfs_dir3_leaf_init()
472
* Set up leaf tail and
bests
table.
in xfs_dir2_block_to_leaf()
479
* Log the data header and leaf
bests
table.
in xfs_dir2_block_to_leaf()
811
* extend the
bests
table. Copy it up one entry.
in xfs_dir2_leaf_addname()
885
* If the
bests
table needs to be changed, do it.
in xfs_dir2_leaf_addname()
1060
* Log the
bests
entries indicated from a leaf1 block.
1425
* put the new value in the
bests
table and log that.
in xfs_dir2_leaf_removename()
1453
*
bests
tabl
in xfs_dir2_leaf_removename()
[all...]
/kernel/linux/linux-5.10/fs/xfs/scrub/
H
A
D
dir.c
537
/* Leaves and
bests
don't overlap in leaf format. */
in xchk_directory_leaf1_bestfree()
622
best = be16_to_cpu(freehdr.
bests
[i]);
in xchk_directory_free_bestfree()
/kernel/linux/linux-6.6/fs/xfs/scrub/
H
A
D
dir.c
508
/* Leaves and
bests
don't overlap in leaf format. */
in xchk_directory_leaf1_bestfree()
593
best = be16_to_cpu(freehdr.
bests
[i]);
in xchk_directory_free_bestfree()
Completed in 13 milliseconds