Searched defs:sit_info (Results 1 – 2 of 2) sorted by relevance
172 struct sit_info { struct173 const struct segment_allocation *s_ops;175 block_t sit_base_addr; /* start block address of SIT area */176 block_t sit_blocks; /* # of blocks used by SIT area */177 block_t written_valid_blocks; /* # of valid blocks in main area */178 char *sit_bitmap; /* SIT bitmap pointer */179 unsigned int bitmap_size; /* SIT bitmap size */181 unsigned long *dirty_sentries_bitmap; /* bitmap for dirty sentries */182 unsigned int dirty_sentries; /* # of dirty sentries */183 unsigned int sents_per_block; /* # of SIT entries per block */[all …]
266 struct sit_info *sit_info; /* whole segment information */ member