Home
last modified time | relevance | path

Searched refs:zfs_clone (Results 1 – 9 of 9) sorted by relevance

/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_clone/
H A DMakefile.am1 pkgdatadir = $(datadir)/@PACKAGE@/zfs-tests/tests/functional/cli_root/zfs_clone
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/
H A DMakefile.am10 zfs_clone \ subdir
/f-stack/freebsd/contrib/openzfs/tests/runfiles/
H A Dsanity.run106 [tests/functional/cli_root/zfs_clone]
111 tags = ['functional', 'cli_root', 'zfs_clone']
H A Dcommon.run141 [tests/functional/cli_root/zfs_clone]
146 tags = ['functional', 'cli_root', 'zfs_clone']
/f-stack/freebsd/contrib/openzfs/include/
H A Dlibzfs.h641 extern int zfs_clone(zfs_handle_t *, const char *, nvlist_t *);
/f-stack/freebsd/contrib/openzfs/
H A Dconfigure.ac262 tests/zfs-tests/tests/functional/cli_root/zfs_clone/Makefile
/f-stack/freebsd/contrib/openzfs/lib/libzfs/
H A Dlibzfs_dataset.c3923 zfs_clone(zfs_handle_t *zhp, const char *target, nvlist_t *props) in zfs_clone() function
H A Dlibzfs.abi119 …<elf-symbol name='zfs_clone' type='func-type' binding='global-binding' visibility='default-visibil…
1713zfs_clone' mangled-name='zfs_clone' filepath='/home/fedora/zfs/lib/libzfs/libzfs_dataset.c' line='…
/f-stack/freebsd/contrib/openzfs/cmd/zfs/
H A Dzfs_main.c871 ret = zfs_clone(zhp, argv[1], props); in zfs_do_clone()