Lines Matching defs:f2fs_sm_info
265 struct f2fs_sm_info { struct
266 struct sit_info *sit_info; /* whole segment information */
267 struct free_segmap_info *free_info; /* free segment information */
268 struct dirty_seglist_info *dirty_info; /* dirty segment information */
269 struct curseg_info *curseg_array; /* active segment information */
271 struct list_head wblist_head; /* list of under-writeback pages */
272 spinlock_t wblist_lock; /* lock for checkpoint */
274 block_t seg0_blkaddr; /* block address of 0'th segment */
275 block_t main_blkaddr; /* start block address of main area */
276 block_t ssa_blkaddr; /* start block address of SSA area */
278 unsigned int segment_count; /* total # of segments */
279 unsigned int main_segments; /* # of segments in main area */
280 unsigned int reserved_segments; /* # of reserved segments */
281 unsigned int ovp_segments; /* # of overprovision segments */