Searched refs:nl2cache (Results 1 – 6 of 6) sorted by relevance
| /src/sys/contrib/openzfs/cmd/zpool/ |
| H A D | zpool_vdev.c | 1486 int t, toplevels, mindev, maxdev, nspares, nlogs, nl2cache; in construct_spec() local 1520 nl2cache = 0; in construct_spec() 1659 nl2cache = children; in construct_spec() 1750 if (toplevels == 0 && nspares == 0 && nl2cache == 0) { in construct_spec() 1774 if (nl2cache != 0) in construct_spec() 1776 (const nvlist_t **)l2cache, nl2cache) == 0); in construct_spec() 1783 for (t = 0; t < nl2cache; t++) in construct_spec()
|
| H A D | zpool_main.c | 9602 uint_t nl2cache; in l2cache_nvlist() local 9604 &l2cache, &nl2cache) == 0) { in l2cache_nvlist() 9605 if (nl2cache == 0) in l2cache_nvlist() 9609 for (int i = 0; i < nl2cache; i++) { in l2cache_nvlist() 10430 uint_t nl2cache) in print_l2cache() argument 10435 if (nl2cache == 0) in print_l2cache() 10440 for (i = 0; i < nl2cache; i++) { in print_l2cache() 11071 uint_t nspares, nl2cache; in status_callback() local 11128 &l2cache, &nl2cache) == 0) in status_callback() 11129 print_l2cache(zhp, cbp, l2cache, nl2cache); in status_callback()
|
| /src/sys/contrib/openzfs/module/zfs/ |
| H A D | spa.c | 2570 uint_t nl2cache; in spa_load_l2cache() local 2597 nl2cache = 0; in spa_load_l2cache() 2603 ZPOOL_CONFIG_L2CACHE, &l2cache, &nl2cache)); in spa_load_l2cache() 2604 newvdevs = kmem_alloc(nl2cache * sizeof (void *), KM_SLEEP); in spa_load_l2cache() 2609 for (i = 0; i < nl2cache; i++) { in spa_load_l2cache() 2665 sav->sav_count = (int)nl2cache; in spa_load_l2cache() 6637 uint_t i, j, nl2cache; local 6651 ZPOOL_CONFIG_L2CACHE, &l2cache, &nl2cache)); 6652 if (nl2cache != 0) { 6654 (const nvlist_t * const *)l2cache, nl2cache); [all …]
|
| H A D | vdev_removal.c | 2434 uint_t nspares, nl2cache; in spa_vdev_remove() local 2497 ZPOOL_CONFIG_L2CACHE, &l2cache, &nl2cache) == 0 && in spa_vdev_remove() 2498 (nv = spa_nvlist_lookup_by_guid(l2cache, nl2cache, guid)) != NULL) { in spa_vdev_remove() 2522 ZPOOL_CONFIG_L2CACHE, l2cache, nl2cache, nv); in spa_vdev_remove()
|
| /src/sys/contrib/openzfs/lib/libzutil/ |
| H A D | zutil_import.c | 498 uint_t i, nspares, nl2cache; in get_configs() local 865 &l2cache, &nl2cache) == 0) { in get_configs() 866 for (i = 0; i < nl2cache; i++) { in get_configs()
|
| /src/sys/contrib/openzfs/lib/libzfs/ |
| H A D | libzfs_pool.c | 1781 uint_t nspares, nl2cache; in zpool_add() local 1798 &l2cache, &nl2cache) == 0) { in zpool_add()
|