Lines Matching defs:share
462 * Given the GUID of a snapshot or share, find its containing filesystem and
650 /* don't send the automatic share */
3426 nvpair_t *share = NULL;
3432 while ((share = nvlist_next_nvpair(shares,
3433 share)) != NULL) {
3442 * See if the share already exists.
3444 sharename = nvpair_name(share);
3454 sce = nvpair_value_nvlist(share, &shareprops);
3465 * Can't share until the received datasets are
3468 shareflags.share = B_FALSE;
3837 /* mount and share received datasets */