Lines Matching refs:zpool_handle
296 zpool_handle(zfs_handle_t *zhp) in zpool_handle() function
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()
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() local
998 if (zpool_handle == NULL) in zfs_spa_version()
1001 *spa_version = zpool_get_prop_int(zpool_handle, in zfs_spa_version()
1638 zpool_handle_t *zph = zpool_handle(zhp); in zfs_add_synthetic_resv()
1719 resvsize = zvol_volsize_to_reservation(zpool_handle(zhp), volsize, in zfs_fix_auto_resv()
3736 zpool_handle_t *zpool_handle; in zfs_create() local
3786 if ((zpool_handle = zpool_open(hdl, pool_path)) == NULL) in zfs_create()
3790 zoned, NULL, zpool_handle, B_TRUE, errbuf)) == 0) { in zfs_create()
3791 zpool_close(zpool_handle); in zfs_create()
3794 zpool_close(zpool_handle); in zfs_create()