Home
last modified time | relevance | path

Searched refs:curseg_array (Results 1 – 3 of 3) sorted by relevance

/linux/fs/f2fs/ !
H A Dsegment.h290 return (struct curseg_info *)(SM_I(sbi)->curseg_array + type); in CURSEG_I()
H A Dsegment.c4918 SM_I(sbi)->curseg_array = array; in build_curseg()
5774 struct curseg_info *array = SM_I(sbi)->curseg_array; in destroy_curseg()
5779 SM_I(sbi)->curseg_array = NULL; in destroy_curseg()
H A Df2fs.h1087 struct curseg_info *curseg_array; /* active segment information */ member