Searched refs:f2fs_build_free_nids (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/fs/f2fs/ |
H A D | node.c | 2234 * - 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 D | f2fs.h | 3327 int f2fs_build_free_nids(struct f2fs_sb_info *sbi, bool sync, bool mount);
|
H A D | segment.c | 635 f2fs_build_free_nids(sbi, false, false); in f2fs_balance_fs_bg()
|
/kernel/linux/linux-6.6/fs/f2fs/ |
H A D | node.c | 2321 * - 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 D | segment.c | 484 f2fs_build_free_nids(sbi, false, false); in f2fs_balance_fs_bg()
|
H A D | f2fs.h | 3645 int f2fs_build_free_nids(struct f2fs_sb_info *sbi, bool sync, bool mount);
|
Completed in 39 milliseconds