HomeSort by: relevance | last modified time | path
    Searched defs:zpool_hdl (Results 1 - 2 of 2) sorted by relevancy

  /src/external/cddl/osnet/dist/lib/libzfs/common/
libzfs_impl.h 83 zpool_handle_t *zpool_hdl; member in struct:zfs_handle
103 libzfs_handle_t *zpool_hdl; member in struct:zpool_handle
libzfs_dataset.c 437 if ((zhp->zpool_hdl = zpool_handle(zhp)) == NULL)
501 zhp->zpool_hdl = zpool_handle(zhp);
514 zhp->zpool_hdl = zhp_orig->zpool_hdl;
607 if ((zhp->zpool_hdl = zpool_handle(zhp)) == NULL) {
828 zpool_handle_t *zpool_handle = zhp->zpool_hdl;
864 uint64_t zoned, zfs_handle_t *zhp, zpool_handle_t *zpool_hdl,
1059 if (zpool_hdl != NULL) {
1060 maxbs = zpool_get_prop_int(zpool_hdl,
1580 zfs_prop_get_int(zhp, ZFS_PROP_ZONED), zhp, zhp->zpool_hdl,
3690 zpool_handle_t *zpool_hdl = zpool_open(hdl, pool); local
    [all...]

Completed in 34 milliseconds