Home
last modified time | relevance | path

Searched refs:ZFS_PROP_ZONED (Results 1 – 14 of 14) sorted by relevance

/freebsd/sys/contrib/openzfs/lib/libzfs/
H A Dlibzfs_changelist.c479 cn->cn_zoned = zfs_prop_get_int(zhp, ZFS_PROP_ZONED); in changelist_add_mounted()
549 cn->cn_zoned = zfs_prop_get_int(zhp, ZFS_PROP_ZONED); in change_one()
661 if (prop == ZFS_PROP_NAME || prop == ZFS_PROP_ZONED || in changelist_gather()
707 } else if (prop == ZFS_PROP_ZONED) { in changelist_gather()
778 cn->cn_zoned = zfs_prop_get_int(zhp, ZFS_PROP_ZONED); in changelist_gather()
H A Dlibzfs_mount.c229 if (zfs_prop_get_int(zhp, ZFS_PROP_ZONED) && in zfs_is_mountable_internal()
735 if (zfs_prop_get_int(zhp, ZFS_PROP_ZONED)) in zfs_share()
988 zoneda = zfs_prop_get_int(za, ZFS_PROP_ZONED); in mountpoint_cmp()
989 zonedb = zfs_prop_get_int(zb, ZFS_PROP_ZONED); in mountpoint_cmp()
1264 zfs_prop_get_int(handles[i], ZFS_PROP_ZONED)) in zfs_foreach_mountpoint()
H A Dlibzfs_dataset.c1816 zfs_prop_get_int(zhp, ZFS_PROP_ZONED), zhp, zhp->zpool_hdl, in zfs_prop_set_list_flags()
2036 zfs_prop_get_int(zhp, ZFS_PROP_ZONED)) { in zfs_prop_inherit()
3295 zfs_prop_get_int(zhp, ZFS_PROP_ZONED), in zfs_prop_get_userquota_common()
3555 is_zoned = zfs_prop_get_int(zhp, ZFS_PROP_ZONED); in check_parents()
4583 zfs_prop_get_int(zhp, ZFS_PROP_ZONED)) { in zfs_rename()
H A Dlibzfs_crypto.c1571 zfs_prop_get_int(zhp, ZFS_PROP_ZONED), NULL, zhp->zpool_hdl, in zfs_crypto_verify_rewrap_nvlist()
H A Dlibzfs_sendrecv.c4907 zoned = zfs_prop_get_int(zhp, ZFS_PROP_ZONED); in zfs_receive_one()
H A Dlibzfs_pool.c1542 zfs_prop_to_name(ZFS_PROP_ZONED), &zonestr) == 0) && in zpool_create()
H A Dlibzfs.abi1974 <enumerator name='ZFS_PROP_ZONED' value='22'/>
/freebsd/sys/contrib/openzfs/module/zcommon/
H A Dzfs_prop.c516 zprop_register_index(ZFS_PROP_ZONED, "jailed", 0, PROP_INHERIT, in zfs_prop_init()
520 zprop_register_index(ZFS_PROP_ZONED, "zoned", 0, PROP_INHERIT, in zfs_prop_init()
/freebsd/sys/contrib/openzfs/cmd/zfs/
H A Dzfs_iter.c485 cb.cb_props_table[ZFS_PROP_ZONED] = B_TRUE; in zfs_for_each()
H A Dzfs_main.c7137 zoned = zfs_prop_get_int(zhp, ZFS_PROP_ZONED); in share_mount_one()
/freebsd/sys/contrib/openzfs/module/zfs/
H A Ddsl_deleg.c602 zfs_prop_to_name(ZFS_PROP_ZONED), in dsl_deleg_access_impl()
H A Dzfs_ioctl.c437 if (dsl_prop_get_integer(dataset, zfs_prop_to_name(ZFS_PROP_ZONED), in zfs_dozonecheck()
449 if (dsl_prop_get_int_ds(ds, zfs_prop_to_name(ZFS_PROP_ZONED), &zoned)) in zfs_dozonecheck_ds()
548 zfs_prop_to_name(ZFS_PROP_ZONED), &zoned, NULL)) in zfs_set_slabel_policy()
615 case ZFS_PROP_ZONED: in zfs_secpolicy_setprop()
635 zfs_prop_to_name(ZFS_PROP_ZONED), &zoned, setpoint)) in zfs_secpolicy_setprop()
H A Ddsl_dir.c797 zonedstr = zfs_prop_to_name(ZFS_PROP_ZONED); in dsl_enforce_ds_ss_limits()
/freebsd/sys/contrib/openzfs/include/sys/fs/
H A Dzfs.h122 ZFS_PROP_ZONED, enumerator