Searched refs:f2fs_build_free_nids (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/fs/f2fs/ |
D | node.c | 2305 int f2fs_build_free_nids(struct f2fs_sb_info *sbi, bool sync, bool mount) in f2fs_build_free_nids() function 2356 f2fs_build_free_nids(sbi, true, false); in f2fs_alloc_nid() 3024 return f2fs_build_free_nids(sbi, true, true); in f2fs_build_node_manager()
|
D | f2fs.h | 2879 int f2fs_build_free_nids(struct f2fs_sb_info *sbi, bool sync, bool mount);
|
D | segment.c | 512 f2fs_build_free_nids(sbi, false, false); in f2fs_balance_fs_bg()
|