Home
last modified time | relevance | path

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

/linux-4.4.14/fs/f2fs/
Dsegment.h196 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 */
[all …]
Df2fs.h602 struct sit_info *sit_info; /* whole segment information */ member