Searched refs:f2fs_build_free_nids (Results 1 – 3 of 3) sorted by relevance
/fs/f2fs/ |
D | node.c | 2560 int f2fs_build_free_nids(struct f2fs_sb_info *sbi, bool sync, bool mount) in f2fs_build_free_nids() function 2609 if (!f2fs_build_free_nids(sbi, true, false)) in f2fs_alloc_nid() 3350 return f2fs_build_free_nids(sbi, true, true); in f2fs_build_node_manager()
|
D | f2fs.h | 3658 int f2fs_build_free_nids(struct f2fs_sb_info *sbi, bool sync, bool mount);
|
D | segment.c | 487 f2fs_build_free_nids(sbi, false, false); in f2fs_balance_fs_bg()
|