Home
last modified time | relevance | path

Searched refs:zpool_old_config (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/lib/libzfs/common/
H A Dlibzfs_config.c221 *oldconfig = zhp->zpool_old_config; in zpool_get_config()
319 if (zhp->zpool_old_config != NULL) in zpool_refresh_stats()
320 nvlist_free(zhp->zpool_old_config); in zpool_refresh_stats()
324 zhp->zpool_old_config = NULL; in zpool_refresh_stats()
326 zhp->zpool_old_config = zhp->zpool_config; in zpool_refresh_stats()
H A Dlibzfs_impl.h114 nvlist_t *zpool_old_config; member
H A Dlibzfs_pool.c1031 if (zhp->zpool_old_config) in zpool_close()
1032 nvlist_free(zhp->zpool_old_config); in zpool_close()