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:inobt_mnr
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/fs/xfs/libxfs/
H
A
D
xfs_shared.h
165
unsigned int
inobt_mnr
[2]; /* min inobt btree records */
member
H
A
D
xfs_ialloc_btree.c
29
return M_IGEO(cur->bc_mp)->
inobt_mnr
[level != 0];
in xfs_inobt_get_minrecs()
649
return xfs_btree_calc_size(M_IGEO(mp)->
inobt_mnr
,
in xfs_inobt_max_size()
765
return xfs_btree_calc_size(M_IGEO(mp)->
inobt_mnr
, len);
in xfs_iallocbt_calc_size()
H
A
D
xfs_ialloc.c
2818
igeo->
inobt_mnr
[0] = igeo->inobt_mxr[0] / 2;
in xfs_ialloc_setup_geometry()
2819
igeo->
inobt_mnr
[1] = igeo->inobt_mxr[1] / 2;
in xfs_ialloc_setup_geometry()
2832
igeo->inobt_maxlevels = xfs_btree_compute_maxlevels(igeo->
inobt_mnr
,
in xfs_ialloc_setup_geometry()
/kernel/linux/linux-6.6/fs/xfs/libxfs/
H
A
D
xfs_shared.h
170
unsigned int
inobt_mnr
[2]; /* min inobt btree records */
member
H
A
D
xfs_ialloc_btree.c
32
return M_IGEO(cur->bc_mp)->
inobt_mnr
[level != 0];
in xfs_inobt_get_minrecs()
719
return xfs_btree_calc_size(M_IGEO(mp)->
inobt_mnr
,
in xfs_inobt_max_size()
826
return xfs_btree_calc_size(M_IGEO(mp)->
inobt_mnr
, len);
in xfs_iallocbt_calc_size()
H
A
D
xfs_ialloc.c
2805
igeo->
inobt_mnr
[0] = igeo->inobt_mxr[0] / 2;
in xfs_ialloc_setup_geometry()
2806
igeo->
inobt_mnr
[1] = igeo->inobt_mxr[1] / 2;
in xfs_ialloc_setup_geometry()
2819
igeo->inobt_maxlevels = xfs_btree_compute_maxlevels(igeo->
inobt_mnr
,
in xfs_ialloc_setup_geometry()
Completed in 13 milliseconds