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

/lxc/hooks/
H A Dunmount-namespace.c23 * before continuing with other tasks. Without this hook the cleanup of mounts
86 * we're interested in. (There might also still be /dev/cgroup mounts).
93 /* Read mounts from 'self/mounts' relative to a directory filedescriptor.
95 * need to access /proc/self/mounts and the container's /proc doesn't contain
104 struct mount *mounts = (struct mount*)malloc(capacity * sizeof(*mounts)); local
106 if (!mounts) {
114 fd = openat(procfd, "self/mounts", O_RDONLY);
116 free(mounts);
165 struct mount *mounts; local
[all...]

Completed in 8 milliseconds