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:total_sections
(Results
1 - 3
of
3
) sorted by relevance
/third_party/f2fs-tools/fsck/
H
A
D
mount.c
868
unsigned int
total_sections
, blocks_per_seg;
in sanity_check_raw_super()
local
912
total_sections
= get_sb(section_count);
in sanity_check_raw_super()
925
(
total_sections
> segment_count ||
in sanity_check_raw_super()
926
total_sections
< F2FS_MIN_SEGMENTS ||
in sanity_check_raw_super()
929
segment_count,
total_sections
, segs_per_sec);
in sanity_check_raw_super()
933
if ((segment_count / segs_per_sec) <
total_sections
) {
in sanity_check_raw_super()
935
segment_count, segs_per_sec,
total_sections
);
in sanity_check_raw_super()
960
if (secs_per_zone >
total_sections
|| !secs_per_zone) {
in sanity_check_raw_super()
961
MSG(0, "Wrong secs_per_zone /
total_sections
(%u, %u)\n",
in sanity_check_raw_super()
962
secs_per_zone,
total_sections
);
in sanity_check_raw_super()
[all...]
H
A
D
f2fs.h
271
unsigned int
total_sections
; /* total section count */
member
H
A
D
fsck.c
3241
free_blks = (sbi->
total_sections
- data_secs - node_secs) *
in fsck_verify()
Completed in 8 milliseconds