Searched refs:f2fs_write_checkpoint (Results 1 – 7 of 7) sorted by relevance
/Linux-v4.19/fs/f2fs/ |
D | gc.c | 1176 ret = f2fs_write_checkpoint(sbi, &cpc); in f2fs_gc() 1228 ret = f2fs_write_checkpoint(sbi, &cpc); in f2fs_gc()
|
D | recovery.c | 704 err = f2fs_write_checkpoint(sbi, &cpc); in f2fs_recover_fsync_data()
|
D | super.c | 1029 f2fs_write_checkpoint(sbi, &cpc); in f2fs_put_super() 1039 f2fs_write_checkpoint(sbi, &cpc); in f2fs_put_super() 1108 err = f2fs_write_checkpoint(sbi, &cpc); in f2fs_sync_fs() 3176 f2fs_write_checkpoint(sbi, &cpc); in kill_f2fs_super()
|
D | checkpoint.c | 1443 int f2fs_write_checkpoint(struct f2fs_sb_info *sbi, struct cp_control *cpc) in f2fs_write_checkpoint() function
|
D | f2fs.h | 2993 int f2fs_write_checkpoint(struct f2fs_sb_info *sbi, struct cp_control *cpc);
|
D | segment.c | 2663 err = f2fs_write_checkpoint(sbi, &cpc); in f2fs_trim_fs()
|
/Linux-v4.19/include/trace/events/ |
D | f2fs.h | 1326 TRACE_EVENT(f2fs_write_checkpoint,
|