Home
last modified time | relevance | path

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

/linux-6.15/fs/f2fs/
H A Dsegment.h315 return (struct curseg_info *)(SM_I(sbi)->curseg_array + type); in CURSEG_I()
H A Dsegment.c4879 SM_I(sbi)->curseg_array = array; in build_curseg()
5725 struct curseg_info *array = SM_I(sbi)->curseg_array; in destroy_curseg()
5730 SM_I(sbi)->curseg_array = NULL; in destroy_curseg()
H A Df2fs.h1072 struct curseg_info *curseg_array; /* active segment information */ member