Home
last modified time | relevance | path

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

/linux/fs/f2fs/
H A Dsegment.h294 return (struct curseg_info *)(SM_I(sbi)->curseg_array + type); in CURSEG_I()
H A Dsegment.c5060 SM_I(sbi)->curseg_array = array; in build_curseg()
5915 struct curseg_info *array = SM_I(sbi)->curseg_array; in destroy_curseg()
5920 SM_I(sbi)->curseg_array = NULL; in destroy_curseg()
H A Df2fs.h1201 struct curseg_info *curseg_array; /* active segment information */ member