Searched refs:nl2cache (Results 1 – 6 of 6) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/cmd/zpool/ |
| H A D | zpool_vdev.c | 1449 int t, toplevels, mindev, maxdev, nspares, nlogs, nl2cache; in construct_spec() local 1460 nl2cache = 0; in construct_spec() 1600 nl2cache = children; in construct_spec() 1686 if (toplevels == 0 && nspares == 0 && nl2cache == 0) { in construct_spec() 1710 if (nl2cache != 0) in construct_spec() 1712 l2cache, nl2cache) == 0); in construct_spec() 1719 for (t = 0; t < nl2cache; t++) in construct_spec()
|
| H A D | zpool_main.c | 7847 uint_t nl2cache) in print_l2cache() argument 7852 if (nl2cache == 0) in print_l2cache() 7857 for (i = 0; i < nl2cache; i++) { in print_l2cache() 8308 uint_t nspares, nl2cache; in status_callback() local 8351 &l2cache, &nl2cache) == 0) in status_callback() 8352 print_l2cache(zhp, cbp, l2cache, nl2cache); in status_callback()
|
| /f-stack/freebsd/contrib/openzfs/module/zfs/ |
| H A D | spa.c | 1808 uint_t nl2cache; in spa_load_l2cache() local 1835 nl2cache = 0; in spa_load_l2cache() 1904 sav->sav_count = (int)nl2cache; in spa_load_l2cache() 5240 uint_t i, j, nl2cache; local 5256 if (nl2cache != 0) { 5638 uint_t nspares, nl2cache; local 5945 uint_t nspares, nl2cache; local 6438 uint_t nspares, nl2cache; local 6455 &nl2cache) != 0) 6456 nl2cache = 0; [all …]
|
| H A D | vdev_removal.c | 2193 uint_t nspares, nl2cache; in spa_vdev_remove() local 2255 ZPOOL_CONFIG_L2CACHE, &l2cache, &nl2cache) == 0 && in spa_vdev_remove() 2256 (nv = spa_nvlist_lookup_by_guid(l2cache, nl2cache, guid)) != NULL) { in spa_vdev_remove() 2280 ZPOOL_CONFIG_L2CACHE, l2cache, nl2cache, nv); in spa_vdev_remove()
|
| /f-stack/freebsd/contrib/openzfs/lib/libzutil/ |
| H A D | zutil_import.c | 462 uint_t i, nspares, nl2cache; in get_configs() local 821 &l2cache, &nl2cache) == 0) { in get_configs() 822 for (i = 0; i < nl2cache; i++) { in get_configs()
|
| /f-stack/freebsd/contrib/openzfs/lib/libzfs/ |
| H A D | libzfs_pool.c | 1489 uint_t nspares, nl2cache; in zpool_add() local 1506 &l2cache, &nl2cache) == 0) { in zpool_add()
|