Home
last modified time | relevance | path

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

/fs/f2fs/
Dsysfs.c724 F2FS_RW_ATTR(SM_INFO, f2fs_sm_info, min_ssr_sections, min_ssr_sections);
839 ATTR_LIST(min_ssr_sections),
Dsegment.c182 SM_I(sbi)->min_ssr_sections + reserved_sections(sbi)); in f2fs_need_SSR()
5188 sm_info->min_ssr_sections = reserved_sections(sbi); in f2fs_build_segment_manager()
Df2fs.h1043 unsigned int min_ssr_sections; /* threshold to trigger SSR allocation */ member