Searched refs:sharesmb (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_set/
H A Dcanmount_004_pos.ksh36 # Verify canmount=noauto work fine when setting sharenfs or sharesmb.
40 # 2. Set sharenfs or sharesmb.
61 shsmb=$(get_prop sharesmb $CS_FS)
64 "[canmount=$canmnt,sharenfs=$shnfs,sharesmb=$shsmb,mountpoint=$mntpt]."
68 log_assert "Verify canmount=noauto work fine when setting sharenfs or sharesmb."
82 log_must zfs set sharesmb="$s" $CS_FS
95 log_pass "Verify canmount=noauto work fine when setting sharenfs or sharesmb."
/freebsd-13-stable/tests/sys/cddl/zfs/tests/cli_root/zfs_set/
H A Dcanmount_004_pos.ksh41 # Verify canmount=noauto work fine when setting sharenfs or sharesmb.
45 # 2. Set sharenfs or sharesmb.
78 shsmb=$(get_prop sharesmb $CS_FS)
81 "[canmount=$canmnt,sharenfs=$shnfs,sharesmb=$shsmb,mountpoint=$mntpt]."
85 log_assert "Verify canmount=noauto work fine when setting sharenfs or sharesmb."
99 log_must $ZFS set sharesmb="$s" $CS_FS
112 log_pass "Verify canmount=noauto work fine when setting sharenfs or sharesmb."
/freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_unshare/
H A Dzfs_unshare_006_pos.ksh69 log_must zfs set sharesmb=on $TESTPOOL/$TESTFS/shared2
70 log_must zfs set sharesmb=on $TESTPOOL/$TESTFS/shared3
/freebsd-13-stable/sys/contrib/openzfs/lib/libzfs/
H A Dlibzfs_changelist.c78 zfs_prop_t cl_shareprop; /* used with sharenfs/sharesmb */
92 * with different options without interrupting service. We do handle 'sharesmb'
205 boolean_t sharesmb; local
228 * or sharenfs or sharesmb property is set.
234 sharesmb = ((zfs_prop_get(cn->cn_handle, ZFS_PROP_SHARESMB,
245 ((sharenfs || sharesmb || clp->cl_waslegacy) &&
267 if (sharesmb && mounted) {
344 * Given a gathered changelist for the 'sharenfs' or 'sharesmb' property,
508 * If we are "watching" sharenfs or sharesmb
/freebsd-13-stable/sys/contrib/openzfs/cmd/zfs/
H A Dzfs_main.c6766 "the sharenfs or sharesmb property\n"));
7346 char sharesmb[ZFS_MAXPROPLEN]; local
7572 sharesmb, sizeof (sharesmb), NULL, NULL,
7576 strcmp(sharesmb, "off") == 0) {

Completed in 191 milliseconds