Searched defs:f2fs_sm_info (Results 1 – 1 of 1) sorted by relevance
889 struct f2fs_sm_info { struct890 struct sit_info *sit_info; /* whole segment information */891 struct free_segmap_info *free_info; /* free segment information */892 struct dirty_seglist_info *dirty_info; /* dirty segment information */893 struct curseg_info *curseg_array; /* active segment information */895 struct rw_semaphore curseg_lock; /* for preventing curseg change */897 block_t seg0_blkaddr; /* block address of 0'th segment */898 block_t main_blkaddr; /* start block address of main area */899 block_t ssa_blkaddr; /* start block address of SSA area */901 unsigned int segment_count; /* total # of segments */[all …]