Searched refs:ZFS_PROP_ZONED (Results 1 – 15 of 15) sorted by relevance
/titanic_50/usr/src/lib/libzfs/common/ |
H A D | libzfs_changelist.c | 447 cn->cn_zoned = zfs_prop_get_int(zhp, ZFS_PROP_ZONED); in change_one() 547 if (prop == ZFS_PROP_NAME || prop == ZFS_PROP_ZONED || in changelist_gather() 599 } else if (prop == ZFS_PROP_ZONED) { in changelist_gather() 660 cn->cn_zoned = zfs_prop_get_int(zhp, ZFS_PROP_ZONED); in changelist_gather()
|
H A D | libzfs_mount.c | 249 if (zfs_prop_get_int(zhp, ZFS_PROP_ZONED) && in zfs_is_mountable() 745 if (zfs_prop_get_int(zhp, ZFS_PROP_ZONED)) in zfs_share_proto()
|
H A D | libzfs_dataset.c | 1648 zfs_prop_get_int(zhp, ZFS_PROP_ZONED), zhp, zhp->zpool_hdl, in zfs_prop_set_list() 1846 zfs_prop_get_int(zhp, ZFS_PROP_ZONED)) { in zfs_prop_inherit() 2878 zfs_prop_get_int(zhp, ZFS_PROP_ZONED), in zfs_prop_get_userquota_common() 3108 is_zoned = zfs_prop_get_int(zhp, ZFS_PROP_ZONED); in check_parents() 4041 zfs_prop_get_int(zhp, ZFS_PROP_ZONED)) { in zfs_rename()
|
H A D | libzfs_pool.c | 1092 zfs_prop_to_name(ZFS_PROP_ZONED), &zonestr) == 0) && in zpool_create()
|
/titanic_50/usr/src/cmd/zfs/ |
H A D | zfs_iter.c | 401 cb.cb_props_table[ZFS_PROP_ZONED] = B_TRUE; in zfs_for_each()
|
H A D | zfs_main.c | 5795 zoned = zfs_prop_get_int(zhp, ZFS_PROP_ZONED); in share_mount_one()
|
/titanic_50/usr/src/common/zfs/ |
H A D | zfs_prop.c | 287 zprop_register_index(ZFS_PROP_ZONED, "zoned", 0, PROP_INHERIT, in zfs_prop_init()
|
/titanic_50/usr/src/uts/common/sys/fs/ |
H A D | zfs.h | 109 ZFS_PROP_ZONED, enumerator
|
/titanic_50/usr/src/uts/common/fs/zfs/ |
H A D | dsl_deleg.c | 591 zfs_prop_to_name(ZFS_PROP_ZONED), in dsl_deleg_access_impl()
|
H A D | zfs_vfsops.c | 1396 zfs_prop_to_name(ZFS_PROP_ZONED), &zoned, NULL)) in zfs_mount_label_policy()
|
H A D | zfs_ioctl.c | 556 zfs_prop_to_name(ZFS_PROP_ZONED), &zoned, NULL)) in zfs_set_slabel_policy() 618 case ZFS_PROP_ZONED: in zfs_secpolicy_setprop()
|
/titanic_50/usr/src/lib/libzfs_jni/common/ |
H A D | libzfs_jni_property.c | 89 ZFS_PROP_ZONED,
|
/titanic_50/usr/src/lib/libbe/common/ |
H A D | be_mount.c | 1666 !zfs_prop_get_int(zhp, ZFS_PROP_ZONED))) { in loopback_mount_shared_fs()
|
H A D | be_create.c | 2291 if (zfs_prop_get_int(zhp, ZFS_PROP_ZONED) != 0 && in be_clone_fs_callback()
|
/titanic_50/usr/src/cmd/zoneadmd/ |
H A D | vplat.c | 3641 if (!zfs_prop_get_int(zhp, ZFS_PROP_ZONED) && in validate_datasets() 3642 zfs_prop_set(zhp, zfs_prop_to_name(ZFS_PROP_ZONED), in validate_datasets()
|