OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:main_area_bitmap
(Results
1 - 3
of
3
) sorted by null
/external/f2fs-tools/fsck/
fsck.h
40
char *
main_area_bitmap
;
member in struct:f2fs_fsck
fsck.c
37
return f2fs_set_bit(BLKOFF_FROM_MAIN(sbi, blk), fsck->
main_area_bitmap
);
45
fsck->
main_area_bitmap
);
946
* 1.
main_area_bitmap
will be used to check whether all blocks of main
950
* At Last sequence, we compare
main_area_bitmap
with sit_area_bitmap.
954
fsck->
main_area_bitmap
= calloc(fsck->main_area_bitmap_sz, 1);
955
ASSERT(fsck->
main_area_bitmap
!= NULL);
1102
if (memcmp(fsck->sit_area_bitmap, fsck->
main_area_bitmap
,
1199
if (fsck->
main_area_bitmap
)
1200
free(fsck->
main_area_bitmap
);
mount.c
1049
ptr = fsck->
main_area_bitmap
;
[
all
...]
Completed in 37 milliseconds