Lines Matching defs:zpool_handle
100 struct zpool_handle { struct
102 zpool_handle_t *zpool_next; argument
103 char zpool_name[ZFS_MAX_DATASET_NAME_LEN];
104 int zpool_state;
105 unsigned int zpool_n_propnames;
106 const char *zpool_propnames[ZHP_MAX_PROPNAMES];
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;