Searched refs:cp_control (Results 1 – 6 of 6) sorted by relevance
/linux/fs/f2fs/ |
H A D | checkpoint.c | 1326 static void update_ckpt_flags(struct f2fs_sb_info *sbi, struct cp_control *cpc) in update_ckpt_flags() 1445 static int do_checkpoint(struct f2fs_sb_info *sbi, struct cp_control *cpc) in do_checkpoint() 1610 int f2fs_write_checkpoint(struct f2fs_sb_info *sbi, struct cp_control *cpc) in f2fs_write_checkpoint() 1752 struct cp_control cpc = { .reason = CP_SYNC, }; in __write_checkpoint_sync() 1839 struct cp_control cpc; in f2fs_issue_checkpoint()
|
H A D | f2fs.h | 272 struct cp_control { struct 2288 struct cp_control *cpc) in enabled_nat_bits() 3810 int f2fs_flush_nat_entries(struct f2fs_sb_info *sbi, struct cp_control *cpc); 3836 struct cp_control *cpc); 3854 struct cp_control *cpc); 3891 void f2fs_flush_sit_entries(struct f2fs_sb_info *sbi, struct cp_control *cpc); 3961 int f2fs_write_checkpoint(struct f2fs_sb_info *sbi, struct cp_control *cpc); 273 reasoncp_control global() argument 274 trim_startcp_control global() argument 275 trim_endcp_control global() argument 276 trim_minlencp_control global() argument
|
H A D | gc.c | 1864 struct cp_control cpc; in f2fs_gc() 2094 struct cp_control cpc = { CP_RESIZE, 0, 0, 0 }; in free_segment_range() 2207 struct cp_control cpc = { CP_RESIZE, 0, 0, 0 }; in f2fs_resize_fs()
|
H A D | segment.c | 2088 static bool add_discard_addrs(struct f2fs_sb_info *sbi, struct cp_control *cpc, in add_discard_addrs() 2183 struct cp_control *cpc) in f2fs_clear_prefree_segments() 3371 struct cp_control *cpc) in f2fs_exist_trim_candidates() 3463 struct cp_control cpc; in f2fs_trim_fs() 4642 void f2fs_flush_sit_entries(struct f2fs_sb_info *sbi, struct cp_control *cpc) in f2fs_flush_sit_entries()
|
H A D | super.c | 1898 struct cp_control cpc = { in f2fs_put_super() 1908 struct cp_control cpc = { in f2fs_put_super() 2492 struct cp_control cpc; in f2fs_disable_checkpoint() 5343 struct cp_control cpc = { in kill_f2fs_super()
|
H A D | node.c | 3030 struct nat_entry_set *set, struct cp_control *cpc) in __flush_nat_entry_set() 3107 int f2fs_flush_nat_entries(struct f2fs_sb_info *sbi, struct cp_control *cpc) in f2fs_flush_nat_entries()
|