Lines Matching refs:zpool_handle
285 zpool_handle(zfs_handle_t *zhp) in zpool_handle() function
462 if ((zhp->zpool_hdl = zpool_handle(zhp)) == NULL) in make_dataset_handle_common()
526 zhp->zpool_hdl = zpool_handle(zhp); in make_dataset_simple_handle_zc()
632 if ((zhp->zpool_hdl = zpool_handle(zhp)) == NULL) { in make_bookmark_handle()
924 zpool_handle_t *zpool_handle = zhp->zpool_hdl; in zfs_spa_version() local
926 if (zpool_handle == NULL) in zfs_spa_version()
929 *spa_version = zpool_get_prop_int(zpool_handle, in zfs_spa_version()
1587 zpool_handle_t *zph = zpool_handle(zhp); in zfs_add_synthetic_resv()
1668 resvsize = zvol_volsize_to_reservation(zpool_handle(zhp), volsize, in zfs_fix_auto_resv()
3592 zpool_handle_t *zpool_handle; in zfs_create() local
3638 if ((zpool_handle = zpool_open(hdl, pool_path)) == NULL) in zfs_create()
3642 zoned, NULL, zpool_handle, B_TRUE, errbuf)) == 0) { in zfs_create()
3643 zpool_close(zpool_handle); in zfs_create()
3646 zpool_close(zpool_handle); in zfs_create()