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:sit_bitmap_size
(Results
1 - 3
of
3
) sorted by relevance
/third_party/f2fs-tools/fsck/
H
A
D
resize.c
19
uint32_t
sit_bitmap_size
, max_sit_bitmap_size;
in get_new_sb()
local
68
sit_bitmap_size
= ((get_sb(segment_count_sit) / 2) <<
in get_new_sb()
70
if (
sit_bitmap_size
> MAX_SIT_BITMAP_SIZE)
in get_new_sb()
73
max_sit_bitmap_size =
sit_bitmap_size
;
in get_new_sb()
H
A
D
mount.c
1377
unsigned int
sit_bitmap_size
, nat_bitmap_size;
in sanity_check_ckpt()
local
1456
sit_bitmap_size
= get_cp(sit_ver_bitmap_bytesize);
in sanity_check_ckpt()
1459
if (
sit_bitmap_size
!= ((sit_segs / 2) << log_blocks_per_seg) / 8 ||
in sanity_check_ckpt()
1462
sit_bitmap_size
, nat_bitmap_size);
in sanity_check_ckpt()
/third_party/f2fs-tools/mkfs/
H
A
D
f2fs_format.c
223
uint32_t
sit_bitmap_size
, max_sit_bitmap_size;
in f2fs_prepare_super_block()
local
366
sit_bitmap_size
= ((get_sb(segment_count_sit) / 2) <<
in f2fs_prepare_super_block()
369
if (
sit_bitmap_size
> MAX_SIT_BITMAP_SIZE)
in f2fs_prepare_super_block()
372
max_sit_bitmap_size =
sit_bitmap_size
;
in f2fs_prepare_super_block()
Completed in 9 milliseconds