Searched defs:zpool_handle (Results 1 – 4 of 4) sorted by relevance
100 struct zpool_handle { struct102 zpool_handle_t *zpool_next; argument103 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;[all …]
296 zpool_handle(zfs_handle_t *zhp) in zpool_handle() function996 zpool_handle_t *zpool_handle = zhp->zpool_hdl; in zfs_spa_version() local3736 zpool_handle_t *zpool_handle; in zfs_create() local
79 struct zpool_handle struct82 zpool_handle_t *zpool_next; argument83 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;[all …]
1062 zpool_handle_t *zpool_handle = NULL; in zfs_do_create() local