Searched defs:sit_info (Results 1 – 2 of 2) sorted by relevance
237 struct sit_info { struct238 const struct segment_allocation *s_ops;240 block_t sit_base_addr; /* start block address of SIT area */241 block_t sit_blocks; /* # of blocks used by SIT area */242 block_t written_valid_blocks; /* # of valid blocks in main area */243 char *bitmap; /* all bitmaps pointer */244 char *sit_bitmap; /* SIT bitmap pointer */246 char *sit_bitmap_mir; /* SIT bitmap mirror */249 unsigned long *invalid_segmap;251 unsigned int bitmap_size; /* SIT bitmap size */[all …]
1045 struct sit_info *sit_info; /* whole segment information */ member