Home
last modified time | relevance | path

Searched refs:free_sections (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.15/fs/f2fs/
Dsegment.h271 unsigned int free_sections; /* # of free sections */ member
457 free_i->free_sections++; in __set_free()
471 free_i->free_sections--; in __set_inuse()
493 free_i->free_sections++; in __set_test_and_free()
510 free_i->free_sections--; in __set_test_and_inuse()
543 static inline unsigned int free_sections(struct f2fs_sb_info *sbi) in free_sections() function
545 return FREE_I(sbi)->free_sections; in free_sections()
610 if (free_sections(sbi) + freed == reserved_sections(sbi) + needed && in has_not_enough_free_secs()
613 return (free_sections(sbi) + freed) <= in has_not_enough_free_secs()
Dgc.c1699 free_sections(sbi), in f2fs_gc()
1787 free_sections(sbi), in f2fs_gc()
1955 FREE_I(sbi)->free_sections = (int)FREE_I(sbi)->free_sections + secs; in update_fs_metadata()
Ddebug.c148 si->free_secs = free_sections(sbi); in update_general_status()
Dsegment.c182 return free_sections(sbi) <= (node_secs + 2 * dent_secs + imeta_secs + in f2fs_need_SSR()
4460 free_i->free_sections = 0; in build_free_segmap()