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

/linux-master/fs/f2fs/
H A Dsegment.h554 static inline int reserved_sections(struct f2fs_sb_info *sbi) function
622 lower_secs += needed + reserved_sections(sbi);
623 upper_secs += needed + reserved_sections(sbi);
H A Dsegment.c185 SM_I(sbi)->min_ssr_sections + reserved_sections(sbi));
5359 sm_info->min_ssr_sections = reserved_sections(sbi);

Completed in 313 milliseconds