Searched refs:cp_control (Results 1 – 8 of 8) sorted by relevance
| /linux/fs/f2fs/ |
| H A D | checkpoint.c | 1634 static void update_ckpt_flags(struct f2fs_sb_info *sbi, struct cp_control *cpc) in update_ckpt_flags() 1753 static inline void stat_cp_time(struct cp_control *cpc, enum cp_time type) in stat_cp_time() 1758 static inline void check_cp_time(struct f2fs_sb_info *sbi, struct cp_control *cpc) in check_cp_time() 1781 static int do_checkpoint(struct f2fs_sb_info *sbi, struct cp_control *cpc) in do_checkpoint() 1954 int f2fs_write_checkpoint(struct f2fs_sb_info *sbi, struct cp_control *cpc) in f2fs_write_checkpoint() 2109 struct cp_control cpc = { .reason = CP_SYNC, }; in __write_checkpoint_sync() 2198 struct cp_control cpc; in f2fs_issue_checkpoint()
|
| H A D | f2fs.h | 351 struct cp_control { struct 2533 struct cp_control *cpc) in enabled_nat_bits() 4042 int f2fs_flush_nat_entries(struct f2fs_sb_info *sbi, struct cp_control *cpc); 4070 struct cp_control *cpc); 4088 struct cp_control *cpc); 4126 void f2fs_flush_sit_entries(struct f2fs_sb_info *sbi, struct cp_control *cpc); 4217 int f2fs_write_checkpoint(struct f2fs_sb_info *sbi, struct cp_control *cpc);
|
| H A D | gc.c | 1956 struct cp_control cpc; in f2fs_gc() 2235 struct cp_control cpc = { CP_RESIZE, 0, 0, 0 }; in free_segment_range() 2356 struct cp_control cpc = { CP_RESIZE, 0, 0, 0 }; in f2fs_resize_fs()
|
| H A D | recovery.c | 968 struct cp_control cpc = { in f2fs_recover_fsync_data()
|
| H A D | segment.c | 2129 static bool add_discard_addrs(struct f2fs_sb_info *sbi, struct cp_control *cpc, in add_discard_addrs() 2224 struct cp_control *cpc) in f2fs_clear_prefree_segments() 3507 struct cp_control *cpc) in f2fs_exist_trim_candidates() 3599 struct cp_control cpc; in f2fs_trim_fs() 4804 void f2fs_flush_sit_entries(struct f2fs_sb_info *sbi, struct cp_control *cpc) in f2fs_flush_sit_entries()
|
| H A D | super.c | 2038 struct cp_control cpc = { in f2fs_put_super() 2048 struct cp_control cpc = { in f2fs_put_super() 2655 struct cp_control cpc; in f2fs_disable_checkpoint() 5661 struct cp_control cpc = { in kill_f2fs_super()
|
| H A D | node.c | 3134 struct nat_entry_set *set, struct cp_control *cpc) in __flush_nat_entry_set() 3211 int f2fs_flush_nat_entries(struct f2fs_sb_info *sbi, struct cp_control *cpc) in f2fs_flush_nat_entries()
|
| H A D | file.c | 3751 struct cp_control cpc = { CP_SYNC, 0, 0, 0 }; in f2fs_ioc_reserve_dev_alias() 3885 struct cp_control cpc = { CP_SYNC, 0, 0, 0 }; in f2fs_ioc_release_dev_alias()
|