Home
last modified time | relevance | path

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

/openbmc/linux/fs/f2fs/
H A Dsegment.h224 struct sit_info { struct
225 block_t sit_base_addr; /* start block address of SIT area */
226 block_t sit_blocks; /* # of blocks used by SIT area */
227 block_t written_valid_blocks; /* # of valid blocks in main area */
228 char *bitmap; /* all bitmaps pointer */
229 char *sit_bitmap; /* SIT bitmap pointer */
231 char *sit_bitmap_mir; /* SIT bitmap mirror */
234 unsigned long *invalid_segmap;
236 unsigned int bitmap_size; /* SIT bitmap size */
238 unsigned long *tmp_map; /* bitmap for temporal use */
[all …]
H A Df2fs.h1041 struct sit_info *sit_info; /* whole segment information */ member