Searched refs:zfs_unshare (Results 1 – 11 of 11) sorted by relevance
/freebsd/tests/sys/cddl/zfs/tests/cli_root/zfs_unshare/ |
H A D | zfs_unshare_test.sh | 36 . $(atf_get_srcdir)/zfs_unshare.cfg 44 . $(atf_get_srcdir)/zfs_unshare.cfg 59 . $(atf_get_srcdir)/zfs_unshare.cfg 67 . $(atf_get_srcdir)/zfs_unshare.cfg 82 . $(atf_get_srcdir)/zfs_unshare.cfg 90 . $(atf_get_srcdir)/zfs_unshare.cfg 105 . $(atf_get_srcdir)/zfs_unshare.cfg 113 . $(atf_get_srcdir)/zfs_unshare.cfg 128 . $(atf_get_srcdir)/zfs_unshare.cfg 136 . $(atf_get_srcdir)/zfs_unshare.cfg
|
H A D | Makefile | 4 TESTSDIR=${TESTSBASE}/sys/cddl/zfs/tests/cli_root/zfs_unshare 14 ${PACKAGE}FILES+= zfs_unshare.cfg
|
/freebsd/sys/contrib/openzfs/lib/libzfs/ |
H A D | libzfs_changelist.c | 149 (void) zfs_unshare(cn->cn_handle, NULL, in changelist_prefix() 281 zfs_unshare(cn->cn_handle, NULL, nfs); in changelist_postfix() 290 zfs_unshare(cn->cn_handle, NULL, smb); in changelist_postfix() 385 if (zfs_unshare(cn->cn_handle, NULL, proto) != 0) in changelist_unshare()
|
H A D | libzfs_mount.c | 614 if (zfs_unshare(zhp, mntpt, share_all_proto) != 0) { in zfs_unmount() 805 zfs_unshare(zfs_handle_t *zhp, const char *mountpoint, in zfs_unshare() function
|
H A D | libzfs.abi | 456 …<elf-symbol name='zfs_unshare' type='func-type' binding='global-binding' visibility='default-visib… 2517 …ion-decl name='zfs_unshare' mangled-name='zfs_unshare' visibility='default' binding='global' size-…
|
/freebsd/tests/sys/cddl/zfs/tests/cli_root/ |
H A D | Makefile | 33 TESTS_SUBDIRS+= zfs_unshare
|
/freebsd/sys/contrib/openzfs/tests/runfiles/ |
H A D | linux.run | 61 [tests/functional/cli_root/zfs_unshare:Linux] 63 tags = ['functional', 'cli_root', 'zfs_unshare']
|
H A D | common.run | 359 [tests/functional/cli_root/zfs_unshare] 363 tags = ['functional', 'cli_root', 'zfs_unshare']
|
/freebsd/etc/mtree/ |
H A D | BSD.tests.dist | 624 zfs_unshare
|
/freebsd/sys/contrib/openzfs/include/ |
H A D | libzfs.h | 971 _LIBZFS_H int zfs_unshare(zfs_handle_t *zhp, const char *mountpoint,
|
/freebsd/sys/contrib/openzfs/cmd/zfs/ |
H A D | zfs_main.c | 7236 zfs_unshare(zhp, mountpoint, NULL); in share_mount_one() 7779 ret = zfs_unshare(zhp, path, NULL); in unshare_unmount_path() 7985 if (zfs_unshare(node->un_zhp, in unshare_unmount()
|