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:idx_size
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/fs/ubifs/
H
A
D
budget.c
169
long long
idx_size
;
in ubifs_calc_min_idx_lebs()
local
171
idx_size
= c->bi.old_idx_sz + c->bi.idx_growth + c->bi.uncommitted_idx;
in ubifs_calc_min_idx_lebs()
173
idx_size
+=
idx_size
<< 1;
in ubifs_calc_min_idx_lebs()
179
idx_lebs = div_u64(
idx_size
+ c->idx_leb_size - 1, c->idx_leb_size);
in ubifs_calc_min_idx_lebs()
H
A
D
debug.h
281
int dbg_check_idx_size(struct ubifs_info *c, long long
idx_size
);
H
A
D
debug.c
1716
long long *
idx_size
= priv;
in add_size()
local
1721
*
idx_size
+= add;
in add_size()
1728
* @
idx_size
: size to check
1731
* size is equivalent to @
idx_size
. Returns zero in case of success and a
1734
int dbg_check_idx_size(struct ubifs_info *c, long long
idx_size
)
in dbg_check_idx_size()
argument
1748
if (calc !=
idx_size
) {
in dbg_check_idx_size()
1750
calc,
idx_size
);
in dbg_check_idx_size()
/kernel/linux/linux-6.6/fs/ubifs/
H
A
D
budget.c
166
long long
idx_size
;
in ubifs_calc_min_idx_lebs()
local
168
idx_size
= c->bi.old_idx_sz + c->bi.idx_growth + c->bi.uncommitted_idx;
in ubifs_calc_min_idx_lebs()
170
idx_size
+=
idx_size
<< 1;
in ubifs_calc_min_idx_lebs()
176
idx_lebs = div_u64(
idx_size
+ c->idx_leb_size - 1, c->idx_leb_size);
in ubifs_calc_min_idx_lebs()
H
A
D
debug.h
281
int dbg_check_idx_size(struct ubifs_info *c, long long
idx_size
);
H
A
D
debug.c
1716
long long *
idx_size
= priv;
in add_size()
local
1721
*
idx_size
+= add;
in add_size()
1728
* @
idx_size
: size to check
1731
* size is equivalent to @
idx_size
. Returns zero in case of success and a
1734
int dbg_check_idx_size(struct ubifs_info *c, long long
idx_size
)
in dbg_check_idx_size()
argument
1748
if (calc !=
idx_size
) {
in dbg_check_idx_size()
1750
calc,
idx_size
);
in dbg_check_idx_size()
Completed in 11 milliseconds