Home
last modified time | relevance | path

Searched refs:reserved_sections (Results 1 – 2 of 2) sorted by relevance

/linux-5.19.10/fs/f2fs/
Dsegment.h574 static inline int reserved_sections(struct f2fs_sb_info *sbi) in reserved_sections() function
622 need_lower = node_secs + dent_secs + reserved_sections(sbi) + needed; in has_not_enough_free_secs()
Dsegment.c185 SM_I(sbi)->min_ssr_sections + reserved_sections(sbi)); in f2fs_need_SSR()
5081 sm_info->min_ssr_sections = reserved_sections(sbi); in f2fs_build_segment_manager()