Searched defs:mount_legacy_cgroup_hierarchy (Results 1 - 1 of 1) sorted by relevance

/systemd/src/nspawn/
H A Dnspawn-mount.c602 static int mount_legacy_cgroup_hierarchy(const char *dest, const char *controller, const char *hierarchy, bool read_only) { function
684 r = mount_legacy_cgroup_hierarchy(dest, controller, controller, true);
704 r = mount_legacy_cgroup_hierarchy(dest, combined, combined, true);
719 r = mount_legacy_cgroup_hierarchy(dest, "none,name=systemd,xattr", "systemd", false);

Completed in 14 milliseconds