Lines Matching defs:combined
670 _cleanup_free_ char *controller = NULL, *origin = NULL, *combined = NULL;
680 r = readlink_malloc(origin, &combined);
699 if (!filename_is_valid(combined)) {
700 log_warning("Ignoring invalid combined hierarchy %s.", combined);
704 r = mount_legacy_cgroup_hierarchy(dest, combined, combined, true);
708 r = symlink_idempotent(combined, target);
710 log_error("Invalid existing symlink for combined hierarchy");
714 return log_error_errno(r, "Failed to create symlink for combined hierarchy: %m");