Searched refs:release_agent_path (Results 1 – 2 of 2) sorted by relevance
329 char release_agent_path[PATH_MAX]; member
1596 if (strlen(root->release_agent_path)) in cgroup_show_options()1598 root->release_agent_path); in cgroup_show_options()1810 strcpy(root->release_agent_path, opts.release_agent); in cgroup_remount()1907 strcpy(root->release_agent_path, opts->release_agent); in init_cgroup_root()2830 BUILD_BUG_ON(sizeof(cgrp->root->release_agent_path) < PATH_MAX); in cgroup_release_agent_write()2836 strlcpy(cgrp->root->release_agent_path, strstrip(buf), in cgroup_release_agent_write()2837 sizeof(cgrp->root->release_agent_path)); in cgroup_release_agent_write()2848 seq_puts(seq, cgrp->root->release_agent_path); in cgroup_release_agent_show()5757 agentbuf = kstrdup(cgrp->root->release_agent_path, GFP_KERNEL); in cgroup_release_agent()