Home
last modified time | relevance | path

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

/linux-4.1.27/fs/f2fs/
Df2fs.h494 struct f2fs_sm_info { struct
495 struct sit_info *sit_info; /* whole segment information */
496 struct free_segmap_info *free_info; /* free segment information */
497 struct dirty_seglist_info *dirty_info; /* dirty segment information */
498 struct curseg_info *curseg_array; /* active segment information */
500 block_t seg0_blkaddr; /* block address of 0'th segment */
501 block_t main_blkaddr; /* start block address of main area */
502 block_t ssa_blkaddr; /* start block address of SSA area */
504 unsigned int segment_count; /* total # of segments */
505 unsigned int main_segments; /* # of segments in main area */
[all …]