Lines Matching refs:cpc
1232 struct cp_control cpc = { in f2fs_put_super() local
1235 f2fs_write_checkpoint(sbi, &cpc); in f2fs_put_super()
1243 struct cp_control cpc = { in f2fs_put_super() local
1246 f2fs_write_checkpoint(sbi, &cpc); in f2fs_put_super()
1324 struct cp_control cpc; in f2fs_sync_fs() local
1326 cpc.reason = __get_cp_reason(sbi); in f2fs_sync_fs()
1329 err = f2fs_write_checkpoint(sbi, &cpc); in f2fs_sync_fs()
1711 struct cp_control cpc; in f2fs_disable_checkpoint() local
1748 cpc.reason = CP_PAUSE; in f2fs_disable_checkpoint()
1750 err = f2fs_write_checkpoint(sbi, &cpc); in f2fs_disable_checkpoint()
3962 struct cp_control cpc = { in kill_f2fs_super() local
3965 f2fs_write_checkpoint(sbi, &cpc); in kill_f2fs_super()