Searched defs:zpool_handle (Results 1 – 3 of 3) sorted by relevance
98 struct zpool_handle { struct100 zpool_handle_t *zpool_next; argument101 char zpool_name[ZFS_MAX_DATASET_NAME_LEN];102 int zpool_state;103 size_t zpool_config_size;104 nvlist_t *zpool_config;105 nvlist_t *zpool_old_config;106 nvlist_t *zpool_props;107 diskaddr_t zpool_start_block;
294 zpool_handle(zfs_handle_t *zhp) in zpool_handle() function970 zpool_handle_t *zpool_handle = zhp->zpool_hdl; in zfs_spa_version() local3617 zpool_handle_t *zpool_handle; in zfs_create() local
1025 zpool_handle_t *zpool_handle = NULL; in zfs_do_create() local