Lines Matching refs:zpool_hdl
472 if ((zhp->zpool_hdl = zpool_handle(zhp)) == NULL) in make_dataset_handle_common()
534 zhp->zpool_hdl = zpool_handle(zhp); in make_dataset_simple_handle_zc()
572 zhp->zpool_hdl = zhp_orig->zpool_hdl; in zfs_handle_dup()
664 if ((zhp->zpool_hdl = zpool_handle(zhp)) == NULL) { in make_bookmark_handle()
996 zpool_handle_t *zpool_handle = zhp->zpool_hdl; in zfs_spa_version()
1032 uint64_t zoned, zfs_handle_t *zhp, zpool_handle_t *zpool_hdl, in zfs_valid_proplist() argument
1243 if (zpool_hdl != NULL) { in zfs_valid_proplist()
1244 maxbs = zpool_get_prop_int(zpool_hdl, in zfs_valid_proplist()
1789 zfs_prop_get_int(zhp, ZFS_PROP_ZONED), zhp, zhp->zpool_hdl, in zfs_prop_set_list_flags()
2592 char *poolname = zhp->zpool_hdl->zpool_name; in zcp_check()
2731 if ((zpool_get_prop(zhp->zpool_hdl, in zfs_prop_get()
3406 return (zhp->zpool_hdl->zpool_name); in zfs_get_pool_name()
4069 zhp, zhp->zpool_hdl, B_TRUE, errbuf)) == NULL) in zfs_clone()
4211 zpool_handle_t *zpool_hdl; in zfs_snapshot_nvl() local
4240 zpool_hdl = zpool_open(hdl, pool); in zfs_snapshot_nvl()
4241 if (zpool_hdl == NULL) in zfs_snapshot_nvl()
4246 props, B_FALSE, NULL, zpool_hdl, B_FALSE, errbuf)) == NULL) { in zfs_snapshot_nvl()
4247 zpool_close(zpool_hdl); in zfs_snapshot_nvl()
4250 zpool_close(zpool_hdl); in zfs_snapshot_nvl()