Searched defs:sit_info (Results 1 – 2 of 2) sorted by relevance
183 struct sit_info { struct184 const struct segment_allocation *s_ops;186 block_t sit_base_addr; /* start block address of SIT area */187 block_t sit_blocks; /* # of blocks used by SIT area */188 block_t written_valid_blocks; /* # of valid blocks in main area */189 char *sit_bitmap; /* SIT bitmap pointer */190 unsigned int bitmap_size; /* SIT bitmap size */192 unsigned long *tmp_map; /* bitmap for temporal use */193 unsigned long *dirty_sentries_bitmap; /* bitmap for dirty sentries */194 unsigned int dirty_sentries; /* # of dirty sentries */[all …]
495 struct sit_info *sit_info; /* whole segment information */ member