Home
last modified time | relevance | path

Searched refs:zfs_share (Results 1 – 11 of 11) sorted by relevance

/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_share/
H A Dzfs_share_002_pos.ksh33 . $STF_SUITE/tests/functional/cli_root/zfs_share/zfs_share.cfg
H A Dzfs_share_004_pos.ksh33 . $STF_SUITE/tests/functional/cli_root/zfs_share/zfs_share.cfg
H A DMakefile19 TARGETDIR = $(ROOTOPTPKG)/tests/functional/cli_root/zfs_share
/illumos-gate/usr/src/lib/libzfs/common/
H A Dmapfile-vers174 zfs_share;
H A Dlibzfs_mount.c559 zfs_share(zfs_handle_t *zhp) in zfs_share() function
1387 if (zfs_share(zhp) != 0) in zfs_share_one()
H A Dlibzfs.h785 extern int zfs_share(zfs_handle_t *);
H A Dlibzfs_dataset.c3523 if (zfs_share(h) != 0) { in create_parents()
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dzfs_ioctl.h408 typedef struct zfs_share { struct
/illumos-gate/usr/src/test/zfs-tests/runfiles/
H A Dcommon.run271 [tests/functional/cli_root/zfs_share]
276 tags = ['functional', 'cli_root', 'zfs_share']
/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-test-zfstest.p5m1204 dir path=opt/zfs-tests/tests/functional/cli_root/zfs_share
1205 file path=opt/zfs-tests/tests/functional/cli_root/zfs_share/cleanup mode=0555
1206 file path=opt/zfs-tests/tests/functional/cli_root/zfs_share/setup mode=0555
1207 file path=opt/zfs-tests/tests/functional/cli_root/zfs_share/zfs_share.cfg \
1209 file path=opt/zfs-tests/tests/functional/cli_root/zfs_share/zfs_share_001_pos \
1211 file path=opt/zfs-tests/tests/functional/cli_root/zfs_share/zfs_share_002_pos \
1213 file path=opt/zfs-tests/tests/functional/cli_root/zfs_share/zfs_share_003_pos \
1215 file path=opt/zfs-tests/tests/functional/cli_root/zfs_share/zfs_share_004_pos \
1217 file path=opt/zfs-tests/tests/functional/cli_root/zfs_share/zfs_share_005_pos \
1219 file path=opt/zfs-tests/tests/functional/cli_root/zfs_share/zfs_share_006_pos \
[all …]
/illumos-gate/usr/src/cmd/zfs/
H A Dzfs_main.c729 } else if (zfs_share(zhp) != 0) { in zfs_mount_and_share()