Searched refs:f2fs_write_checkpoint (Results 1 – 8 of 8) sorted by relevance
| /linux/fs/f2fs/ |
| H A D | gc.c | 1998 ret = f2fs_write_checkpoint(sbi, &cpc); in f2fs_gc() 2058 ret = f2fs_write_checkpoint(sbi, &cpc); in f2fs_gc() 2074 ret = f2fs_write_checkpoint(sbi, &cpc); in f2fs_gc() 2268 err = f2fs_write_checkpoint(sbi, &cpc); in free_segment_range() 2474 err = f2fs_write_checkpoint(sbi, &cpc); in f2fs_resize_fs()
|
| H A D | checkpoint.c | 1954 int f2fs_write_checkpoint(struct f2fs_sb_info *sbi, struct cp_control *cpc) in f2fs_write_checkpoint() function 2114 err = f2fs_write_checkpoint(sbi, &cpc); in __write_checkpoint_sync() 2207 ret = f2fs_write_checkpoint(sbi, &cpc); in f2fs_issue_checkpoint()
|
| H A D | recovery.c | 972 err = f2fs_write_checkpoint(sbi, &cpc); in f2fs_recover_fsync_data()
|
| H A D | super.c | 2042 err = f2fs_write_checkpoint(sbi, &cpc); in f2fs_put_super() 2052 err = f2fs_write_checkpoint(sbi, &cpc); in f2fs_put_super() 2731 err = f2fs_write_checkpoint(sbi, &cpc); in f2fs_disable_checkpoint() 5665 f2fs_write_checkpoint(sbi, &cpc); in kill_f2fs_super()
|
| H A D | file.c | 3861 return f2fs_write_checkpoint(sbi, &cpc); in f2fs_ioc_reserve_dev_alias() 3951 return f2fs_write_checkpoint(sbi, &cpc); in f2fs_ioc_release_dev_alias()
|
| H A D | f2fs.h | 4217 int f2fs_write_checkpoint(struct f2fs_sb_info *sbi, struct cp_control *cpc);
|
| H A D | segment.c | 3636 err = f2fs_write_checkpoint(sbi, &cpc); in f2fs_trim_fs()
|
| /linux/include/trace/events/ |
| H A D | f2fs.h | 1603 TRACE_EVENT(f2fs_write_checkpoint,
|