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:dirty_pn_cnt
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/fs/ubifs/
H
A
D
lpt_commit.c
118
ubifs_assert(c, cnt == c->dirty_nn_cnt + c->
dirty_pn_cnt
);
in get_cnodes_to_commit()
220
c->
dirty_pn_cnt
-= 1;
in layout_cnodes()
631
c->
dirty_pn_cnt
+= 1;
in do_make_pnode_dirty()
1214
if (!c->
dirty_pn_cnt
) {
in ubifs_lpt_start_commit()
1759
if (c->
dirty_pn_cnt
> c->pnode_cnt) {
in dbg_chk_lpt_sz()
1761
c->
dirty_pn_cnt
, c->pnode_cnt);
in dbg_chk_lpt_sz()
H
A
D
commit.c
83
ubifs_assert(c, c->
dirty_pn_cnt
== 0);
in nothing_to_commit()
H
A
D
lpt.c
1570
c->
dirty_pn_cnt
+= 1;
in dirty_cow_pnode()
1589
c->
dirty_pn_cnt
+= 1;
in dirty_cow_pnode()
H
A
D
ubifs.h
1195
* @
dirty_pn_cnt
: number of dirty pnodes
1440
int
dirty_pn_cnt
;
member
H
A
D
debug.c
808
pr_err("\tdirty_pn_cnt: %d\n", c->
dirty_pn_cnt
);
in ubifs_dump_lpt_info()
/kernel/linux/linux-6.6/fs/ubifs/
H
A
D
lpt_commit.c
118
ubifs_assert(c, cnt == c->dirty_nn_cnt + c->
dirty_pn_cnt
);
in get_cnodes_to_commit()
220
c->
dirty_pn_cnt
-= 1;
in layout_cnodes()
631
c->
dirty_pn_cnt
+= 1;
in do_make_pnode_dirty()
1214
if (!c->
dirty_pn_cnt
) {
in ubifs_lpt_start_commit()
1759
if (c->
dirty_pn_cnt
> c->pnode_cnt) {
in dbg_chk_lpt_sz()
1761
c->
dirty_pn_cnt
, c->pnode_cnt);
in dbg_chk_lpt_sz()
H
A
D
commit.c
83
ubifs_assert(c, c->
dirty_pn_cnt
== 0);
in nothing_to_commit()
H
A
D
lpt.c
1570
c->
dirty_pn_cnt
+= 1;
in dirty_cow_pnode()
1589
c->
dirty_pn_cnt
+= 1;
in dirty_cow_pnode()
H
A
D
ubifs.h
1216
* @
dirty_pn_cnt
: number of dirty pnodes
1468
int
dirty_pn_cnt
;
member
H
A
D
debug.c
808
pr_err("\tdirty_pn_cnt: %d\n", c->
dirty_pn_cnt
);
in ubifs_dump_lpt_info()
Completed in 25 milliseconds