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_area_bitmap
(Results
1 - 3
of
3
) sorted by relevance
/third_party/f2fs-tools/fsck/
H
A
D
fsck.h
111
char *
sit_area_bitmap
;
member
H
A
D
fsck.c
60
return f2fs_test_bit(BLKOFF_FROM_MAIN(sbi, blk), fsck->
sit_area_bitmap
);
in f2fs_test_sit_bitmap()
67
return f2fs_set_bit(BLKOFF_FROM_MAIN(sbi, blk), fsck->
sit_area_bitmap
);
in f2fs_set_sit_bitmap()
2140
" not find it in
sit_area_bitmap
\n",
in fsck_chk_meta()
2198
* 3.
sit_area_bitmap
has bitmap information of used main block.
in fsck_init()
2199
* At Last sequence, we compare main_area_bitmap with
sit_area_bitmap
.
in fsck_init()
3256
if (memcmp(fsck->
sit_area_bitmap
, fsck->main_area_bitmap,
in fsck_verify()
3403
if (fsck->
sit_area_bitmap
)
in fsck_free()
3404
free(fsck->
sit_area_bitmap
);
in fsck_free()
H
A
D
mount.c
2562
fsck->
sit_area_bitmap
= calloc(1, fsck->sit_area_bitmap_sz);
in build_sit_area_bitmap()
2563
ASSERT(fsck->
sit_area_bitmap
);
in build_sit_area_bitmap()
2564
ptr = fsck->
sit_area_bitmap
;
in build_sit_area_bitmap()
Completed in 10 milliseconds