Searched defs:sharesmb (Results 1 - 2 of 2) sorted by relevance

/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 90 milliseconds