Searched refs:has_not_enough_free_secs (Results 1 – 5 of 5) sorted by relevance
| /linux/fs/f2fs/ |
| H A D | segment.h | 682 static inline bool has_not_enough_free_secs(struct f2fs_sb_info *sbi, in has_not_enough_free_secs() function 700 return !has_not_enough_free_secs(sbi, freed, needed); in has_enough_free_secs()
|
| H A D | gc.c | 1062 if (gc_type == BG_GC && has_not_enough_free_secs(sbi, 0, 0)) in gc_node_segment() 1608 if ((gc_type == BG_GC && has_not_enough_free_secs(sbi, 0, 0)) || in gc_data_segment() 1987 if (has_not_enough_free_secs(sbi, 0, 0)) { in f2fs_gc()
|
| H A D | file.c | 2012 if (has_not_enough_free_secs(sbi, 0, 0)) { in f2fs_expand_inode_data() 2023 if (has_not_enough_free_secs(sbi, 0, in f2fs_expand_inode_data() 3091 if (has_not_enough_free_secs(sbi, 0, sec_num)) { in f2fs_defragment_range()
|
| H A D | data.c | 3947 has_not_enough_free_secs(sbi, 0, 0)) { in f2fs_write_begin()
|
| H A D | segment.c | 988 if (has_not_enough_free_secs(sbi, 0, 0)) in f2fs_disable_cp_again()
|