Searched refs:cp_control (Results 1 – 7 of 7) sorted by relevance
/Linux-v6.1/fs/f2fs/ |
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() 1622 int f2fs_write_checkpoint(struct f2fs_sb_info *sbi, struct cp_control *cpc) in f2fs_write_checkpoint() 1763 struct cp_control cpc = { .reason = CP_SYNC, }; in __write_checkpoint_sync() 1850 struct cp_control cpc; in f2fs_issue_checkpoint()
|
D | f2fs.h | 244 struct cp_control { struct 3622 int f2fs_flush_nat_entries(struct f2fs_sb_info *sbi, struct cp_control *cpc); 3647 struct cp_control *cpc); 3665 struct cp_control *cpc); 3698 void f2fs_flush_sit_entries(struct f2fs_sb_info *sbi, struct cp_control *cpc); 3760 int f2fs_write_checkpoint(struct f2fs_sb_info *sbi, struct cp_control *cpc);
|
D | gc.c | 1770 struct cp_control cpc; in f2fs_gc() 1947 struct cp_control cpc = { CP_RESIZE, 0, 0, 0 }; in free_segment_range() 2072 struct cp_control cpc = { CP_RESIZE, 0, 0, 0 }; in f2fs_resize_fs()
|
D | recovery.c | 905 struct cp_control cpc = { in f2fs_recover_fsync_data()
|
D | super.c | 1561 struct cp_control cpc = { in f2fs_put_super() 1572 struct cp_control cpc = { in f2fs_put_super() 2096 struct cp_control cpc; in f2fs_disable_checkpoint() 4603 struct cp_control cpc = { in kill_f2fs_super()
|
D | segment.c | 1818 static bool add_discard_addrs(struct f2fs_sb_info *sbi, struct cp_control *cpc, in add_discard_addrs() 1910 struct cp_control *cpc) in f2fs_clear_prefree_segments() 2951 struct cp_control *cpc) in f2fs_exist_trim_candidates() 3047 struct cp_control cpc; in f2fs_trim_fs() 4045 void f2fs_flush_sit_entries(struct f2fs_sb_info *sbi, struct cp_control *cpc) in f2fs_flush_sit_entries()
|
D | node.c | 2984 struct nat_entry_set *set, struct cp_control *cpc) in __flush_nat_entry_set() 3061 int f2fs_flush_nat_entries(struct f2fs_sb_info *sbi, struct cp_control *cpc) in f2fs_flush_nat_entries()
|