Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Df2fs_fs.h103 struct f2fs_checkpoint { struct
104 __le64 checkpoint_ver; /* checkpoint block version number */
105 __le64 user_block_count; /* # of user blocks */
106 __le64 valid_block_count; /* # of valid blocks in main area */
107 __le32 rsvd_segment_count; /* # of reserved segments for gc */
108 __le32 overprov_segment_count; /* # of overprovision segments */
109 __le32 free_segment_count; /* # of free segments in main area */
112 __le32 cur_node_segno[MAX_ACTIVE_NODE_LOGS];
113 __le16 cur_node_blkoff[MAX_ACTIVE_NODE_LOGS];
115 __le32 cur_data_segno[MAX_ACTIVE_DATA_LOGS];
[all …]