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

/illumos-gate/usr/src/test/zfs-tests/tests/functional/delegate/
H A Dzfs_allow_012_neg.ksh62 zoned xattr receive destroy sharenfs share
H A Dzfs_allow_010_pos.ksh81 zoned true false \
H A Ddelegate_common.kshlib275 zoned)
1263 # to make zoned=on
/illumos-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
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_get/
H A Dzfs_get_002_pos.ksh52 sharenfs checksum compression atime devices exec readonly setuid zoned \
H A Dzfs_get_008_pos.ksh55 checksum compression atime devices exec readonly setuid zoned snapdir \
H A Dzfs_get_009_pos.ksh54 zoned snapdir aclmode aclinherit canmount primarycache secondarycache \
H A Dzfs_get_001_pos.ksh61 sharenfs checksum compression atime devices exec readonly setuid zoned \
H A Dzfs_get_005_neg.ksh50 compression atime devices exec readonly setuid zoned snapdir aclmode \
/illumos-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...]
/illumos-gate/usr/src/test/zfs-tests/tests/functional/history/
H A Dhistory_002_pos.ksh82 zoned on zoned off
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Ddsl_deleg.c585 * the zoned property is set
588 uint64_t zoned; local
592 8, 1, &zoned, NULL, B_FALSE) != 0)
594 if (!zoned)
H A Dzfs_ioctl.c418 zfs_dozonecheck_impl(const char *dataset, uint64_t zoned, cred_t *cr) argument
432 * If the fs is zoned, only root can access it from the
435 if (secpolicy_zfs(cr) && zoned)
439 * If we are in a local zone, the 'zoned' property must be set.
441 if (!zoned)
454 uint64_t zoned; local
456 if (dsl_prop_get_integer(dataset, "zoned", &zoned, NULL))
459 return (zfs_dozonecheck_impl(dataset, zoned, cr));
465 uint64_t zoned; local
531 uint64_t zoned; local
639 uint64_t zoned; local
[all...]
H A Ddsl_dir.c699 uint64_t zoned; local
720 if (dsl_prop_get_ds(ds, "zoned", 8, 1, &zoned, NULL) || zoned) {
721 /* Only root can access zoned fs's from the GZ */
H A Dzfs_vfsops.c1372 * zoned property is off), the label must be default or
1377 uint64_t zoned; local
1382 zfs_prop_to_name(ZFS_PROP_ZONED), &zoned, NULL))
1384 if (!zoned)
/illumos-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_dataset.c67 static int userquota_propname_decode(const char *propname, boolean_t zoned,
942 uint64_t zoned, zfs_handle_t *zhp, zpool_handle_t *zpool_hdl,
1013 if (userquota_propname_decode(propname, zoned,
1260 * the zoned property value:
1264 * zoned=on mountpoint (no) mountpoint (yes)
1268 * zoned=off mountpoint (yes) N/A
1272 if (zoned) {
1292 * If zoned property is 'off', this must be in
1297 "'zoned' property is set"), propname);
2738 userquota_propname_decode(const char *propname, boolean_t zoned, argument
941 zfs_valid_proplist(libzfs_handle_t *hdl, zfs_type_t type, nvlist_t *nvl, uint64_t zoned, zfs_handle_t *zhp, zpool_handle_t *zpool_hdl, const char *errbuf) argument
3062 check_parents(libzfs_handle_t *hdl, const char *path, uint64_t *zoned, boolean_t accept_ancestor, int *prefixlen) argument
3272 uint64_t zoned; local
3558 uint64_t zoned; local
[all...]
H A Dlibzfs_pool.c1127 uint64_t zoned; local
1130 zoned = ((nvlist_lookup_string(fsprops,
1135 fsprops, zoned, NULL, NULL, msg)) == NULL) {
/illumos-gate/usr/src/lib/libbe/common/
H A Dbe_create.c2297 * mountpoint for a zoned dataset we'll have to skip
2301 goto zoned;
2351 zoned:
/illumos-gate/usr/src/cmd/zfs/
H A Dzfs_main.c5786 uint64_t zoned, canmount; local
5797 zoned = zfs_prop_get_int(zhp, ZFS_PROP_ZONED);
5799 if (zoned && getzoneid() == GLOBAL_ZONEID) {
5808 } else if (!zoned && getzoneid() != GLOBAL_ZONEID) {

Completed in 162 milliseconds