HomeSort by: relevance | last modified time | path
    Searched defs:sharesmb (Results 1 - 2 of 2) sorted by relevancy

  /src/external/cddl/osnet/dist/lib/libzfs/common/
libzfs_changelist.c 79 zfs_prop_t cl_shareprop; /* used with sharenfs/sharesmb */
94 * with different options without interrupting service. We do handle 'sharesmb'
206 boolean_t sharesmb; local
228 * or sharenfs or sharesmb property is set.
234 sharesmb = ((zfs_prop_get(cn->cn_handle, ZFS_PROP_SHARESMB,
242 ((sharenfs || sharesmb || clp->cl_waslegacy) &&
261 if (sharesmb && mounted)
324 * Given a gathered changelist for the 'sharenfs' or 'sharesmb' property,
430 * If we are "watching" sharenfs or sharesmb
627 * If watching SHARENFS or SHARESMB the
    [all...]
  /src/external/cddl/osnet/dist/cmd/zfs/
zfs_main.c 6436 char sharesmb[ZFS_MAXPROPLEN]; local
6634 sharesmb, sizeof (sharesmb), NULL, NULL,
6638 strcmp(sharesmb, "off") == 0) {

Completed in 18 milliseconds