| /src/external/cddl/osnet/dist/cmd/zpool/ |
| zpool_vdev.c | 1229 int t, toplevels, mindev, maxdev, nspares, nlogs, nl2cache; local 1240 nl2cache = 0; 1344 nl2cache = children; 1386 if (toplevels == 0 && nspares == 0 && nl2cache == 0) { 1410 if (nl2cache != 0) 1412 l2cache, nl2cache) == 0); 1418 for (t = 0; t < nl2cache; t++)
|
| zpool_main.c | 4066 print_l2cache(zpool_handle_t *zhp, nvlist_t **l2cache, uint_t nl2cache, 4072 if (nl2cache == 0) 4077 for (i = 0; i < nl2cache; i++) { 4391 uint_t nspares, nl2cache; local 4411 &l2cache, &nl2cache) == 0) 4412 print_l2cache(zhp, l2cache, nl2cache, namewidth);
|
| /src/external/cddl/osnet/dist/uts/common/fs/zfs/ |
| spa.c | 1519 uint_t nl2cache; local 1529 ZPOOL_CONFIG_L2CACHE, &l2cache, &nl2cache) == 0); 1530 newvdevs = kmem_alloc(nl2cache * sizeof (void *), KM_SLEEP); 1532 nl2cache = 0; 1544 for (i = 0; i < nl2cache; i++) { 1616 sav->sav_count = (int)nl2cache; 3341 uint_t i, j, nl2cache; local 3356 ZPOOL_CONFIG_L2CACHE, &l2cache, &nl2cache) == 0); 3357 if (nl2cache != 0) { 3359 ZPOOL_CONFIG_L2CACHE, l2cache, nl2cache) == 0) 3691 uint_t nspares, nl2cache; local 4344 uint_t nspares, nl2cache; local 4772 uint_t nspares, nl2cache; local 5764 uint_t nspares, nl2cache; local [all...] |
| zfs_ioctl.c | 1924 uint_t nl2cache = 0, nspares = 0; local 1933 &l2cache, &nl2cache); 1949 if (spa_bootfs(spa) != 0 && nl2cache == 0 && nspares == 0) {
|
| /src/external/cddl/osnet/dist/lib/libzfs/common/ |
| libzfs_import.c | 452 uint_t i, nspares, nl2cache; local 806 &l2cache, &nl2cache) == 0) { 807 for (i = 0; i < nl2cache; i++) {
|
| libzfs_pool.c | 1282 uint_t nspares, nl2cache; local 1299 &l2cache, &nl2cache) == 0) {
|