Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/include/os/linux/spl/sys/
H A Dzone.h29 #define GLOBAL_ZONEID 0 macro
32 #define crgetzoneid(x) (GLOBAL_ZONEID)
/f-stack/freebsd/contrib/openzfs/lib/libspl/os/linux/
H A Dzone.c31 return (GLOBAL_ZONEID); in getzoneid()
/f-stack/freebsd/contrib/openzfs/lib/libspl/include/
H A Dzone.h36 #define GLOBAL_ZONEID 0 macro
/f-stack/freebsd/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dzone.h38 #define GLOBAL_ZONEID 0 macro
/f-stack/freebsd/contrib/openzfs/lib/libzfs/
H A Dlibzfs_changelist.c122 if (getzoneid() == GLOBAL_ZONEID && cn->cn_zoned) in changelist_prefix()
213 if (getzoneid() == GLOBAL_ZONEID && cn->cn_zoned) in changelist_postfix()
464 if (getzoneid() == GLOBAL_ZONEID && cn->cn_zoned) in changelist_add_mounted()
539 if (getzoneid() == GLOBAL_ZONEID && cn->cn_zoned) in change_one()
H A Dlibzfs_dataset.c1390 if (getzoneid() == GLOBAL_ZONEID) { in zfs_valid_proplist()
1407 } else if (getzoneid() != GLOBAL_ZONEID) { in zfs_valid_proplist()
1982 if (prop == ZFS_PROP_MOUNTPOINT && getzoneid() == GLOBAL_ZONEID && in zfs_prop_inherit()
3106 if (zoned && getzoneid() == GLOBAL_ZONEID) in userquota_propname_decode()
3110 if (zoned && getzoneid() == GLOBAL_ZONEID) in userquota_propname_decode()
3123 if (zoned && getzoneid() == GLOBAL_ZONEID) in userquota_propname_decode()
3447 if (getzoneid() != GLOBAL_ZONEID && !is_zoned) { in check_parents()
4467 if (getzoneid() == GLOBAL_ZONEID && in zfs_rename()
H A Dlibzfs_mount.c254 getzoneid() == GLOBAL_ZONEID) in zfs_is_mountable_internal()
1397 if (zoneid == GLOBAL_ZONEID && in zfs_foreach_mountpoint()
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Ddsl_dir.c756 if (crgetzoneid(cr) != GLOBAL_ZONEID) in dsl_enforce_ds_ss_limits()
/f-stack/freebsd/contrib/openzfs/cmd/zfs/
H A Dzfs_main.c6683 if (zoned && getzoneid() == GLOBAL_ZONEID) { in share_mount_one()
6692 } else if (!zoned && getzoneid() != GLOBAL_ZONEID) { in share_mount_one()