Searched refs:z_zhp (Results 1 – 2 of 2) sorted by relevance
/titanic_50/usr/src/lib/libbe/common/ |
H A D | be_create.c | 1907 zfs_handle_t *z_zhp = NULL; in be_copy_zones() local 2021 if ((z_zhp = zfs_open(g_zfs, zoneroot_ds, in be_copy_zones() 2084 if ((iret = be_clone_fs_callback(z_zhp, &bt)) != 0) { in be_copy_zones() 2085 z_zhp = NULL; in be_copy_zones() 2131 if ((z_zhp = zfs_open(g_zfs, zoneroot_ds, in be_copy_zones() 2149 iret = be_clone_fs_callback(z_zhp, &bt); in be_copy_zones() 2150 z_zhp = NULL; in be_copy_zones() 2181 z_zhp = NULL; in be_copy_zones() 2183 if ((z_zhp = zfs_open(g_zfs, new_zoneroot_ds, in be_copy_zones() 2193 if (zfs_prop_set(z_zhp, BE_ZONE_PARENTBE_PROPERTY, in be_copy_zones() [all …]
|
H A D | be_activate.c | 1390 zfs_handle_t *z_zhp = NULL; in be_promote_zone_ds() local 1471 if ((z_zhp = zfs_open(g_zfs, zoneroot_ds, in be_promote_zone_ds() 1481 if (zfs_prop_get(z_zhp, ZFS_PROP_ORIGIN, origin, in be_promote_zone_ds() 1483 ZFS_CLOSE(z_zhp); in be_promote_zone_ds() 1492 if (be_promote_ds_callback(z_zhp, NULL) != 0) { in be_promote_zone_ds()
|