Searched refs:cp_control (Results 1 – 7 of 7) sorted by relevance
/Linux-v5.10/fs/f2fs/ |
D | f2fs.h | 213 struct cp_control { struct 1940 struct cp_control *cpc) in enabled_nat_bits() 3322 int f2fs_flush_nat_entries(struct f2fs_sb_info *sbi, struct cp_control *cpc); 3349 struct cp_control *cpc); 3366 struct cp_control *cpc); 3397 void f2fs_flush_sit_entries(struct f2fs_sb_info *sbi, struct cp_control *cpc); 3446 int f2fs_write_checkpoint(struct f2fs_sb_info *sbi, struct cp_control *cpc);
|
D | checkpoint.c | 1285 static void update_ckpt_flags(struct f2fs_sb_info *sbi, struct cp_control *cpc) in update_ckpt_flags() 1388 static int do_checkpoint(struct f2fs_sb_info *sbi, struct cp_control *cpc) in do_checkpoint() 1560 int f2fs_write_checkpoint(struct f2fs_sb_info *sbi, struct cp_control *cpc) in f2fs_write_checkpoint()
|
D | gc.c | 1644 struct cp_control cpc; in f2fs_gc() 1809 struct cp_control cpc = { CP_RESIZE, 0, 0, 0 }; in free_segment_range() 1934 struct cp_control cpc = { CP_RESIZE, 0, 0, 0 }; in f2fs_resize_fs()
|
D | super.c | 1232 struct cp_control cpc = { in f2fs_put_super() 1243 struct cp_control cpc = { in f2fs_put_super() 1324 struct cp_control cpc; in f2fs_sync_fs() 1711 struct cp_control cpc; in f2fs_disable_checkpoint() 3962 struct cp_control cpc = { in kill_f2fs_super()
|
D | recovery.c | 852 struct cp_control cpc = { in f2fs_recover_fsync_data()
|
D | segment.c | 1882 static bool add_discard_addrs(struct f2fs_sb_info *sbi, struct cp_control *cpc, in add_discard_addrs() 1973 struct cp_control *cpc) in f2fs_clear_prefree_segments() 2947 struct cp_control *cpc) in f2fs_exist_trim_candidates() 3043 struct cp_control cpc; in f2fs_trim_fs() 4085 void f2fs_flush_sit_entries(struct f2fs_sb_info *sbi, struct cp_control *cpc) in f2fs_flush_sit_entries()
|
D | node.c | 2858 struct nat_entry_set *set, struct cp_control *cpc) in __flush_nat_entry_set() 2935 int f2fs_flush_nat_entries(struct f2fs_sb_info *sbi, struct cp_control *cpc) in f2fs_flush_nat_entries()
|