Home
last modified time | relevance | path

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

/Linux-v5.10/fs/f2fs/
Dsegment.h273 unsigned int free_sections; /* # of free sections */ member
447 free_i->free_sections++; in __set_free()
461 free_i->free_sections--; in __set_inuse()
483 free_i->free_sections++; in __set_test_and_free()
500 free_i->free_sections--; in __set_test_and_inuse()
533 static inline unsigned int free_sections(struct f2fs_sb_info *sbi) in free_sections() function
535 return FREE_I(sbi)->free_sections; in free_sections()
600 if (free_sections(sbi) + freed == reserved_sections(sbi) + needed && in has_not_enough_free_secs()
603 return (free_sections(sbi) + freed) <= in has_not_enough_free_secs()
Dgc.c1658 free_sections(sbi), in f2fs_gc()
1746 free_sections(sbi), in f2fs_gc()
1913 FREE_I(sbi)->free_sections = (int)FREE_I(sbi)->free_sections + secs; in update_fs_metadata()
Ddebug.c141 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()
4340 free_i->free_sections = 0; in build_free_segmap()