Searched defs:nl2cache (Results 1 - 6 of 6) sorted by relevance
/illumos-gate/usr/src/cmd/zpool/ |
H A D | zpool_vdev.c | 1164 int t, toplevels, mindev, maxdev, nspares, nlogs, nl2cache; local 1175 nl2cache = 0; 1279 nl2cache = children; 1321 if (toplevels == 0 && nspares == 0 && nl2cache == 0) { 1345 if (nl2cache != 0) 1347 l2cache, nl2cache) == 0); 1353 for (t = 0; t < nl2cache; t++)
|
H A D | zpool_main.c | 4041 print_l2cache(zpool_handle_t *zhp, nvlist_t **l2cache, uint_t nl2cache, argument 4047 if (nl2cache == 0) 4052 for (i = 0; i < nl2cache; i++) { 4356 uint_t nspares, nl2cache; local 4376 &l2cache, &nl2cache) == 0) 4377 print_l2cache(zhp, l2cache, nl2cache, namewidth);
|
/illumos-gate/usr/src/lib/libzfs/common/ |
H A D | libzfs_import.c | 443 uint_t i, nspares, nl2cache; local 797 &l2cache, &nl2cache) == 0) { 798 for (i = 0; i < nl2cache; i++) {
|
H A D | libzfs_pool.c | 1282 uint_t nspares, nl2cache; local 1299 &l2cache, &nl2cache) == 0) {
|
/illumos-gate/usr/src/uts/common/fs/zfs/ |
H A D | spa.c | 1458 uint_t nl2cache; local 1468 ZPOOL_CONFIG_L2CACHE, &l2cache, &nl2cache) == 0); 1469 newvdevs = kmem_alloc(nl2cache * sizeof (void *), KM_SLEEP); 1471 nl2cache = 0; 1483 for (i = 0; i < nl2cache; i++) { 1555 sav->sav_count = (int)nl2cache; 3256 uint_t i, j, nl2cache; local 3271 ZPOOL_CONFIG_L2CACHE, &l2cache, &nl2cache) == 0); 3272 if (nl2cache != 0) { 3274 ZPOOL_CONFIG_L2CACHE, l2cache, nl2cache) 3601 uint_t nspares, nl2cache; local 4056 uint_t nspares, nl2cache; local 4479 uint_t nspares, nl2cache; local 5464 uint_t nspares, nl2cache; local [all...] |
H A D | zfs_ioctl.c | 1843 uint_t nl2cache = 0, nspares = 0; local 1852 &l2cache, &nl2cache); 1867 if (spa_bootfs(spa) != 0 && nl2cache == 0 && nspares == 0) {
|
Completed in 109 milliseconds