Home
last modified time | relevance | path

Searched defs:sit_info (Results 1 – 2 of 2) sorted by relevance

/linux-4.19.296/fs/f2fs/
Dsegment.h226 struct sit_info { struct
227 const struct segment_allocation *s_ops;
229 block_t sit_base_addr; /* start block address of SIT area */
230 block_t sit_blocks; /* # of blocks used by SIT area */
231 block_t written_valid_blocks; /* # of valid blocks in main area */
232 char *sit_bitmap; /* SIT bitmap pointer */
234 char *sit_bitmap_mir; /* SIT bitmap mirror */
236 unsigned int bitmap_size; /* SIT bitmap size */
238 unsigned long *tmp_map; /* bitmap for temporal use */
239 unsigned long *dirty_sentries_bitmap; /* bitmap for dirty sentries */
[all …]
Df2fs.h890 struct sit_info *sit_info; /* whole segment information */ member