Lines Matching defs:sit_info
235 struct sit_info { struct
236 const struct segment_allocation *s_ops;
238 block_t sit_base_addr; /* start block address of SIT area */
239 block_t sit_blocks; /* # of blocks used by SIT area */
240 block_t written_valid_blocks; /* # of valid blocks in main area */
241 char *bitmap; /* all bitmaps pointer */
242 char *sit_bitmap; /* SIT bitmap pointer */
244 char *sit_bitmap_mir; /* SIT bitmap mirror */
247 unsigned long *invalid_segmap;
249 unsigned int bitmap_size; /* SIT bitmap size */
251 unsigned long *tmp_map; /* bitmap for temporal use */
252 unsigned long *dirty_sentries_bitmap; /* bitmap for dirty sentries */
253 unsigned int dirty_sentries; /* # of dirty sentries */
254 unsigned int sents_per_block; /* # of SIT entries per block */
255 struct rw_semaphore sentry_lock; /* to protect SIT cache */
256 struct seg_entry *sentries; /* SIT segment-level cache */
257 struct sec_entry *sec_entries; /* SIT section-level cache */
260 unsigned long long elapsed_time; /* elapsed time after mount */
261 unsigned long long mounted_time; /* mount time */
262 unsigned long long min_mtime; /* min. modification time */
263 unsigned long long max_mtime; /* max. modification time */
264 unsigned long long dirty_min_mtime; /* rerange candidates in GC_AT */
265 unsigned long long dirty_max_mtime; /* rerange candidates in GC_AT */
267 unsigned int last_victim[MAX_GC_POLICY]; /* last victim segment # */