Lines Matching refs:cg_get_path

48         r = cg_get_path(controller, path, item, &fs);  in cg_enumerate_items()
98 r = cg_get_path(controller, path, "cgroup.events", &events); in cg_read_event()
189 r = cg_get_path(controller, path, NULL, &fs); in cg_enumerate_subgroups()
229 r = cg_get_path(controller, path, NULL, &p); in cg_rmdir()
388 r = cg_get_path(controller, path, "cgroup.kill", &killfile); in cg_kill_kernel_sigkill()
525 int cg_get_path(const char *controller, const char *path, const char *suffix, char **ret) { in cg_get_path() function
608 return cg_get_path(controller, path, suffix, fs); in cg_get_path_and_check()
619 r = cg_get_path(controller, path, NULL, &fs); in cg_set_xattr()
634 r = cg_get_path(controller, path, NULL, &fs); in cg_get_xattr()
652 r = cg_get_path(controller, path, NULL, &fs); in cg_get_xattr_malloc()
684 r = cg_get_path(controller, path, NULL, &fs); in cg_remove_xattr()
788 r = cg_get_path(controller, NULL, "release_agent", &fs); in cg_install_release_agent()
805 r = cg_get_path(controller, NULL, "notify_on_release", &fs); in cg_install_release_agent()
839 r = cg_get_path(controller, NULL, "notify_on_release", &fs); in cg_uninstall_release_agent()
849 r = cg_get_path(controller, NULL, "release_agent", &fs); in cg_uninstall_release_agent()
1021 return cg_get_path(c ?: SYSTEMD_CGROUP_CONTROLLER, p ?: "/", NULL, result); in cg_mangle_path()
1696 r = cg_get_path(controller, path, "cgroup.type", &fs); in cg_is_threaded()
1719 r = cg_get_path(controller, path, attribute, &p); in cg_set_attribute()
1730 r = cg_get_path(controller, path, attribute, &p); in cg_get_attribute()
1790 r = cg_get_path(controller, path, NULL, &f); in cg_get_owner()
1823 r = cg_get_path(controller, path, attribute, &filename); in cg_get_keyed_attribute_full()
1975 r = cg_get_path(SYSTEMD_CGROUP_CONTROLLER, root, "cgroup.controllers", &path); in cg_mask_supported_subtree()