Searched refs:f2fs_build_free_nids (Results 1 – 3 of 3) sorted by relevance
/linux-4.19.296/fs/f2fs/ |
D | node.c | 2329 int f2fs_build_free_nids(struct f2fs_sb_info *sbi, bool sync, bool mount) in f2fs_build_free_nids() function 2380 if (!f2fs_build_free_nids(sbi, true, false)) in f2fs_alloc_nid() 3061 return f2fs_build_free_nids(sbi, true, true); in f2fs_build_node_manager()
|
D | f2fs.h | 2921 int f2fs_build_free_nids(struct f2fs_sb_info *sbi, bool sync, bool mount);
|
D | segment.c | 536 f2fs_build_free_nids(sbi, false, false); in f2fs_balance_fs_bg()
|