Home
last modified time | relevance | path

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

/linux-4.1.27/fs/f2fs/
Dsegment.h210 unsigned int free_sections; /* # of free sections */ member
343 free_i->free_sections++; in __set_free()
356 free_i->free_sections--; in __set_inuse()
375 free_i->free_sections++; in __set_test_and_free()
390 free_i->free_sections--; in __set_test_and_inuse()
417 static inline unsigned int free_sections(struct f2fs_sb_info *sbi) in free_sections() function
419 return FREE_I(sbi)->free_sections; in free_sections()
456 return free_sections(sbi) <= (node_secs + 2 * dent_secs + in need_SSR()
468 return (free_sections(sbi) + freed) <= (node_secs + 2 * dent_secs + in has_not_enough_free_secs()
Ddebug.c57 si->free_secs = free_sections(sbi); in update_general_status()
Dsegment.c1932 free_i->free_sections = 0; in build_free_segmap()