Searched refs:zoned (Results 1 - 12 of 12) sorted by relevance

/opensolaris-onvv-gate/usr/src/lib/brand/solaris10/zone/
H A Ddetach.ksh65 zfs set zoned=off $ACTIVE_DS >/dev/null 2>&1
H A Dattach.ksh184 zfs set zoned=on $ZONEPATH_DS/ROOT >/dev/null 2>&1
192 zfs inherit zoned $ACTIVE_DS >/dev/null 2>&1
H A Dcommon.ksh222 /usr/sbin/zfs create -o mountpoint=legacy -o zoned=on \
230 /usr/sbin/zfs set zoned=on $ZONEPATH_DS/ROOT \
242 zfs inherit zoned $ACTIVE_DS >/dev/null 2>&1
H A Dclone.ksh82 /usr/sbin/zfs create -o mountpoint=legacy -o zoned=on $zpds/$zpname/ROOT
/opensolaris-onvv-gate/usr/src/lib/brand/shared/zone/
H A Duninstall.ksh314 # - make sure that those clones are not zoned an in-use.
315 # - if any of those clones are zoned, unzone them.
553 # filesystems cloned from these snapshots have the "zoned"
557 # snapshots we plan to rename and look for ones that are zoned.
560 # not zoned. If these clones are in-use, the rename will fail
563 # and remount the clone. This is ok because when the zoned
569 # that that are zoned and in use. (This can happen if another
571 # reason we do this is because those zoned filesystems could
603 # get the zoned attr for this clone.
604 zoned
[all...]
/opensolaris-onvv-gate/usr/src/uts/common/fs/zfs/
H A Ddsl_deleg.c573 * the zoned property is set
576 uint64_t zoned; local
580 8, 1, &zoned, NULL, B_FALSE) != 0)
582 if (!zoned)
H A Dzfs_ioctl.c291 zfs_dozonecheck_impl(const char *dataset, uint64_t zoned, cred_t *cr) argument
305 * If the fs is zoned, only root can access it from the
308 if (secpolicy_zfs(cr) && zoned)
312 * If we are in a local zone, the 'zoned' property must be set.
314 if (!zoned)
327 uint64_t zoned; local
329 if (dsl_prop_get_integer(dataset, "zoned", &zoned, NULL))
332 return (zfs_dozonecheck_impl(dataset, zoned, cr));
338 uint64_t zoned; local
390 uint64_t zoned; local
496 uint64_t zoned; local
[all...]
H A Dzfs_vfsops.c1375 * zoned property is off), the label must be default or
1380 uint64_t zoned; local
1385 zfs_prop_to_name(ZFS_PROP_ZONED), &zoned, NULL))
1387 if (!zoned)
/opensolaris-onvv-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_dataset.c58 static int userquota_propname_decode(const char *propname, boolean_t zoned,
743 uint64_t zoned, zfs_handle_t *zhp, const char *errbuf)
813 if (userquota_propname_decode(propname, zoned,
1032 * the zoned property value:
1036 * zoned=on mountpoint (no) mountpoint (yes)
1040 * zoned=off mountpoint (yes) N/A
1044 if (zoned) {
1064 * If zoned property is 'off', this must be in
1069 "'zoned' property is set"), propname);
2236 userquota_propname_decode(const char *propname, boolean_t zoned, argument
742 zfs_valid_proplist(libzfs_handle_t *hdl, zfs_type_t type, nvlist_t *nvl, uint64_t zoned, zfs_handle_t *zhp, const char *errbuf) argument
2592 check_parents(libzfs_handle_t *hdl, const char *path, uint64_t *zoned, boolean_t accept_ancestor, int *prefixlen) argument
2808 uint64_t zoned; local
3066 uint64_t zoned; local
[all...]
H A Dlibzfs_pool.c906 uint64_t zoned; local
909 zoned = ((nvlist_lookup_string(fsprops,
914 ZFS_TYPE_FILESYSTEM, fsprops, zoned, NULL, msg)) == NULL) {
/opensolaris-onvv-gate/usr/src/cmd/zfs/
H A Dzfs_main.c3023 uint64_t zoned, canmount; local
3034 zoned = zfs_prop_get_int(zhp, ZFS_PROP_ZONED);
3036 if (zoned && getzoneid() == GLOBAL_ZONEID) {
3045 } else if (!zoned && getzoneid() != GLOBAL_ZONEID) {
/opensolaris-onvv-gate/usr/src/lib/libbe/common/
H A Dbe_create.c2200 * mountpoint for a zoned dataset we'll have to skip
2204 goto zoned;
2254 zoned:

Completed in 218 milliseconds