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:valid_node_cnt
(Results
1 - 4
of
4
) sorted by relevance
/third_party/f2fs-tools/fsck/
H
A
D
fsck.c
498
fsck->chk.
valid_node_cnt
++;
in sanity_check_nid()
2355
set_cp(valid_node_count, fsck->chk.
valid_node_cnt
);
in fix_checkpoint()
2749
fsck->chk.
valid_node_cnt
--;
in fsck_failed_reconnect_file_dnode()
2782
fsck->chk.
valid_node_cnt
--;
in fsck_failed_reconnect_file_idnode()
2812
fsck->chk.
valid_node_cnt
--;
in fsck_failed_reconnect_file_didnode()
2848
fsck->chk.
valid_node_cnt
--;
in fsck_failed_reconnect_file()
2855
fsck->chk.
valid_node_cnt
--;
in fsck_failed_reconnect_file()
3281
if (sbi->total_valid_node_count == fsck->chk.
valid_node_cnt
) {
in fsck_verify()
3282
printf(" [Ok..] [0x%x]\n", fsck->chk.
valid_node_cnt
);
in fsck_verify()
3284
printf(" [Fail] [0x%x]\n", fsck->chk.
valid_node_cnt
);
in fsck_verify()
[all...]
H
A
D
fsck.h
97
u32
valid_node_cnt
;
member
H
A
D
segment.c
39
if (is_node && fsck->chk.
valid_node_cnt
>=
in reserve_new_block()
102
fsck->chk.
valid_node_cnt
++;
in reserve_new_block()
H
A
D
mount.c
3142
set_cp(valid_node_count, fsck->chk.
valid_node_cnt
);
in write_checkpoint()
Completed in 12 milliseconds