Searched defs:f2fs_sm_info (Results 1 – 1 of 1) sorted by relevance
1051 struct f2fs_sm_info { struct1052 struct sit_info *sit_info; /* whole segment information */1053 struct free_segmap_info *free_info; /* free segment information */1054 struct dirty_seglist_info *dirty_info; /* dirty segment information */1055 struct curseg_info *curseg_array; /* active segment information */1057 struct f2fs_rwsem curseg_lock; /* for preventing curseg change */1059 block_t seg0_blkaddr; /* block address of 0'th segment */1060 block_t main_blkaddr; /* start block address of main area */1061 block_t ssa_blkaddr; /* start block address of SSA area */1063 unsigned int segment_count; /* total # of segments */[all …]