Lines Matching refs:cpc
1079 struct cp_control cpc = { in f2fs_put_super() local
1082 f2fs_write_checkpoint(sbi, &cpc); in f2fs_put_super()
1090 struct cp_control cpc = { in f2fs_put_super() local
1093 f2fs_write_checkpoint(sbi, &cpc); in f2fs_put_super()
1168 struct cp_control cpc; in f2fs_sync_fs() local
1170 cpc.reason = __get_cp_reason(sbi); in f2fs_sync_fs()
1173 err = f2fs_write_checkpoint(sbi, &cpc); in f2fs_sync_fs()
1505 struct cp_control cpc; in f2fs_disable_checkpoint() local
1542 cpc.reason = CP_PAUSE; in f2fs_disable_checkpoint()
1544 err = f2fs_write_checkpoint(sbi, &cpc); in f2fs_disable_checkpoint()
3662 struct cp_control cpc = { in kill_f2fs_super() local
3665 f2fs_write_checkpoint(sbi, &cpc); in kill_f2fs_super()