/illumos-gate/usr/src/test/zfs-tests/tests/functional/delegate/ |
H A D | zfs_allow_012_neg.ksh | 62 zoned xattr receive destroy sharenfs share
|
H A D | zfs_allow_010_pos.ksh | 81 zoned true false \
|
H A D | delegate_common.kshlib | 275 zoned) 1263 # to make zoned=on
|
/illumos-gate/usr/src/lib/brand/solaris10/zone/ |
H A D | detach.ksh | 65 zfs set zoned=off $ACTIVE_DS >/dev/null 2>&1
|
H A D | attach.ksh | 184 zfs set zoned=on $ZONEPATH_DS/ROOT >/dev/null 2>&1 192 zfs inherit zoned $ACTIVE_DS >/dev/null 2>&1
|
H A D | common.ksh | 222 /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 D | clone.ksh | 82 /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 D | zfs_get_002_pos.ksh | 52 sharenfs checksum compression atime devices exec readonly setuid zoned \
|
H A D | zfs_get_008_pos.ksh | 55 checksum compression atime devices exec readonly setuid zoned snapdir \
|
H A D | zfs_get_009_pos.ksh | 54 zoned snapdir aclmode aclinherit canmount primarycache secondarycache \
|
H A D | zfs_get_001_pos.ksh | 61 sharenfs checksum compression atime devices exec readonly setuid zoned \
|
H A D | zfs_get_005_neg.ksh | 50 compression atime devices exec readonly setuid zoned snapdir aclmode \
|
/illumos-gate/usr/src/lib/brand/shared/zone/ |
H A D | uninstall.ksh | 314 # - 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 D | history_002_pos.ksh | 82 zoned on zoned off
|
/illumos-gate/usr/src/uts/common/fs/zfs/ |
H A D | dsl_deleg.c | 585 * the zoned property is set 588 uint64_t zoned; local 592 8, 1, &zoned, NULL, B_FALSE) != 0) 594 if (!zoned)
|
H A D | zfs_ioctl.c | 418 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 D | dsl_dir.c | 699 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 D | zfs_vfsops.c | 1372 * 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 D | libzfs_dataset.c | 67 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 D | libzfs_pool.c | 1127 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 D | be_create.c | 2297 * mountpoint for a zoned dataset we'll have to skip 2301 goto zoned; 2351 zoned:
|
/illumos-gate/usr/src/cmd/zfs/ |
H A D | zfs_main.c | 5786 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) {
|