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:nnode_cnt
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/fs/ubifs/
H
A
D
lpt_commit.c
1764
if (c->dirty_nn_cnt > c->
nnode_cnt
) {
in dbg_chk_lpt_sz()
1766
c->dirty_nn_cnt, c->
nnode_cnt
);
in dbg_chk_lpt_sz()
1803
lpt_sz += (long long)c->
nnode_cnt
* c->nnode_sz;
in dbg_chk_lpt_sz()
H
A
D
lpt.c
64
c->
nnode_cnt
= n;
in do_calc_lpt_geom()
67
c->
nnode_cnt
+= n;
in do_calc_lpt_geom()
100
c->lpt_sz += (long long)c->
nnode_cnt
* c->nnode_sz;
in do_calc_lpt_geom()
H
A
D
ubifs.h
1184
* @
nnode_cnt
: number of nnodes
1429
int
nnode_cnt
;
member
H
A
D
debug.c
807
pr_err("\tnnode_cnt: %d\n", c->
nnode_cnt
);
in ubifs_dump_lpt_info()
/kernel/linux/linux-6.6/fs/ubifs/
H
A
D
lpt_commit.c
1764
if (c->dirty_nn_cnt > c->
nnode_cnt
) {
in dbg_chk_lpt_sz()
1766
c->dirty_nn_cnt, c->
nnode_cnt
);
in dbg_chk_lpt_sz()
1803
lpt_sz += (long long)c->
nnode_cnt
* c->nnode_sz;
in dbg_chk_lpt_sz()
H
A
D
lpt.c
64
c->
nnode_cnt
= n;
in do_calc_lpt_geom()
67
c->
nnode_cnt
+= n;
in do_calc_lpt_geom()
100
c->lpt_sz += (long long)c->
nnode_cnt
* c->nnode_sz;
in do_calc_lpt_geom()
H
A
D
ubifs.h
1205
* @
nnode_cnt
: number of nnodes
1457
int
nnode_cnt
;
member
H
A
D
debug.c
807
pr_err("\tnnode_cnt: %d\n", c->
nnode_cnt
);
in ubifs_dump_lpt_info()
Completed in 24 milliseconds