Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/lib/libzfs/
H A Dlibzfs_config.c260 if (zhp->zpool_config_size == 0) in zpool_refresh_stats()
261 zhp->zpool_config_size = 1 << 16; in zpool_refresh_stats()
263 zcmd_alloc_dst_nvlist(hdl, &zc, zhp->zpool_config_size); in zpool_refresh_stats()
293 zhp->zpool_config_size = zc.zc_nvlist_dst_size; in zpool_refresh_stats()
H A Dlibzfs_impl.h107 size_t zpool_config_size; member
H A Dlibzfs_pool.c4265 zcmd_alloc_dst_nvlist(hdl, &zc, zhp->zpool_config_size * 2); in zpool_clear()
H A Dlibzfs.abi2321 <var-decl name='zpool_config_size' type-id='b59d7dce' visibility='default'/>
/freebsd/cddl/usr.sbin/zfsd/tests/
H A Dzfsd_unittest.cc88 size_t zpool_config_size; member