Home
last modified time | relevance | path

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

/linux/fs/f2fs/
H A Df2fs.h1153 struct f2fs_sm_info { struct
1154 struct sit_info *sit_info; /* whole segment information */
1155 struct free_segmap_info *free_info; /* free segment information */
1156 struct dirty_seglist_info *dirty_info; /* dirty segment information */
1157 struct curseg_info *curseg_array; /* active segment information */
1159 struct f2fs_rwsem curseg_lock; /* for preventing curseg change */
1161 block_t seg0_blkaddr; /* block address of 0'th segment */
1162 block_t main_blkaddr; /* start block address of main area */
1163 block_t ssa_blkaddr; /* start block address of SSA area */
1165 unsigned int segment_count; /* total # of segments */
[all …]