Lines Matching defs:zpool_handle
79 struct zpool_handle struct
82 zpool_handle_t *zpool_next; argument
83 char zpool_name[ZFS_MAX_DATASET_NAME_LEN];
84 int zpool_state;
85 unsigned int zpool_n_propnames;
87 const char *zpool_propnames[ZHP_MAX_PROPNAMES];
88 size_t zpool_config_size;
89 nvlist_t *zpool_config;
90 nvlist_t *zpool_old_config;
91 nvlist_t *zpool_props;
92 diskaddr_t zpool_start_block;