Searched refs:cp_control (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/fs/f2fs/ |
H A D | checkpoint.c | 1324 static void update_ckpt_flags(struct f2fs_sb_info *sbi, struct cp_control *cpc) in update_ckpt_flags() 1455 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 | f2fs.h | 247 struct cp_control { struct 3652 int f2fs_flush_nat_entries(struct f2fs_sb_info *sbi, struct cp_control *cpc); 3677 struct cp_control *cpc); 3696 struct cp_control *cpc); 3729 void f2fs_flush_sit_entries(struct f2fs_sb_info *sbi, struct cp_control *cpc); 3790 int f2fs_write_checkpoint(struct f2fs_sb_info *sbi, struct cp_control *cpc);
|
H A D | gc.c | 1811 struct cp_control cpc; in f2fs_gc() 2028 struct cp_control cpc = { CP_RESIZE, 0, 0, 0 }; in free_segment_range() 2138 struct cp_control cpc = { CP_RESIZE, 0, 0, 0 }; in f2fs_resize_fs()
|
H A D | recovery.c | 936 struct cp_control cpc = { in f2fs_recover_fsync_data()
|
H A D | segment.c | 2057 static bool add_discard_addrs(struct f2fs_sb_info *sbi, struct cp_control *cpc, in add_discard_addrs() 2150 struct cp_control *cpc) in f2fs_clear_prefree_segments() 3160 struct cp_control *cpc) in f2fs_exist_trim_candidates() 3252 struct cp_control cpc; in f2fs_trim_fs() 4285 void f2fs_flush_sit_entries(struct f2fs_sb_info *sbi, struct cp_control *cpc) in f2fs_flush_sit_entries()
|
H A D | super.c | 1598 struct cp_control cpc = { in f2fs_put_super() 1608 struct cp_control cpc = { in f2fs_put_super() 2181 struct cp_control cpc; in f2fs_disable_checkpoint() 4857 struct cp_control cpc = { in kill_f2fs_super()
|
H A D | node.c | 3026 struct nat_entry_set *set, struct cp_control *cpc) in __flush_nat_entry_set() 3103 int f2fs_flush_nat_entries(struct f2fs_sb_info *sbi, struct cp_control *cpc) in f2fs_flush_nat_entries()
|