| /lxc/src/lxc/bdev/ |
| H A D | lxcdir.h | 44 int snap, uint64_t newsize, struct lxc_conf *conf);
|
| H A D | lxcloop.h | 44 int snap, uint64_t newsize, struct lxc_conf *conf);
|
| H A D | lxcrbd.h | 44 int snap, uint64_t newsize, struct lxc_conf *conf);
|
| H A D | lxclvm.h | 51 uint64_t newsize, struct lxc_conf *conf);
|
| H A D | lxcnbd.h | 45 int snap, uint64_t newsize, struct lxc_conf *conf);
|
| H A D | lxczfs.h | 47 int snap, uint64_t newsize, struct lxc_conf *conf);
|
| H A D | lxcaufs.h | 53 int snap, uint64_t newsize, struct lxc_conf *conf);
|
| H A D | lxcloop.c | 48 int snap, uint64_t newsize, struct lxc_conf *conf) 51 uint64_t size = newsize; 83 // it's tempting to say: if orig->src == loopback and !newsize, then 88 if (!newsize && blk_getsize(orig, &size) < 0) { 99 if (!newsize) 46 loop_clonepaths(struct bdev *orig, struct bdev *new, const char *oldname, const char *cname, const char *oldpath, const char *lxcpath, int snap, uint64_t newsize, struct lxc_conf *conf) argument
|
| H A D | lxcoverlay.h | 55 int snap, uint64_t newsize, struct lxc_conf *conf);
|
| H A D | bdev.h | 78 int snap, uint64_t newsize, struct lxc_conf *conf); 122 int flags, const char *bdevdata, uint64_t newsize,
|
| H A D | lxcdir.c | 40 int snap, uint64_t newsize, struct lxc_conf *conf) 38 dir_clonepaths(struct bdev *orig, struct bdev *new, const char *oldname, const char *cname, const char *oldpath, const char *lxcpath, int snap, uint64_t newsize, struct lxc_conf *conf) argument
|
| H A D | lxclvm.c | 280 uint64_t newsize, struct lxc_conf *conf) 283 uint64_t size = newsize; 327 if (!newsize && blk_getsize(orig, &size) < 0) { 337 if (!newsize) 278 lvm_clonepaths(struct bdev *orig, struct bdev *new, const char *oldname, const char *cname, const char *oldpath, const char *lxcpath, int snap, uint64_t newsize, struct lxc_conf *conf) argument
|
| H A D | lxcrbd.c | 40 int snap, uint64_t newsize, struct lxc_conf *conf) 38 rbd_clonepaths(struct bdev *orig, struct bdev *new, const char *oldname, const char *cname, const char *oldpath, const char *lxcpath, int snap, uint64_t newsize, struct lxc_conf *conf) argument
|
| H A D | lxcnbd.c | 92 int snap, uint64_t newsize, struct lxc_conf *conf) 90 nbd_clonepaths(struct bdev *orig, struct bdev *new, const char *oldname, const char *cname, const char *oldpath, const char *lxcpath, int snap, uint64_t newsize, struct lxc_conf *conf) argument
|
| H A D | lxczfs.c | 206 uint64_t newsize, struct lxc_conf *conf) 204 zfs_clonepaths(struct bdev *orig, struct bdev *new, const char *oldname, const char *cname, const char *oldpath, const char *lxcpath, int snap, uint64_t newsize, struct lxc_conf *conf) argument
|
| H A D | lxcaufs.c | 45 int snap, uint64_t newsize, struct lxc_conf *conf) 43 aufs_clonepaths(struct bdev *orig, struct bdev *new, const char *oldname, const char *cname, const char *oldpath, const char *lxcpath, int snap, uint64_t newsize, struct lxc_conf *conf) argument
|
| H A D | lxcbtrfs.h | 395 const char *lxcpath, int snap, uint64_t newsize,
|
| H A D | bdev.c | 297 const char *bdevdata, uint64_t newsize, int *needs_rdep) 387 snap, newsize, c0->lxc_conf) < 0) { 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
|
| H A D | lxcbtrfs.c | 362 const char *lxcpath, int snap, uint64_t newsize, 360 btrfs_clonepaths(struct bdev *orig, struct bdev *new, const char *oldname, const char *cname, const char *oldpath, const char *lxcpath, int snap, uint64_t newsize, struct lxc_conf *conf) argument
|
| H A D | lxcoverlay.c | 59 int snap, uint64_t newsize, struct lxc_conf *conf) 57 ovl_clonepaths(struct bdev *orig, struct bdev *new, const char *oldname, const char *cname, const char *oldpath, const char *lxcpath, int snap, uint64_t newsize, struct lxc_conf *conf) argument
|
| /lxc/src/lxc/tools/ |
| H A D | lxc_clone.c | 117 uint64_t newsize = 0; local 136 case 'L': newsize = get_fssize(optarg); break; 203 c2 = c1->clone(c1, new, newpath, flags, bdevtype, NULL, newsize,
|
| /lxc/src/python-lxc/lxc/ |
| H A D | __init__.py | 236 bdevdata=None, newsize=0, hookargs=()): 244 args['newsize'] = newsize
|
| /lxc/src/lxc/ |
| H A D | lxccontainer.h | 554 * \param newsize In case of a block device backing store, an 569 const char *bdevdata, uint64_t newsize, char **hookargs);
|
| H A D | lxccontainer.c | 2854 uint64_t newsize) 2863 newsize, &need_rdep); 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 | 740 unsigned long newsize = 0; local 749 "bdevdata", "newsize", "hookargs", NULL}; 753 &flags, &bdevtype, &bdevdata, &newsize, 777 bdevdata, newsize, hookargs); 1643 "clone(newname, config_path, flags, bdevtype, bdevdata, newsize, "
|