Searched defs:bdevdata (Results 1 - 3 of 3) sorted by relevance
/lxc/src/lxc/bdev/ |
H A D | bdev.c | 297 const char *bdevdata, uint64_t newsize, int *needs_rdep) 295 bdev_copy(struct lxc_container *c0, const char *cname, const char *lxcpath, const char *bdevtype, int flags, const char *bdevdata, uint64_t newsize, int *needs_rdep) argument
|
/lxc/src/python-lxc/ |
H A D | lxc.c | 739 char *bdevdata = NULL; local 749 "bdevdata", "newsize", "hookargs", NULL}; 753 &flags, &bdevtype, &bdevdata, &newsize, 777 bdevdata, newsize, hookargs); 1643 "clone(newname, config_path, flags, bdevtype, bdevdata, newsize, "
|
/lxc/src/lxc/ |
H A D | lxccontainer.c | 2853 const char *newtype, int flags, const char *bdevdata, 2862 bdev = bdev_copy(c0, c->name, c->config_path, newtype, flags, bdevdata, 3058 const char *bdevtype, const char *bdevdata, uint64_t newsize, 3151 ret = copy_storage(c, c2, bdevtype, flags, bdevdata, newsize); 3237 const char *bdevtype, const char *bdevdata, uint64_t newsize, 3242 ret = do_lxcapi_clone(c, newname, lxcpath, flags, bdevtype, bdevdata, newsize, hookargs); 2852 copy_storage(struct lxc_container *c0, struct lxc_container *c, const char *newtype, int flags, const char *bdevdata, uint64_t newsize) argument 3056 do_lxcapi_clone(struct lxc_container *c, const char *newname, const char *lxcpath, int flags, const char *bdevtype, const char *bdevdata, uint64_t newsize, char **hookargs) argument 3235 lxcapi_clone(struct lxc_container *c, const char *newname, const char *lxcpath, int flags, const char *bdevtype, const char *bdevdata, uint64_t newsize, char **hookargs) argument
|
Completed in 703 milliseconds