Home
last modified time | relevance | path

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

/linux-6.6.21/fs/f2fs/
Dsegment.h236 struct sit_info { struct
237 block_t sit_base_addr; /* start block address of SIT area */
238 block_t sit_blocks; /* # of blocks used by SIT area */
239 block_t written_valid_blocks; /* # of valid blocks in main area */
240 char *bitmap; /* all bitmaps pointer */
241 char *sit_bitmap; /* SIT bitmap pointer */
243 char *sit_bitmap_mir; /* SIT bitmap mirror */
246 unsigned long *invalid_segmap;
248 unsigned int bitmap_size; /* SIT bitmap size */
250 unsigned long *tmp_map; /* bitmap for temporal use */
[all …]
Df2fs.h1033 struct sit_info *sit_info; /* whole segment information */ member