Home
last modified time | relevance | path

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

/linux-4.4.14/fs/f2fs/
Dsegment.h223 unsigned int free_sections; /* # of free sections */ member
356 free_i->free_sections++; in __set_free()
369 free_i->free_sections--; in __set_inuse()
388 free_i->free_sections++; in __set_test_and_free()
403 free_i->free_sections--; in __set_test_and_inuse()
430 static inline unsigned int free_sections(struct f2fs_sb_info *sbi) in free_sections() function
432 return FREE_I(sbi)->free_sections; in free_sections()
469 return free_sections(sbi) <= (node_secs + 2 * dent_secs + in need_SSR()
481 return (free_sections(sbi) + freed) <= (node_secs + 2 * dent_secs + in has_not_enough_free_secs()
Ddebug.c61 si->free_secs = free_sections(sbi); in update_general_status()
Dsegment.c2093 free_i->free_sections = 0; in build_free_segmap()