Searched refs:newsize (Results 1 - 25 of 25) sorted by relevance

/lxc/src/lxc/bdev/
H A Dlxcdir.h44 int snap, uint64_t newsize, struct lxc_conf *conf);
H A Dlxcloop.h44 int snap, uint64_t newsize, struct lxc_conf *conf);
H A Dlxcrbd.h44 int snap, uint64_t newsize, struct lxc_conf *conf);
H A Dlxclvm.h51 uint64_t newsize, struct lxc_conf *conf);
H A Dlxcnbd.h45 int snap, uint64_t newsize, struct lxc_conf *conf);
H A Dlxczfs.h47 int snap, uint64_t newsize, struct lxc_conf *conf);
H A Dlxcaufs.h53 int snap, uint64_t newsize, struct lxc_conf *conf);
H A Dlxcloop.c48 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 Dlxcoverlay.h55 int snap, uint64_t newsize, struct lxc_conf *conf);
H A Dbdev.h78 int snap, uint64_t newsize, struct lxc_conf *conf);
122 int flags, const char *bdevdata, uint64_t newsize,
H A Dlxcdir.c40 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 Dlxclvm.c280 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 Dlxcrbd.c40 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 Dlxcnbd.c92 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 Dlxczfs.c206 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 Dlxcaufs.c45 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 Dlxcbtrfs.h395 const char *lxcpath, int snap, uint64_t newsize,
H A Dbdev.c297 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 Dlxcbtrfs.c362 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 Dlxcoverlay.c59 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 Dlxc_clone.c117 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__.py236 bdevdata=None, newsize=0, hookargs=()):
244 args['newsize'] = newsize
/lxc/src/lxc/
H A Dlxccontainer.h554 * \param newsize In case of a block device backing store, an
569 const char *bdevdata, uint64_t newsize, char **hookargs);
H A Dlxccontainer.c2854 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 Dlxc.c740 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, "

Completed in 587 milliseconds