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.c219 if (zhp->zpool_config_size == 0) in zpool_refresh_stats()
220 zhp->zpool_config_size = 1 << 16; in zpool_refresh_stats()
222 zcmd_alloc_dst_nvlist(hdl, &zc, zhp->zpool_config_size); in zpool_refresh_stats()
252 zhp->zpool_config_size = zc.zc_nvlist_dst_size; in zpool_refresh_stats()
282 dzhp->zpool_config_size = szhp->zpool_config_size; in zpool_refresh_stats_from_handle()
H A Dlibzfs_impl.h104 size_t zpool_config_size; member
H A Dlibzfs_pool.c4591 zcmd_alloc_dst_nvlist(hdl, &zc, zhp->zpool_config_size * 2); in zpool_clear()
H A Dlibzfs.abi2671 <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