Searched refs:zi (Results 1 - 1 of 1) sorted by relevance

/lxc/hooks/
H A Dunmount-namespace.c166 size_t zi, count = 0; local
228 for (zi = 0; zi != count; ++zi) {
229 /* fprintf(stderr, "Unmount: %s\n", mounts[zi].dst); */
230 if (umount2(mounts[zi].dst, 0) != 0) {
232 if (mount_should_error(&mounts[zi])) {
234 argv[0], mounts[zi].dst, strerror(error));
237 mount_free(&mounts[zi]);

Completed in 12 milliseconds