Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/lib/libzfs/
H A Dlibzfs_changelist.c460 cn->cn_zoned = zfs_prop_get_int(zhp, ZFS_PROP_ZONED); in changelist_add_mounted()
535 cn->cn_zoned = zfs_prop_get_int(zhp, ZFS_PROP_ZONED); in change_one()
641 if (prop == ZFS_PROP_NAME || prop == ZFS_PROP_ZONED || in changelist_gather()
687 } else if (prop == ZFS_PROP_ZONED) { in changelist_gather()
758 cn->cn_zoned = zfs_prop_get_int(zhp, ZFS_PROP_ZONED); in changelist_gather()
H A Dlibzfs_mount.c253 if (zfs_prop_get_int(zhp, ZFS_PROP_ZONED) && in zfs_is_mountable_internal()
746 if (zfs_prop_get_int(zhp, ZFS_PROP_ZONED)) in zfs_share_proto()
1128 zoneda = zfs_prop_get_int(za, ZFS_PROP_ZONED); in mountpoint_cmp()
1129 zonedb = zfs_prop_get_int(zb, ZFS_PROP_ZONED); in mountpoint_cmp()
1398 zfs_prop_get_int(handles[i], ZFS_PROP_ZONED)) in zfs_foreach_mountpoint()
H A Dlibzfs_dataset.c1764 zfs_prop_get_int(zhp, ZFS_PROP_ZONED), zhp, zhp->zpool_hdl, in zfs_prop_set_list()
1983 zfs_prop_get_int(zhp, ZFS_PROP_ZONED)) { in zfs_prop_inherit()
3192 zfs_prop_get_int(zhp, ZFS_PROP_ZONED), in zfs_prop_get_userquota_common()
3442 is_zoned = zfs_prop_get_int(zhp, ZFS_PROP_ZONED); in check_parents()
4468 zfs_prop_get_int(zhp, ZFS_PROP_ZONED)) { in zfs_rename()
H A Dlibzfs_crypto.c1372 zfs_prop_get_int(zhp, ZFS_PROP_ZONED), NULL, zhp->zpool_hdl, in zfs_crypto_verify_rewrap_nvlist()
H A Dlibzfs_pool.c1263 zfs_prop_to_name(ZFS_PROP_ZONED), &zonestr) == 0) && in zpool_create()
H A Dlibzfs_sendrecv.c4513 zoned = zfs_prop_get_int(zhp, ZFS_PROP_ZONED); in zfs_receive_one()
H A Dlibzfs.abi539 <enumerator name='ZFS_PROP_ZONED' value='22'/>
/f-stack/freebsd/contrib/openzfs/module/zcommon/
H A Dzfs_prop.c488 zprop_register_index(ZFS_PROP_ZONED, "jailed", 0, PROP_INHERIT, in zfs_prop_init()
491 zprop_register_index(ZFS_PROP_ZONED, "zoned", 0, PROP_INHERIT, in zfs_prop_init()
/f-stack/freebsd/contrib/openzfs/cmd/zfs/
H A Dzfs_iter.c440 cb.cb_props_table[ZFS_PROP_ZONED] = B_TRUE; in zfs_for_each()
H A Dzfs_main.c6681 zoned = zfs_prop_get_int(zhp, ZFS_PROP_ZONED); in share_mount_one()
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Ddsl_deleg.c599 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.c777 zonedstr = zfs_prop_to_name(ZFS_PROP_ZONED); in dsl_enforce_ds_ss_limits()
/f-stack/freebsd/contrib/openzfs/include/sys/fs/
H A Dzfs.h116 ZFS_PROP_ZONED, enumerator