Searched refs:nl2cache (Results 1 - 6 of 6) sorted by relevance

/freebsd-current/sys/contrib/openzfs/cmd/zpool/
H A Dzpool_vdev.c1494 int t, toplevels, mindev, maxdev, nspares, nlogs, nl2cache; local
1505 nl2cache = 0;
1645 nl2cache = children;
1731 if (toplevels == 0 && nspares == 0 && nl2cache == 0) {
1755 if (nl2cache != 0)
1757 (const nvlist_t **)l2cache, nl2cache) == 0);
1764 for (t = 0; t < nl2cache; t++)
H A Dzpool_main.c8775 uint_t nl2cache)
8780 if (nl2cache == 0)
8785 for (i = 0; i < nl2cache; i++) {
9264 uint_t nspares, nl2cache; local
9316 &l2cache, &nl2cache) == 0)
9317 print_l2cache(zhp, cbp, l2cache, nl2cache);
8774 print_l2cache(zpool_handle_t *zhp, status_cbdata_t *cb, nvlist_t **l2cache, uint_t nl2cache) argument
/freebsd-current/sys/contrib/openzfs/module/zfs/
H A Dspa.c2273 uint_t nl2cache; local
2300 nl2cache = 0;
2306 ZPOOL_CONFIG_L2CACHE, &l2cache, &nl2cache));
2307 newvdevs = kmem_alloc(nl2cache * sizeof (void *), KM_SLEEP);
2312 for (i = 0; i < nl2cache; i++) {
2368 sav->sav_count = (int)nl2cache;
5934 uint_t i, j, nl2cache; local
5948 ZPOOL_CONFIG_L2CACHE, &l2cache, &nl2cache));
5949 if (nl2cache != 0) {
5951 (const nvlist_t * const *)l2cache, nl2cache);
6326 uint_t nspares, nl2cache; local
6641 uint_t nspares, nl2cache; local
7198 uint_t nspares, nl2cache; local
[all...]
H A Dvdev_removal.c2383 uint_t nspares, nl2cache; local
2446 ZPOOL_CONFIG_L2CACHE, &l2cache, &nl2cache) == 0 &&
2447 (nv = spa_nvlist_lookup_by_guid(l2cache, nl2cache, guid)) != NULL) {
2471 ZPOOL_CONFIG_L2CACHE, l2cache, nl2cache, nv);
/freebsd-current/sys/contrib/openzfs/lib/libzutil/
H A Dzutil_import.c497 uint_t i, nspares, nl2cache; local
864 &l2cache, &nl2cache) == 0) {
865 for (i = 0; i < nl2cache; i++) {
/freebsd-current/sys/contrib/openzfs/lib/libzfs/
H A Dlibzfs_pool.c1734 uint_t nspares, nl2cache; local
1751 &l2cache, &nl2cache) == 0) {

Completed in 315 milliseconds