Home
last modified time | relevance | path

Searched refs:zoned (Results 1 – 23 of 23) sorted by relevance

/titanic_51/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...]
/titanic_51/usr/src/lib/brand/solaris10/zone/
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 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 Ddetach.ksh65 zfs set zoned=off $ACTIVE_DS >/dev/null 2>&1
H A Dclone.ksh82 /usr/sbin/zfs create -o mountpoint=legacy -o zoned=on $zpds/$zpname/ROOT
/titanic_51/usr/src/test/zfs-tests/tests/functional/history/
H A Dhistory_002_pos.ksh82 zoned on zoned off
/titanic_51/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
/titanic_51/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_get/
H A Dzfs_get_002_pos.ksh48 sharenfs checksum compression atime devices exec readonly setuid zoned \
H A Dzfs_get_009_pos.ksh50 zoned snapdir aclmode aclinherit canmount primarycache secondarycache \
H A Dzfs_get_008_pos.ksh51 checksum compression atime devices exec readonly setuid zoned snapdir \
H A Dzfs_get_001_pos.ksh57 sharenfs checksum compression atime devices exec readonly setuid zoned \
H A Dzfs_get_005_neg.ksh46 compression atime devices exec readonly setuid zoned snapdir aclmode \
/titanic_51/usr/src/uts/common/fs/zfs/
H A Ddsl_deleg.c585 * the zoned property is set in dsl_deleg_access_impl()
588 uint64_t zoned; in dsl_deleg_access_impl() local
592 8, 1, &zoned, NULL, B_FALSE) != 0) in dsl_deleg_access_impl()
594 if (!zoned) in dsl_deleg_access_impl()
H A Dzfs_ioctl.c418 zfs_dozonecheck_impl(const char *dataset, uint64_t zoned, cred_t *cr) in zfs_dozonecheck_impl() argument
432 * If the fs is zoned, only root can access it from the in zfs_dozonecheck_impl()
435 if (secpolicy_zfs(cr) && zoned) in zfs_dozonecheck_impl()
439 * If we are in a local zone, the 'zoned' property must be set. in zfs_dozonecheck_impl()
441 if (!zoned) in zfs_dozonecheck_impl()
454 uint64_t zoned; in zfs_dozonecheck() local
456 if (dsl_prop_get_integer(dataset, "zoned", &zoned, NULL)) in zfs_dozonecheck()
459 return (zfs_dozonecheck_impl(dataset, zoned, cr)); in zfs_dozonecheck()
465 uint64_t zoned; in zfs_dozonecheck_ds() local
523 uint64_t zoned; zfs_set_slabel_policy() local
631 uint64_t zoned; zfs_secpolicy_setprop() local
[all...]
H A Ddsl_dir.c720 uint64_t zoned; in dsl_enforce_ds_ss_limits() local
741 if (dsl_prop_get_ds(ds, "zoned", 8, 1, &zoned, NULL) || zoned) { in dsl_enforce_ds_ss_limits()
742 /* Only root can access zoned fs's from the GZ */ in dsl_enforce_ds_ss_limits()
H A Dzfs_vfsops.c1386 * zoned property is off), the label must be default or in zfs_mount_label_policy()
1391 uint64_t zoned; in zfs_mount_label_policy() local
1396 zfs_prop_to_name(ZFS_PROP_ZONED), &zoned, NULL)) in zfs_mount_label_policy()
1398 if (!zoned) in zfs_mount_label_policy()
/titanic_51/usr/src/lib/libzfs/common/
H A Dlibzfs_dataset.c65 static int userquota_propname_decode(const char *propname, boolean_t zoned,
954 uint64_t zoned, zfs_handle_t *zhp, zpool_handle_t *zpool_hdl, in zfs_valid_proplist() argument
1025 if (userquota_propname_decode(propname, zoned, in zfs_valid_proplist()
1265 * the zoned property value: in zfs_valid_proplist()
1269 * zoned=on mountpoint (no) mountpoint (yes) in zfs_valid_proplist()
1273 * zoned=off mountpoint (yes) N/A in zfs_valid_proplist()
1277 if (zoned) { in zfs_valid_proplist()
1297 * If zoned property is 'off', this must be in in zfs_valid_proplist()
1302 "'zoned' property is set"), propname); in zfs_valid_proplist()
2733 userquota_propname_decode(const char *propname, boolean_t zoned, in userquota_propname_decode() argument
3057 check_parents(libzfs_handle_t * hdl,const char * path,uint64_t * zoned,boolean_t accept_ancestor,int * prefixlen) check_parents() argument
3267 uint64_t zoned; zfs_create() local
3551 uint64_t zoned; zfs_clone() local
[all...]
H A Dlibzfs_pool.c1088 uint64_t zoned; in zpool_create() local
1091 zoned = ((nvlist_lookup_string(fsprops, in zpool_create()
1096 fsprops, zoned, NULL, NULL, msg)) == NULL) { in zpool_create()
/titanic_51/usr/src/test/zfs-tests/tests/functional/cli_user/misc/
H A Dmisc.cfg59 # additional properties to worry about: canmount copies xattr zoned version
/titanic_51/usr/src/lib/libbe/common/
H A Dbe_create.c2295 * mountpoint for a zoned dataset we'll have to skip in be_clone_fs_callback()
2299 goto zoned; in be_clone_fs_callback()
2349 zoned: in be_clone_fs_callback()
/titanic_51/usr/src/cmd/zfs/
H A Dzfs_main.c5784 uint64_t zoned, canmount; in share_mount_one() local
5795 zoned = zfs_prop_get_int(zhp, ZFS_PROP_ZONED); in share_mount_one()
5797 if (zoned && getzoneid() == GLOBAL_ZONEID) { in share_mount_one()
5806 } else if (!zoned && getzoneid() != GLOBAL_ZONEID) { in share_mount_one()