Searched defs:do_lxcapi_clone (Results 1 - 1 of 1) sorted by relevance
/lxc/src/lxc/ |
H A D | lxccontainer.c | 3056 static struct lxc_container *do_lxcapi_clone(struct lxc_container *c, const char *newname, function 3242 ret = do_lxcapi_clone(c, newname, lxcpath, flags, bdevtype, bdevdata, newsize, hookargs); 3411 c2 = do_lxcapi_clone(c, newname, snappath, flags, NULL, NULL, 0, NULL);
|
Completed in 224 milliseconds