Lines Matching refs:zoneroot_ds
718 be_get_legacy_fs(char *be_name, char *be_root_ds, char *zoneroot_ds, in be_get_legacy_fs() argument
743 zoneroot_ds ? BE_MOUNT_FLAG_NULL : in be_get_legacy_fs()
764 if (zoneroot_ds != NULL) { in be_get_legacy_fs()
771 if ((zhp = zfs_open(g_zfs, zoneroot_ds, in be_get_legacy_fs()
775 zoneroot_ds, libzfs_error_description(g_zfs)); in be_get_legacy_fs()
798 zoneroot_ds); in be_get_legacy_fs()
846 zoneroot_ds); in be_get_legacy_fs()
2502 char zoneroot_ds[MAXPATHLEN]; in be_mount_one_zone() local
2506 if ((ret = be_find_active_zone_root(be_zhp, zonepath_ds, zoneroot_ds, in be_mount_one_zone()
2507 sizeof (zoneroot_ds))) == BE_ERR_ZONE_NO_ACTIVE_ROOT) { in be_mount_one_zone()
2519 if ((zone_zhp = zfs_open(g_zfs, zoneroot_ds, ZFS_TYPE_FILESYSTEM)) in be_mount_one_zone()
2522 "open zone root dataset (%s): %s\n"), zoneroot_ds, in be_mount_one_zone()
2582 char zoneroot_ds[MAXPATHLEN]; in be_unmount_one_zone() local
2596 zoneroot_ds, sizeof (zoneroot_ds))) == BE_ERR_NO_MOUNTED_ZONE) { in be_unmount_one_zone()
2607 if ((zone_zhp = zfs_open(g_zfs, zoneroot_ds, ZFS_TYPE_FILESYSTEM)) in be_unmount_one_zone()
2610 "open mounted zone root dataset (%s): %s\n"), zoneroot_ds, in be_unmount_one_zone()