Searched defs:sit_info (Results 1 – 1 of 1) sorted by relevance
83 struct sit_info { struct85 block_t sit_base_addr; /* start block address of SIT area */86 block_t sit_blocks; /* # of blocks used by SIT area */87 block_t written_valid_blocks; /* # of valid blocks in main area */88 char *sit_bitmap; /* SIT bitmap pointer */89 unsigned int bitmap_size; /* SIT bitmap size */113 struct sit_info *sit_info; argument