Home
last modified time | relevance | path

Searched refs:is_shared (Results 1 – 14 of 14) sorted by relevance

/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_unshare/
H A Dzfs_unshare_002_pos.ksh51 is_shared ${mntp_fs[i]} && \
94 is_shared $mntp || \
100 is_shared $mntp || \
108 is_shared $mntp || \
158 is_shared ${mntp_fs[i]} || \
174 is_shared ${mntp_fs[i]} || \
H A Dzfs_unshare_001_pos.ksh97 is_shared $mntp || \
102 is_shared $mntp || log_must zfs share $filesystem
154 is_shared ${mntp_fs[i]} || \
H A Dzfs_unshare_003_pos.ksh75 is_shared $mntp || unshare -F nfs $mntp
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_share/
H A Dzfs_share_001_pos.ksh92 is_shared $mntp || \
99 is_shared $mntp && \
103 is_shared $mntp || \
143 is_shared ${fs[i]} || \
H A Dzfs_share_011_pos.ksh71 log_must is_shared $TESTDIR
77 log_must is_shared $TESTDIR
86 log_must is_shared $TESTDIR/fs2
H A Dzfs_share_004_pos.ksh74 is_shared $mntp || \
84 is_shared $mntp || \
H A Dzfs_share_005_pos.ksh50 is_shared $TESTPOOL/$TESTFS && \
H A Dzfs_share_006_pos.ksh93 is_shared $mntp2 || \
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zpool_import/
H A Dzpool_import_012_pos.ksh75 is_shared ${pools[i]} && \
141 log_must is_shared $pool
184 log_must is_shared $pool/$fs
189 log_mustnot is_shared $pool/$fs
196 log_mustnot is_shared $pool
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_user/misc/
H A Dzfs_share_001_neg.ksh50 if is_shared $TESTDIR/unshared
58 if is_shared $TESTDIR/unshared
/illumos-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_mount.c140 is_shared(libzfs_handle_t *hdl, const char *mountpoint, zfs_share_proto_t proto) in is_shared() function
584 if ((rc = is_shared(zhp->zfs_hdl, mountpoint, proto)) in zfs_is_shared_proto()
1032 if (is_shared(hdl, mntpt, *curr_proto) && in zfs_unshare_proto()
1693 if (is_shared(hdl, mountpoints[i], *curr_proto) && in zpool_disable_datasets()
/illumos-gate/usr/src/test/zfs-tests/include/
H A Dlibtest.shlib1006 function is_shared
1048 is_shared $fs
1063 is_shared $fs
/illumos-gate/usr/src/lib/libshare/common/
H A Dlibshare.c405 is_shared(sa_share_t share) in is_shared() function
482 if (strictness == SA_CHECK_NORMAL && !is_shared(share)) in checksubdirgroup()
/illumos-gate/usr/src/test/zfs-tests/tests/functional/delegate/
H A Ddelegate_common.kshlib941 if ! is_shared $fs; then