Home
last modified time | relevance | path

Searched refs:zpool_config_size (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/contrib/openzfs/lib/libzfs/
H A Dlibzfs_config.c275 if (zhp->zpool_config_size == 0) in zpool_refresh_stats()
276 zhp->zpool_config_size = 1 << 16; in zpool_refresh_stats()
278 if (zcmd_alloc_dst_nvlist(hdl, &zc, zhp->zpool_config_size) != 0) in zpool_refresh_stats()
312 zhp->zpool_config_size = zc.zc_nvlist_dst_size; in zpool_refresh_stats()
H A Dlibzfs_pool.c3839 if (zcmd_alloc_dst_nvlist(hdl, &zc, zhp->zpool_config_size * 2) != 0) in zpool_clear()
H A Dlibzfs.abi831 …<var-decl name='zpool_config_size' type-id='type-id-67' visibility='default' filepath='../../inclu…
/f-stack/freebsd/contrib/openzfs/include/
H A Dlibzfs_impl.h103 size_t zpool_config_size; member