/illumos-gate/usr/src/lib/libzfs/common/ |
H A D | libzfs_changelist.c | 479 cn->cn_zoned = zfs_prop_get_int(zhp, ZFS_PROP_ZONED); in change_one() 579 if (prop == ZFS_PROP_NAME || prop == ZFS_PROP_ZONED || in changelist_gather() 631 } else if (prop == ZFS_PROP_ZONED) { in changelist_gather() 692 cn->cn_zoned = zfs_prop_get_int(zhp, ZFS_PROP_ZONED); in changelist_gather()
|
H A D | libzfs_mount.c | 327 if (zfs_prop_get_int(zhp, ZFS_PROP_ZONED) && in zfs_is_mountable() 1237 zoneda = zfs_prop_get_int(za, ZFS_PROP_ZONED); in mountpoint_cmp() 1238 zonedb = zfs_prop_get_int(zb, ZFS_PROP_ZONED); in mountpoint_cmp() 1503 zfs_prop_get_int(handles[i], ZFS_PROP_ZONED)) in zfs_foreach_mountpoint()
|
H A D | libzfs_dataset.c | 1839 zfs_prop_get_int(zhp, ZFS_PROP_ZONED), zhp, zhp->zpool_hdl, in zfs_prop_set_list() 2049 zfs_prop_get_int(zhp, ZFS_PROP_ZONED)) { in zfs_prop_inherit() 3171 zfs_prop_get_int(zhp, ZFS_PROP_ZONED), in zfs_prop_get_userquota_common() 3414 is_zoned = zfs_prop_get_int(zhp, ZFS_PROP_ZONED); in check_parents() 4452 zfs_prop_get_int(zhp, ZFS_PROP_ZONED)) { in zfs_rename()
|
H A D | libzfs_crypto.c | 1401 zfs_prop_get_int(zhp, ZFS_PROP_ZONED), NULL, zhp->zpool_hdl, in zfs_crypto_verify_rewrap_nvlist()
|
H A D | libzfs_pool.c | 1224 zfs_prop_to_name(ZFS_PROP_ZONED), &zonestr) == 0) && in zpool_create()
|
H A D | libzfs_sendrecv.c | 4032 zoned = zfs_prop_get_int(zhp, ZFS_PROP_ZONED); in zfs_receive_one()
|
/illumos-gate/usr/src/cmd/zfs/ |
H A D | zfs_iter.c | 425 cb.cb_props_table[ZFS_PROP_ZONED] = B_TRUE; in zfs_for_each()
|
H A D | zfs_main.c | 6228 zoned = zfs_prop_get_int(zhp, ZFS_PROP_ZONED); in share_mount_one()
|
/illumos-gate/usr/src/common/zfs/ |
H A D | zfs_prop.c | 338 zprop_register_index(ZFS_PROP_ZONED, "zoned", 0, PROP_INHERIT, in zfs_prop_init()
|
/illumos-gate/usr/src/uts/common/fs/zfs/ |
H A D | dsl_deleg.c | 590 zfs_prop_to_name(ZFS_PROP_ZONED), in dsl_deleg_access_impl()
|
H A D | zfs_vfsops.c | 1714 zfs_prop_to_name(ZFS_PROP_ZONED), &zoned, NULL)) in zfs_mount_label_policy()
|
H A D | zfs_ioctl.c | 638 zfs_prop_to_name(ZFS_PROP_ZONED), &zoned, NULL)) in zfs_set_slabel_policy() 700 case ZFS_PROP_ZONED: in zfs_secpolicy_setprop()
|
/illumos-gate/usr/src/lib/libzfs_jni/common/ |
H A D | libzfs_jni_property.c | 89 ZFS_PROP_ZONED,
|
/illumos-gate/usr/src/uts/common/sys/fs/ |
H A D | zfs.h | 124 ZFS_PROP_ZONED, enumerator
|
/illumos-gate/usr/src/lib/libshare/common/ |
H A D | libshare_zfs.c | 828 zfs_prop_get_int(fs_handle, ZFS_PROP_ZONED)) in sa_get_zfs_share_common()
|
/illumos-gate/usr/src/lib/libbe/common/ |
H A D | be_mount.c | 1638 !zfs_prop_get_int(zhp, ZFS_PROP_ZONED))) { in loopback_mount_shared_fs()
|
H A D | be_create.c | 2376 if (zfs_prop_get_int(zhp, ZFS_PROP_ZONED) != 0 && in be_clone_fs_callback()
|
/illumos-gate/usr/src/cmd/zoneadmd/ |
H A D | vplat.c | 3752 if (!zfs_prop_get_int(zhp, ZFS_PROP_ZONED) && in validate_datasets() 3753 zfs_prop_set(zhp, zfs_prop_to_name(ZFS_PROP_ZONED), in validate_datasets()
|