Lines Matching refs:cpc
1246 struct cp_control cpc = { in f2fs_put_super() local
1249 f2fs_write_checkpoint(sbi, &cpc); in f2fs_put_super()
1257 struct cp_control cpc = { in f2fs_put_super() local
1260 f2fs_write_checkpoint(sbi, &cpc); in f2fs_put_super()
1337 struct cp_control cpc; in f2fs_sync_fs() local
1339 cpc.reason = __get_cp_reason(sbi); in f2fs_sync_fs()
1342 err = f2fs_write_checkpoint(sbi, &cpc); in f2fs_sync_fs()
1727 struct cp_control cpc; in f2fs_disable_checkpoint() local
1764 cpc.reason = CP_PAUSE; in f2fs_disable_checkpoint()
1766 err = f2fs_write_checkpoint(sbi, &cpc); in f2fs_disable_checkpoint()
3979 struct cp_control cpc = { in kill_f2fs_super() local
3982 f2fs_write_checkpoint(sbi, &cpc); in kill_f2fs_super()