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

/lxc/src/lxc/cgroups/
H A Dcgfsng.c64 * @mountpoint: the mountpoint we will use. It will be either
72 char *mountpoint; member in struct:hierarchy
209 * remounting to be unambiguous, or by comparing mountpoint contents
619 cgpath = must_make_path(h->mountpoint, h->base_cgroup, cgname, NULL);
737 ERROR("no freezer controller mountpoint found");
746 ERROR("no %s controller mountpoint found", p);
766 * options. But we simply assume that the mountpoint must be
813 static void add_controller(char **clist, char *mountpoint, char *base_cgroup) argument
820 new->mountpoint
930 test_writeable(char *mountpoint, char *path) argument
1084 char *mountpoint, *base_cgroup; local
[all...]

Completed in 13 milliseconds