Searched refs:f2fs_build_free_nids (Results 1 – 3 of 3) sorted by relevance
| /Linux-v5.4/fs/f2fs/ |
| D | node.c | 2380 int f2fs_build_free_nids(struct f2fs_sb_info *sbi, bool sync, bool mount) in f2fs_build_free_nids() function 2431 if (!f2fs_build_free_nids(sbi, true, false)) in f2fs_alloc_nid() 3115 return f2fs_build_free_nids(sbi, true, true); in f2fs_build_node_manager()
|
| D | f2fs.h | 3060 int f2fs_build_free_nids(struct f2fs_sb_info *sbi, bool sync, bool mount);
|
| D | segment.c | 520 f2fs_build_free_nids(sbi, false, false); in f2fs_balance_fs_bg()
|