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

/illumos-gate/usr/src/test/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."
/illumos-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_changelist.c77 zfs_prop_t cl_shareprop; /* used with sharenfs/sharesmb */
92 * with different options without interrupting service. We do handle 'sharesmb'
200 boolean_t sharesmb; local
222 * or sharenfs or sharesmb property is set.
228 sharesmb = ((zfs_prop_get(cn->cn_handle, ZFS_PROP_SHARESMB,
235 ((sharenfs || sharesmb || clp->cl_waslegacy) &&
254 if (sharesmb && mounted)
317 * Given a gathered changelist for the 'sharenfs' or 'sharesmb' property,
423 * If we are "watching" sharenfs or sharesmb
/illumos-gate/usr/src/cmd/zfs/
H A Dzfs_main.c6342 char sharesmb[ZFS_MAXPROPLEN]; local
6540 sharesmb, sizeof (sharesmb), NULL, NULL,
6544 strcmp(sharesmb, "off") == 0) {

Completed in 73 milliseconds