Home
last modified time | relevance | path

Searched defs:sit_info (Results 1 – 1 of 1) sorted by relevance

/third_party/f2fs-tools/fsck/
Df2fs.h158 struct sit_info { struct
160 block_t sit_base_addr; /* start block address of SIT area */
161 block_t sit_blocks; /* # of blocks used by SIT area */
162 block_t written_valid_blocks; /* # of valid blocks in main area */
163 unsigned char *bitmap; /* all bitmaps pointer */
164 char *sit_bitmap; /* SIT bitmap pointer */
165 unsigned int bitmap_size; /* SIT bitmap size */
189 struct sit_info *sit_info; argument