Searched defs:sit_info (Results 1 – 2 of 2) sorted by relevance
222 struct sit_info { struct224 block_t sit_blocks; /* # of blocks used by SIT area */226 char *bitmap; /* all bitmaps pointer */227 char *sit_bitmap; /* SIT bitmap pointer */229 char *sit_bitmap_mir; /* SIT bitmap mirror */232 unsigned long *invalid_segmap;234 unsigned int bitmap_size; /* SIT bitmap size */236 unsigned long *tmp_map; /* bitmap for temporal use */238 unsigned int dirty_sentries; /* # of dirty sentries */241 struct seg_entry *sentries; /* SIT segment-level cache */[all …]
1069 struct sit_info *sit_info; /* whole segment information */ member