Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/f2fs/
H A Dsegment.h332 return (struct curseg_info *)(SM_I(sbi)->curseg_array + type); in CURSEG_I()
H A Dsegment.c4478 SM_I(sbi)->curseg_array = array; in build_curseg()
5332 struct curseg_info *array = SM_I(sbi)->curseg_array; in destroy_curseg()
5337 SM_I(sbi)->curseg_array = NULL; in destroy_curseg()
H A Df2fs.h1018 struct curseg_info *curseg_array; /* active segment information */ member