Searched refs:nl2cache (Results 1 – 6 of 6) sorted by relevance
| /freebsd-13.1/sys/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 | 8027 uint_t nl2cache) in print_l2cache() argument 8032 if (nl2cache == 0) in print_l2cache() 8037 for (i = 0; i < nl2cache; i++) { in print_l2cache() 8516 uint_t nspares, nl2cache; in status_callback() local 8559 &l2cache, &nl2cache) == 0) in status_callback() 8560 print_l2cache(zhp, cbp, l2cache, nl2cache); in status_callback()
|
| /freebsd-13.1/sys/contrib/openzfs/module/zfs/ |
| H A D | spa.c | 1873 uint_t nl2cache; in spa_load_l2cache() local 1900 nl2cache = 0; in spa_load_l2cache() 1969 sav->sav_count = (int)nl2cache; in spa_load_l2cache() 5334 uint_t i, j, nl2cache; local 5350 if (nl2cache != 0) { 5732 uint_t nspares, nl2cache; local 6039 uint_t nspares, nl2cache; local 6551 uint_t nspares, nl2cache; local 6568 &nl2cache) != 0) 6569 nl2cache = 0; [all …]
|
| H A D | vdev_removal.c | 2209 uint_t nspares, nl2cache; in spa_vdev_remove() local 2271 ZPOOL_CONFIG_L2CACHE, &l2cache, &nl2cache) == 0 && in spa_vdev_remove() 2272 (nv = spa_nvlist_lookup_by_guid(l2cache, nl2cache, guid)) != NULL) { in spa_vdev_remove() 2296 ZPOOL_CONFIG_L2CACHE, l2cache, nl2cache, nv); in spa_vdev_remove()
|
| /freebsd-13.1/sys/contrib/openzfs/lib/libzutil/ |
| H A D | zutil_import.c | 463 uint_t i, nspares, nl2cache; in get_configs() local 831 &l2cache, &nl2cache) == 0) { in get_configs() 832 for (i = 0; i < nl2cache; i++) { in get_configs()
|
| /freebsd-13.1/sys/contrib/openzfs/lib/libzfs/ |
| H A D | libzfs_pool.c | 1545 uint_t nspares, nl2cache; in zpool_add() local 1562 &l2cache, &nl2cache) == 0) { in zpool_add()
|