Home
last modified time | relevance | path

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

/linux-6.6.21/fs/f2fs/
Dsegment.h567 static inline int reserved_sections(struct f2fs_sb_info *sbi) in reserved_sections() function
636 lower_secs += needed + reserved_sections(sbi); in has_not_enough_free_secs()
637 upper_secs += needed + reserved_sections(sbi); in has_not_enough_free_secs()
Dsegment.c185 SM_I(sbi)->min_ssr_sections + reserved_sections(sbi)); in f2fs_need_SSR()
5262 sm_info->min_ssr_sections = reserved_sections(sbi); in f2fs_build_segment_manager()