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

/illumos-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_changelist.c44 * Structure to keep track of dataset state. Before changing the 'sharenfs' or
77 zfs_prop_t cl_shareprop; /* used with sharenfs/sharesmb */
91 * necessary. We don't do the same for 'sharenfs', because we can just re-share
150 * If the property is 'mountpoint' or 'sharenfs', go through and remount and/or
199 boolean_t sharenfs; local
222 * or sharenfs or sharesmb property is set.
224 sharenfs = ((zfs_prop_get(cn->cn_handle, ZFS_PROP_SHARENFS,
235 ((sharenfs || sharesmb || clp->cl_waslegacy) &&
250 if (sharenfs && mounted)
317 * Given a gathered changelist for the 'sharenfs' o
[all...]

Completed in 74 milliseconds