Home
last modified time | relevance | path

Searched refs:GLOBAL_ZONEID (Results 1 – 10 of 10) sorted by relevance

/freebsd-14-stable/sys/contrib/openzfs/lib/libspl/include/
HDzone.h37 #define GLOBAL_ZONEID 0 macro
45 #define GLOBAL_ZONEID 4026531837U
/freebsd-14-stable/sys/contrib/openzfs/include/os/freebsd/spl/sys/
HDzone.h38 #define GLOBAL_ZONEID 0 macro
/freebsd-14-stable/sys/cddl/compat/opensolaris/sys/
HDzone.h67 #define GLOBAL_ZONEID 0 macro
/freebsd-14-stable/sys/contrib/openzfs/include/os/linux/spl/sys/
HDzone.h56 #define GLOBAL_ZONEID global_zoneid() macro
/freebsd-14-stable/sys/contrib/openzfs/lib/libzfs/
HDlibzfs_changelist.c132 if (getzoneid() == GLOBAL_ZONEID && cn->cn_zoned) in changelist_prefix()
228 if (getzoneid() == GLOBAL_ZONEID && cn->cn_zoned) in changelist_postfix()
482 if (getzoneid() == GLOBAL_ZONEID && cn->cn_zoned) in changelist_add_mounted()
552 if (getzoneid() == GLOBAL_ZONEID && cn->cn_zoned) in change_one()
HDlibzfs_mount.c231 getzoneid() == GLOBAL_ZONEID) in zfs_is_mountable_internal()
1260 if (zoneid == GLOBAL_ZONEID && in zfs_foreach_mountpoint()
HDlibzfs_dataset.c1416 if (getzoneid() == GLOBAL_ZONEID) { in zfs_valid_proplist()
1433 } else if (getzoneid() != GLOBAL_ZONEID) { in zfs_valid_proplist()
2030 if (prop == ZFS_PROP_MOUNTPOINT && getzoneid() == GLOBAL_ZONEID && in zfs_prop_inherit()
3199 if (zoned && getzoneid() == GLOBAL_ZONEID) in userquota_propname_decode()
3203 if (zoned && getzoneid() == GLOBAL_ZONEID) in userquota_propname_decode()
3216 if (zoned && getzoneid() == GLOBAL_ZONEID) in userquota_propname_decode()
3551 if (getzoneid() != GLOBAL_ZONEID && !is_zoned) { in check_parents()
4573 if (getzoneid() == GLOBAL_ZONEID && in zfs_rename()
/freebsd-14-stable/contrib/libpcap/
HDpcap-bpf.c661 if (ifr.lifr_zoneid != GLOBAL_ZONEID) { in bpf_bind()
/freebsd-14-stable/sys/contrib/openzfs/module/zfs/
HDdsl_dir.c770 if (crgetzoneid(cr) != GLOBAL_ZONEID) in dsl_enforce_ds_ss_limits()
/freebsd-14-stable/sys/contrib/openzfs/cmd/zfs/
HDzfs_main.c6878 if (zoned && getzoneid() == GLOBAL_ZONEID) { in share_mount_one()
6887 } else if (!zoned && getzoneid() != GLOBAL_ZONEID) { in share_mount_one()