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:orphan_blks
(Results
1 - 3
of
3
) sorted by relevance
/third_party/f2fs-tools/fsck/
H
A
D
resize.c
460
block_t
orphan_blks
= 0;
in rebuild_checkpoint()
local
495
orphan_blks
= __start_sum_addr(sbi) - 1;
in rebuild_checkpoint()
498
set_cp(cp_pack_total_block_count, 8 +
orphan_blks
+ get_newsb(cp_payload));
in rebuild_checkpoint()
565
for (i = 0; i <
orphan_blks
; i++) {
in rebuild_checkpoint()
H
A
D
mount.c
3116
block_t
orphan_blks
= 0;
in write_checkpoint()
local
3123
orphan_blks
= __start_sum_addr(sbi) - 1;
in write_checkpoint()
3149
set_cp(cp_pack_total_block_count, 8 +
orphan_blks
+ get_sb(cp_payload));
in write_checkpoint()
3169
cp_blk_no +=
orphan_blks
;
in write_checkpoint()
H
A
D
fsck.c
2317
block_t
orphan_blks
= 0;
in fix_checkpoint()
local
2327
orphan_blks
= __start_sum_addr(sbi) - 1;
in fix_checkpoint()
2347
orphan_blks
+ get_sb(cp_payload));
in fix_checkpoint()
2375
cp_blk_no +=
orphan_blks
;
in fix_checkpoint()
Completed in 12 milliseconds