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:bestsp
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/fs/xfs/libxfs/
H
A
D
xfs_dir2_leaf.c
378
__be16 *
bestsp
; /* leaf's
bestsp
entries */
in xfs_dir2_block_to_leaf()
local
467
bestsp
= xfs_dir2_leaf_bests_p(ltp);
in xfs_dir2_block_to_leaf()
468
bestsp
[0] = bf[0].length;
in xfs_dir2_block_to_leaf()
610
__be16 *
bestsp
; /* freespace table in leaf */
in xfs_dir2_leaf_addname()
local
655
bestsp
= xfs_dir2_leaf_bests_p(ltp);
in xfs_dir2_leaf_addname()
671
ASSERT(
bestsp
[i] != cpu_to_be16(NULLDATAOFF));
in xfs_dir2_leaf_addname()
672
if (be16_to_cpu(
bestsp
[i]) >= length) {
in xfs_dir2_leaf_addname()
685
if (
bestsp
[i] == cpu_to_be16(NULLDATAOFF) &&
in xfs_dir2_leaf_addname()
688
else if (be16_to_cpu(
bestsp
[
in xfs_dir2_leaf_addname()
1340
__be16 *
bestsp
; /* leaf block best freespace */
xfs_dir2_leaf_removename()
local
1592
__be16 *
bestsp
; /* leaf bests table */
xfs_dir2_leaf_trim_data()
local
[all...]
H
A
D
xfs_dir2_block.c
927
__be16 *
bestsp
; /* leaf bests table */
in xfs_dir2_leaf_to_block()
local
968
bestsp
= xfs_dir2_leaf_bests_p(ltp);
in xfs_dir2_leaf_to_block()
969
if (be16_to_cpu(
bestsp
[be32_to_cpu(ltp->bestcount) - 1]) ==
in xfs_dir2_leaf_to_block()
/kernel/linux/linux-6.6/fs/xfs/libxfs/
H
A
D
xfs_dir2_leaf.c
387
__be16 *
bestsp
; /* leaf's
bestsp
entries */
in xfs_dir2_block_to_leaf()
local
476
bestsp
= xfs_dir2_leaf_bests_p(ltp);
in xfs_dir2_block_to_leaf()
477
bestsp
[0] = bf[0].length;
in xfs_dir2_block_to_leaf()
619
__be16 *
bestsp
; /* freespace table in leaf */
in xfs_dir2_leaf_addname()
local
664
bestsp
= xfs_dir2_leaf_bests_p(ltp);
in xfs_dir2_leaf_addname()
680
ASSERT(
bestsp
[i] != cpu_to_be16(NULLDATAOFF));
in xfs_dir2_leaf_addname()
681
if (be16_to_cpu(
bestsp
[i]) >= length) {
in xfs_dir2_leaf_addname()
694
if (
bestsp
[i] == cpu_to_be16(NULLDATAOFF) &&
in xfs_dir2_leaf_addname()
697
else if (be16_to_cpu(
bestsp
[
in xfs_dir2_leaf_addname()
1349
__be16 *
bestsp
; /* leaf block best freespace */
xfs_dir2_leaf_removename()
local
1601
__be16 *
bestsp
; /* leaf bests table */
xfs_dir2_leaf_trim_data()
local
[all...]
H
A
D
xfs_dir2_block.c
927
__be16 *
bestsp
; /* leaf bests table */
in xfs_dir2_leaf_to_block()
local
968
bestsp
= xfs_dir2_leaf_bests_p(ltp);
in xfs_dir2_leaf_to_block()
969
if (be16_to_cpu(
bestsp
[be32_to_cpu(ltp->bestcount) - 1]) ==
in xfs_dir2_leaf_to_block()
Completed in 6 milliseconds