Searched refs:z_zhp (Results 1 – 2 of 2) sorted by relevance
/titanic_41/usr/src/lib/libbe/common/ |
H A D | be_create.c | 1909 zfs_handle_t *z_zhp = NULL; in be_copy_zones() local 2023 if ((z_zhp = zfs_open(g_zfs, zoneroot_ds, in be_copy_zones() 2086 if ((iret = be_clone_fs_callback(z_zhp, &bt)) != 0) { in be_copy_zones() 2087 z_zhp = NULL; in be_copy_zones() 2135 if ((z_zhp = zfs_open(g_zfs, zoneroot_ds, in be_copy_zones() 2154 iret = be_clone_fs_callback(z_zhp, &bt); in be_copy_zones() 2155 z_zhp = NULL; in be_copy_zones() 2189 z_zhp = NULL; in be_copy_zones() 2191 if ((z_zhp = zfs_open(g_zfs, new_zoneroot_ds, in be_copy_zones() 2201 if (zfs_prop_set(z_zhp, BE_ZONE_PARENTBE_PROPERTY, in be_copy_zones() [all …]
|
H A D | be_activate.c | 1142 zfs_handle_t *z_zhp = NULL; in be_promote_zone_ds() local 1223 if ((z_zhp = zfs_open(g_zfs, zoneroot_ds, in be_promote_zone_ds() 1233 if (zfs_prop_get(z_zhp, ZFS_PROP_ORIGIN, origin, in be_promote_zone_ds() 1235 ZFS_CLOSE(z_zhp); in be_promote_zone_ds() 1244 if (be_promote_ds_callback(z_zhp, NULL) != 0) { in be_promote_zone_ds()
|