Searched refs:bdevdata (Results 1 - 6 of 6) sorted by relevance
/lxc/src/lxc/bdev/ |
H A D | bdev.h | 122 int flags, const char *bdevdata, uint64_t newsize,
|
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/lxc/ |
H A D | __init__.py | 236 bdevdata=None, newsize=0, hookargs=()): 250 if bdevdata: 251 args['bdevdata'] = bdevdata
|
/lxc/src/lxc/ |
H A D | lxccontainer.h | 552 * \param bdevdata Information about how to create the new storage 569 const char *bdevdata, uint64_t newsize, char **hookargs);
|
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
|
/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, "
|
Completed in 26 milliseconds