Home
last modified time | relevance | path

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

/openbmc/linux/fs/f2fs/
H A Dsegment.h556 static inline int reserved_sections(struct f2fs_sb_info *sbi) in reserved_sections() function
639 lower_secs += needed + reserved_sections(sbi); in has_not_enough_free_secs()
640 upper_secs += needed + reserved_sections(sbi); in has_not_enough_free_secs()
H A Dsegment.c185 SM_I(sbi)->min_ssr_sections + reserved_sections(sbi)); in f2fs_need_SSR()
5294 sm_info->min_ssr_sections = reserved_sections(sbi); in f2fs_build_segment_manager()