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_blk_cnt
(Results
1 - 4
of
4
) sorted by relevance
/third_party/f2fs-tools/fsck/
H
A
D
fsck.c
497
fsck->chk.
valid_blk_cnt
++;
in sanity_check_nid()
965
fsck->chk.
valid_blk_cnt
++;
in fsck_chk_inode_blk()
1234
F2FS_FSCK(sbi)->chk.
valid_blk_cnt
++;
in fsck_chk_dnode_blk()
1858
fsck->chk.
valid_blk_cnt
++;
in fsck_chk_data_blk()
1881
fsck->chk.
valid_blk_cnt
++;
in fsck_chk_data_blk()
2354
set_cp(valid_block_count, fsck->chk.
valid_blk_cnt
);
in fix_checkpoint()
2750
fsck->chk.
valid_blk_cnt
--;
in fsck_failed_reconnect_file_dnode()
2757
fsck->chk.
valid_blk_cnt
--;
in fsck_failed_reconnect_file_dnode()
2783
fsck->chk.
valid_blk_cnt
--;
in fsck_failed_reconnect_file_idnode()
2813
fsck->chk.
valid_blk_cnt
in fsck_failed_reconnect_file_didnode()
[all...]
H
A
D
fsck.h
95
u64
valid_blk_cnt
;
member
H
A
D
segment.c
35
if (fsck->chk.
valid_blk_cnt
>= sbi->user_block_count) {
in reserve_new_block()
100
fsck->chk.
valid_blk_cnt
++;
in reserve_new_block()
H
A
D
mount.c
3141
set_cp(valid_block_count, fsck->chk.
valid_blk_cnt
);
in write_checkpoint()
Completed in 10 milliseconds