Searched defs:option (Results 1 - 1 of 1) sorted by relevance
/lxc/src/lxc/bdev/ |
H A D | lxczfs.c | 12 * version 2.1 of the License, or (at your option) any later version. 122 char output[MAXPATHLEN], option[MAXPATHLEN]; local 141 ret = snprintf(option, MAXPATHLEN, "-omountpoint=%s/%s/rootfs", lxcpath, nname); 154 execlp("zfs", "zfs", "create", option, dev, (char *)NULL); 197 execlp("zfs", "zfs", "clone", option, path1, path2, (char *)NULL); 267 char option[MAXPATHLEN]; local 285 ret = snprintf(option, MAXPATHLEN, "-omountpoint=%s", bdev->dest); 298 execlp("zfs", "zfs", "create", option, dev, (char *)NULL);
|
Completed in 8 milliseconds