OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:f2fs_sit_entry
(Results
1 - 3
of
3
) sorted by null
/external/f2fs-tools/include/
f2fs_fs.h
539
#define SIT_ENTRY_PER_BLOCK (PAGE_CACHE_SIZE / sizeof(struct
f2fs_sit_entry
))
549
* Note that
f2fs_sit_entry
->vblocks has the following bit-field information.
561
struct
f2fs_sit_entry
{
struct
568
struct
f2fs_sit_entry
entries[SIT_ENTRY_PER_BLOCK];
643
struct
f2fs_sit_entry
se;
/external/f2fs-tools/fsck/
mount.c
774
unsigned int segno, struct
f2fs_sit_entry
*raw_sit)
804
struct
f2fs_sit_entry
*raw_sit)
942
struct
f2fs_sit_entry
sit;
1053
struct
f2fs_sit_entry
*sit;
[
all
...]
/system/extras/f2fs_utils/
f2fs_sparseblock.c
487
struct
f2fs_sit_entry
* sit_entry;
Completed in 84 milliseconds