job_type_is_conflicting  163 src/core/job.c                 if (j->type != JOB_NOP && job_type_is_conflicting(uj->type, j->type))
job_type_is_conflicting  319 src/core/transaction.c                             (k->unit->job && job_type_is_conflicting(k->type, k->unit->job->type)))
job_type_is_conflicting  554 src/core/transaction.c                                 job_type_is_conflicting(j->type, j->unit->job->type);