OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cur_valid_map
(Results
1 - 3
of
3
) sorted by null
/external/f2fs-tools/fsck/
mount.c
526
sit_i->sentries[start].
cur_valid_map
530
if (!sit_i->sentries[start].
cur_valid_map
808
memcpy(se->
cur_valid_map
, raw_sit->valid_map, SIT_VBLOCK_MAP_SIZE);
1009
memcpy(ptr, se->
cur_valid_map
, SIT_VBLOCK_MAP_SIZE);
[
all
...]
f2fs.h
67
unsigned char *
cur_valid_map
; /* validity bitmap of blocks */
member in struct:seg_entry
fsck.c
1034
(const char *)se->
cur_valid_map
) == 1) {
Completed in 70 milliseconds