Lines Matching defs:sit_info
196 struct sit_info { struct
197 const struct segment_allocation *s_ops;
199 block_t sit_base_addr; /* start block address of SIT area */
200 block_t sit_blocks; /* # of blocks used by SIT area */
201 block_t written_valid_blocks; /* # of valid blocks in main area */
202 char *sit_bitmap; /* SIT bitmap pointer */
203 unsigned int bitmap_size; /* SIT bitmap size */
205 unsigned long *tmp_map; /* bitmap for temporal use */
206 unsigned long *dirty_sentries_bitmap; /* bitmap for dirty sentries */
207 unsigned int dirty_sentries; /* # of dirty sentries */
208 unsigned int sents_per_block; /* # of SIT entries per block */
209 struct mutex sentry_lock; /* to protect SIT cache */
210 struct seg_entry *sentries; /* SIT segment-level cache */
211 struct sec_entry *sec_entries; /* SIT section-level cache */
214 unsigned long long elapsed_time; /* elapsed time after mount */
215 unsigned long long mounted_time; /* mount time */
216 unsigned long long min_mtime; /* min. modification time */
217 unsigned long long max_mtime; /* max. modification time */