Home
last modified time | relevance | path

Searched refs:release_agent_path (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/kernel/cgroup/
Dcgroup-v1.c577 BUILD_BUG_ON(sizeof(cgrp->root->release_agent_path) < PATH_MAX); in cgroup_release_agent_write()
583 strlcpy(cgrp->root->release_agent_path, strstrip(buf), in cgroup_release_agent_write()
584 sizeof(cgrp->root->release_agent_path)); in cgroup_release_agent_write()
595 seq_puts(seq, cgrp->root->release_agent_path); in cgroup_release_agent_show()
813 agentbuf = kstrdup(cgrp->root->release_agent_path, GFP_KERNEL); in cgroup1_release_agent()
894 if (strlen(root->release_agent_path)) in cgroup1_show_options()
896 root->release_agent_path); in cgroup1_show_options()
1086 strcpy(root->release_agent_path, opts.release_agent); in cgroup1_remount()
Dcgroup.c1888 strscpy(root->release_agent_path, opts->release_agent, PATH_MAX); in init_cgroup_root()
/Linux-v4.19/include/linux/
Dcgroup-defs.h482 char release_agent_path[PATH_MAX]; member