Home
last modified time | relevance | path

Searched refs:cp_control (Results 1 – 7 of 7) sorted by relevance

/Linux-v5.15/fs/f2fs/
Dcheckpoint.c1300 static void update_ckpt_flags(struct f2fs_sb_info *sbi, struct cp_control *cpc) in update_ckpt_flags()
1431 static int do_checkpoint(struct f2fs_sb_info *sbi, struct cp_control *cpc) in do_checkpoint()
1602 int f2fs_write_checkpoint(struct f2fs_sb_info *sbi, struct cp_control *cpc) in f2fs_write_checkpoint()
1743 struct cp_control cpc = { .reason = CP_SYNC, }; in __write_checkpoint_sync()
1830 struct cp_control cpc; in f2fs_issue_checkpoint()
Df2fs.h226 struct cp_control { struct
3427 int f2fs_flush_nat_entries(struct f2fs_sb_info *sbi, struct cp_control *cpc);
3455 struct cp_control *cpc);
3473 struct cp_control *cpc);
3504 void f2fs_flush_sit_entries(struct f2fs_sb_info *sbi, struct cp_control *cpc);
3554 int f2fs_write_checkpoint(struct f2fs_sb_info *sbi, struct cp_control *cpc);
Dgc.c1685 struct cp_control cpc; in f2fs_gc()
1851 struct cp_control cpc = { CP_RESIZE, 0, 0, 0 }; in free_segment_range()
1976 struct cp_control cpc = { CP_RESIZE, 0, 0, 0 }; in f2fs_resize_fs()
Drecovery.c861 struct cp_control cpc = { in f2fs_recover_fsync_data()
Dsuper.c1510 struct cp_control cpc = { in f2fs_put_super()
1521 struct cp_control cpc = { in f2fs_put_super()
2034 struct cp_control cpc; in f2fs_disable_checkpoint()
4435 struct cp_control cpc = { in kill_f2fs_super()
Dsegment.c1919 static bool add_discard_addrs(struct f2fs_sb_info *sbi, struct cp_control *cpc, in add_discard_addrs()
2011 struct cp_control *cpc) in f2fs_clear_prefree_segments()
3033 struct cp_control *cpc) in f2fs_exist_trim_candidates()
3129 struct cp_control cpc; in f2fs_trim_fs()
4202 void f2fs_flush_sit_entries(struct f2fs_sb_info *sbi, struct cp_control *cpc) in f2fs_flush_sit_entries()
Dnode.c2974 struct nat_entry_set *set, struct cp_control *cpc) in __flush_nat_entry_set()
3051 int f2fs_flush_nat_entries(struct f2fs_sb_info *sbi, struct cp_control *cpc) in f2fs_flush_nat_entries()