Lines Matching defs:c2
58 struct lxc_container *c, *c2 = NULL;
129 c2 = lxc_container_new(RESTNAME, NULL);
130 if (!c2 || !c2->is_defined(c2)) {
134 lxc_container_put(c2);
136 c2 = c->clone(c, MYNAME2, NULL, LXC_CLONE_SNAPSHOT, "overlayfs", NULL, 0, NULL);
137 if (!c2) {
142 if (c2->snapshot(c2, NULL) != 0) {
147 n = c2->snapshot_list(c2, &s);
161 if (!c2->snapshot_restore(c2, "snap0", NULL)) {
166 if (!c2->snapshot_destroy(c2, "snap0")) {