Home
last modified time | relevance | path

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

/linux/fs/f2fs/
H A Dsegment.h298 return (struct curseg_info *)(SM_I(sbi)->curseg_array + type); in CURSEG_I()
H A Dsegment.c4957 SM_I(sbi)->curseg_array = array; in build_curseg()
5814 struct curseg_info *array = SM_I(sbi)->curseg_array; in destroy_curseg()
5819 SM_I(sbi)->curseg_array = NULL; in destroy_curseg()
H A Df2fs.h1187 struct curseg_info *curseg_array; /* active segment information */ member