Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Df2fs_fs.h135 struct f2fs_checkpoint { struct
136 __le64 checkpoint_ver; /* checkpoint block version number */
137 __le64 user_block_count; /* # of user blocks */
138 __le64 valid_block_count; /* # of valid blocks in main area */
139 __le32 rsvd_segment_count; /* # of reserved segments for gc */
140 __le32 overprov_segment_count; /* # of overprovision segments */
141 __le32 free_segment_count; /* # of free segments in main area */
144 __le32 cur_node_segno[MAX_ACTIVE_NODE_LOGS];
145 __le16 cur_node_blkoff[MAX_ACTIVE_NODE_LOGS];
147 __le32 cur_data_segno[MAX_ACTIVE_DATA_LOGS];
[all …]