Home
last modified time | relevance | path

Searched refs:f2fs_build_free_nids (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/fs/f2fs/
H A Dnode.c2234 * - f2fs_build_free_nids in add_free_nid()
2456 int f2fs_build_free_nids(struct f2fs_sb_info *sbi, bool sync, bool mount) in f2fs_build_free_nids() function
2489 /* We should not use stale free nids created by f2fs_build_free_nids */ in f2fs_alloc_nid()
2507 if (!f2fs_build_free_nids(sbi, true, false)) in f2fs_alloc_nid()
3201 return f2fs_build_free_nids(sbi, true, true); in f2fs_build_node_manager()
H A Df2fs.h3327 int f2fs_build_free_nids(struct f2fs_sb_info *sbi, bool sync, bool mount);
H A Dsegment.c635 f2fs_build_free_nids(sbi, false, false); in f2fs_balance_fs_bg()
/kernel/linux/linux-6.6/fs/f2fs/
H A Dnode.c2321 * - f2fs_build_free_nids in add_free_nid()
2550 int f2fs_build_free_nids(struct f2fs_sb_info *sbi, bool sync, bool mount) in f2fs_build_free_nids() function
2581 /* We should not use stale free nids created by f2fs_build_free_nids */ in f2fs_alloc_nid()
2599 if (!f2fs_build_free_nids(sbi, true, false)) in f2fs_alloc_nid()
3340 return f2fs_build_free_nids(sbi, true, true); in f2fs_build_node_manager()
H A Dsegment.c484 f2fs_build_free_nids(sbi, false, false); in f2fs_balance_fs_bg()
H A Df2fs.h3645 int f2fs_build_free_nids(struct f2fs_sb_info *sbi, bool sync, bool mount);

Completed in 40 milliseconds