Searched refs:cp_control (Results 1 - 14 of 14) sorted by relevance
/kernel/linux/linux-6.6/fs/f2fs/ |
H A D | checkpoint.c | 1319 static void update_ckpt_flags(struct f2fs_sb_info *sbi, struct cp_control *cpc) in update_ckpt_flags() 1450 static int do_checkpoint(struct f2fs_sb_info *sbi, struct cp_control *cpc) in do_checkpoint() 1621 int f2fs_write_checkpoint(struct f2fs_sb_info *sbi, struct cp_control *cpc) in f2fs_write_checkpoint() 1762 struct cp_control cpc = { .reason = CP_SYNC, }; in __write_checkpoint_sync() 1849 struct cp_control cpc; in f2fs_issue_checkpoint()
|
H A D | gc.c | 1800 struct cp_control cpc; in f2fs_gc() 1987 struct cp_control cpc = { CP_RESIZE, 0, 0, 0 }; in free_segment_range() 2114 struct cp_control cpc = { CP_RESIZE, 0, 0, 0 }; in f2fs_resize_fs()
|
H A D | f2fs.h | 248 struct cp_control { struct 3656 int f2fs_flush_nat_entries(struct f2fs_sb_info *sbi, struct cp_control *cpc); 3681 struct cp_control *cpc); 3699 struct cp_control *cpc); 3732 void f2fs_flush_sit_entries(struct f2fs_sb_info *sbi, struct cp_control *cpc); 3793 int f2fs_write_checkpoint(struct f2fs_sb_info *sbi, struct cp_control *cpc);
|
H A D | recovery.c | 936 struct cp_control cpc = { in f2fs_recover_fsync_data()
|
H A D | segment.c | 2040 static bool add_discard_addrs(struct f2fs_sb_info *sbi, struct cp_control *cpc, in add_discard_addrs() 2132 struct cp_control *cpc) in f2fs_clear_prefree_segments() 3123 struct cp_control *cpc) in f2fs_exist_trim_candidates() 3215 struct cp_control cpc; in f2fs_trim_fs() 4245 void f2fs_flush_sit_entries(struct f2fs_sb_info *sbi, struct cp_control *cpc) in f2fs_flush_sit_entries()
|
H A D | super.c | 1640 struct cp_control cpc = { in f2fs_put_super() 1650 struct cp_control cpc = { in f2fs_put_super() 2222 struct cp_control cpc; in f2fs_disable_checkpoint() 4907 struct cp_control cpc = { in kill_f2fs_super()
|
H A D | node.c | 3011 struct nat_entry_set *set, struct cp_control *cpc) in __flush_nat_entry_set() 3088 int f2fs_flush_nat_entries(struct f2fs_sb_info *sbi, struct cp_control *cpc) in f2fs_flush_nat_entries()
|
/kernel/linux/linux-5.10/fs/f2fs/ |
H A D | f2fs.h | 219 struct cp_control { struct 1918 struct cp_control *cpc) in enabled_nat_bits() 3337 int f2fs_flush_nat_entries(struct f2fs_sb_info *sbi, struct cp_control *cpc); 3368 struct cp_control *cpc); 3386 struct cp_control *cpc); 3417 void f2fs_flush_sit_entries(struct f2fs_sb_info *sbi, struct cp_control *cpc); 3467 int f2fs_write_checkpoint(struct f2fs_sb_info *sbi, struct cp_control *cpc);
|
H A D | gc.c | 1703 struct cp_control cpc; in f2fs_gc() 1877 struct cp_control cpc = { CP_RESIZE, 0, 0, 0 }; in free_segment_range() 2003 struct cp_control cpc = { CP_RESIZE, 0, 0, 0 }; in f2fs_resize_fs()
|
H A D | checkpoint.c | 1309 static void update_ckpt_flags(struct f2fs_sb_info *sbi, struct cp_control *cpc) in update_ckpt_flags() 1412 static int do_checkpoint(struct f2fs_sb_info *sbi, struct cp_control *cpc) in do_checkpoint() 1584 int f2fs_write_checkpoint(struct f2fs_sb_info *sbi, struct cp_control *cpc) in f2fs_write_checkpoint()
|
H A D | super.c | 1307 struct cp_control cpc = { in f2fs_put_super() 1318 struct cp_control cpc = { in f2fs_put_super() 1399 struct cp_control cpc; in f2fs_sync_fs() 1787 struct cp_control cpc; in f2fs_disable_checkpoint() 4100 struct cp_control cpc = { in kill_f2fs_super()
|
H A D | recovery.c | 874 struct cp_control cpc = { in f2fs_recover_fsync_data()
|
H A D | segment.c | 2036 static bool add_discard_addrs(struct f2fs_sb_info *sbi, struct cp_control *cpc, in add_discard_addrs() 2127 struct cp_control *cpc) in f2fs_clear_prefree_segments() 3133 struct cp_control *cpc) in f2fs_exist_trim_candidates() 3238 struct cp_control cpc; in f2fs_trim_fs() 4298 void f2fs_flush_sit_entries(struct f2fs_sb_info *sbi, struct cp_control *cpc) in f2fs_flush_sit_entries()
|
H A D | node.c | 2876 struct nat_entry_set *set, struct cp_control *cpc) in __flush_nat_entry_set() 2953 int f2fs_flush_nat_entries(struct f2fs_sb_info *sbi, struct cp_control *cpc) in f2fs_flush_nat_entries()
|
Completed in 58 milliseconds