Searched refs:f2fs_build_free_nids (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/fs/f2fs/ |
H A D | node.c | 2565 int f2fs_build_free_nids(struct f2fs_sb_info *sbi, bool sync, bool mount) in f2fs_build_free_nids() function 2614 if (!f2fs_build_free_nids(sbi, true, false)) in f2fs_alloc_nid() 3355 return f2fs_build_free_nids(sbi, true, true); in f2fs_build_node_manager()
|
H A D | f2fs.h | 3641 int f2fs_build_free_nids(struct f2fs_sb_info *sbi, bool sync, bool mount);
|
H A D | segment.c | 494 f2fs_build_free_nids(sbi, false, false); in f2fs_balance_fs_bg()
|