Lines Matching defs:shareopts
2412 char shareopts[ZFS_MAXPROPLEN];
2425 if (zfs_prop_get(zhp, prop, shareopts, sizeof (shareopts), NULL,
2429 *propvalp = zfs_strdup(zhp->zfs_hdl, shareopts);
3556 char shareopts[ZFS_MAXPROPLEN];
3564 shareopts, sizeof (shareopts), NULL, NULL, 0) == 0) &&
3565 (strcmp(shareopts, "") != 0) &&
3566 (strcmp(shareopts, "off") != 0));
3573 shareopts, sizeof (shareopts), NULL, NULL, 0) == 0) &&
3574 (strcmp(shareopts, "") != 0) &&
3575 (strcmp(shareopts, "off") != 0));