Searched refs:f2fs_write_checkpoint (Results 1 – 7 of 7) sorted by relevance
/linux-4.19.296/fs/f2fs/ |
D | gc.c | 1183 ret = f2fs_write_checkpoint(sbi, &cpc); in f2fs_gc() 1235 ret = f2fs_write_checkpoint(sbi, &cpc); in f2fs_gc()
|
D | super.c | 1025 f2fs_write_checkpoint(sbi, &cpc); in f2fs_put_super() 1036 f2fs_write_checkpoint(sbi, &cpc); in f2fs_put_super() 1109 err = f2fs_write_checkpoint(sbi, &cpc); in f2fs_sync_fs() 3251 f2fs_write_checkpoint(sbi, &cpc); in kill_f2fs_super()
|
D | recovery.c | 752 err = f2fs_write_checkpoint(sbi, &cpc); in f2fs_recover_fsync_data()
|
D | checkpoint.c | 1465 int f2fs_write_checkpoint(struct f2fs_sb_info *sbi, struct cp_control *cpc) in f2fs_write_checkpoint() function
|
D | f2fs.h | 3035 int f2fs_write_checkpoint(struct f2fs_sb_info *sbi, struct cp_control *cpc);
|
D | segment.c | 2688 err = f2fs_write_checkpoint(sbi, &cpc); in f2fs_trim_fs()
|
/linux-4.19.296/include/trace/events/ |
D | f2fs.h | 1326 TRACE_EVENT(f2fs_write_checkpoint,
|