Home
last modified time | relevance | path

Searched defs:zpool_handle (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/cddl/osnet/dist/lib/libzfs/common/
H A Dlibzfs_impl.h102 struct zpool_handle { struct
104 zpool_handle_t *zpool_next; argument
105 char zpool_name[ZFS_MAX_DATASET_NAME_LEN];
106 int zpool_state;
107 size_t zpool_config_size;
108 nvlist_t *zpool_config;
109 nvlist_t *zpool_old_config;
110 nvlist_t *zpool_props;
111 diskaddr_t zpool_start_block;
H A Dlibzfs_dataset.c262 zpool_handle(zfs_handle_t *zhp) in zpool_handle() function
828 zpool_handle_t *zpool_handle = zhp->zpool_hdl; in zfs_spa_version() local
3266 zpool_handle_t *zpool_handle = zpool_open(hdl, pool_path); in zfs_create() local
/netbsd-src/external/cddl/osnet/dist/cmd/zfs/
H A Dzfs_main.c858 zpool_handle_t *zpool_handle; in zfs_do_create() local