/osnet-11/usr/src/lib/brand/shared/zone/ |
H A D | uninstall.ksh | 234 # - make sure that those clones are not zoned an in-use. 235 # - if any of those clones are zoned, unzone them. 472 # filesystems cloned from these snapshots have the "zoned" 476 # snapshots we plan to rename and look for ones that are zoned. 479 # not zoned. If these clones are in-use, the rename will fail 482 # and remount the clone. This is ok because when the zoned 488 # that that are zoned and in use. (This can happen if another 490 # reason we do this is because those zoned filesystems could 522 # get the zoned attr for this clone. 523 zoned [all...] |
H A D | common.ksh | 529 zfs create -o zoned=on -o mountpoint=/rpool \ 535 zfs_set zoned=on ds || return 1 565 zfs inherit zoned "${zone.ROOT_ds}" 664 # mountpoint=/ is safe because create_zone_rpool verifies zoned=on 1321 zfs create -o zoned=on "${zone.path.ds}/installtmp" || fatal "$f_no_ds" 1330 set -A cmd zfs receive -F -u -x zoned "${zone.path.ds}/installtmp/ds" 1385 # - zoned, mountpoint, canmount will have been set properly 1483 # We know that it is zoned from the way it was received. 1747 zfs set zoned=on "${zone.rpool_ds}" 1752 zfs inherit -r zoned [all...] |
H A D | dsconvert.ksh | 333 set -A cmd zfs create -o mountpoint=/rpool -o zoned=on "${zone.rpool_ds}" 525 set -A cmd zfs set zoned=off "${zone.active_ds}" 526 set -A undo zfs inherit zoned "${zone.active_ds}"
|
/osnet-11/usr/src/lib/libshare/common/ |
H A D | libshare_fs.c | 209 * zfs 'zoned' property even on legacy mountpoints. 457 boolean_t zoned; local 466 if (ops->saf_is_zoned(shdl, mntpnt, &zoned) == SA_OK) 467 return (zoned);
|
/osnet-11/usr/src/lib/libshare_plugins/zfs/ |
H A D | libshare_zfs.c | 562 sa_zfs_is_zoned(libshare_handle_t *shdl, const char *mntpnt, boolean_t *zoned) argument 574 *zoned = B_FALSE; 578 *zoned = zfs_prop_get_int(zhp, ZFS_PROP_ZONED);
|
/osnet-11/usr/src/lib/libzfs/common/ |
H A D | libzfs_dataset.c | 61 static int userquota_propname_decode(const char *propname, boolean_t zoned, 857 const char *propname, uint64_t zoned, const char *errbuf, 863 * zoned property value: 867 * zoned=on mountpoint (no) mountpoint (yes) 871 * zoned=off sharenfs (yes) N/A 874 if (zoned) { 877 "'%s' cannot be set on a 'zoned' dataset from " 904 * If zoned property is 'off', this must be in 908 "'%s' cannot be set on a non 'zoned' dataset from a " 924 uint64_t zoned, zfs_handle_ 856 zfs_share_zonecheck(libzfs_handle_t *hdl, zfs_prop_t prop, const char *propname, uint64_t zoned, const char *errbuf, const char *strval, uint64_t intval) argument 923 zfs_prepare_valid_proplist(libzfs_handle_t *hdl, zfs_type_t type, nvlist_t *nvl, uint64_t zoned, zfs_handle_t *zhp, zfs_handle_t *parent_zhp, const char *errbuf, zfs_proplist_flags_t flags) argument 4175 userquota_propname_decode(const char *propname, boolean_t zoned, zfs_userquota_prop_t *typep, char *domain, int domainlen, uint64_t *ridp) argument 4666 zfs_check_parents(libzfs_handle_t *hdl, const char *path, uint64_t *zoned, boolean_t accept_ancestor, int *prefixlen) argument 4885 uint64_t zoned; local 5207 uint64_t zoned; local [all...] |
H A D | libzfs_mount.c | 302 * "mountpoint", "canmount", and "zoned" properties are consistent 367 * zone and the parent of the dataset is not zoned. 746 int zoned; local 763 zoned = zfs_prop_get_int(zhp, ZFS_PROP_ZONED); 767 * If the 'zoned' property is set, then zfs_is_shareable() 771 if (zoned && (*curr_proto != PROTO_NFS)) 944 * - The 'zoned' property is set, or we're in a local zone
|
H A D | libzfs_sendrecv.c | 2928 uint64_t zoned = 0; local 3237 zoned = zfs_prop_get_int(zhp, ZFS_PROP_ZONED); 3269 if (zfs_check_parents(hdl, zc.zc_value, &zoned, 3313 props = zfs_prepare_valid_proplist(hdl, type, props, zoned,
|
H A D | libzfs_pool.c | 1099 uint64_t zoned; local 1102 zoned = ((nvlist_lookup_string(fsprops, 1107 ZFS_TYPE_FILESYSTEM, fsprops, zoned, NULL, NULL,
|
/osnet-11/usr/src/lib/libshare_plugins/legacy/ |
H A D | libshare_legacy.c | 844 boolean_t *zoned) 849 *zoned = B_FALSE; 843 sa_legacy_is_zoned(libshare_handle_t *shdl, const char *mntpnt, boolean_t *zoned) argument
|