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

  /src/external/cddl/osnet/dist/lib/libzfs/common/
libzfs_changelist.c 166 char shareopts[ZFS_MAXPROPLEN]; local
231 shareopts, sizeof (shareopts), NULL, NULL, 0,
232 B_FALSE) == 0) && (strcmp(shareopts, "off") != 0));
235 shareopts, sizeof (shareopts), NULL, NULL, 0,
236 B_FALSE) == 0) && (strcmp(shareopts, "off") != 0));
libzfs_mount.c 734 char shareopts[ZFS_MAXPROPLEN]; local
749 shareopts, sizeof (shareopts), &sourcetype, sourcestr,
751 strcmp(shareopts, "off") == 0)
789 shareopts, sourcestr, zhp->zfs_name) != SA_OK) {
819 if (strcmp(shareopts, "on") == 0)
822 error = fsshare(ZFS_EXPORTS_PATH, mountpoint, shareopts);
  /src/external/cddl/osnet/dist/cmd/zfs/
zfs_main.c 5848 char shareopts[ZFS_MAXPROPLEN]; local
5891 verify(zfs_prop_get(zhp, ZFS_PROP_SHARENFS, shareopts,
5892 sizeof (shareopts), NULL, NULL, 0, B_FALSE) == 0);
5896 if (op == OP_SHARE && strcmp(shareopts, "off") == 0 &&
5911 * shareopts is non-legacy but the mountpoint is legacy, we
5976 * shareopts are appropriate for auto management. If the
5988 (shared_nfs && strcmp(shareopts, "on") == 0 &&
5991 strcmp(shareopts, "off") == 0)) {

Completed in 37 milliseconds