Searched refs:nl2cache (Results 1 – 6 of 6) sorted by relevance
| /freebsd-14.2/sys/contrib/openzfs/cmd/zpool/ |
| H A D | zpool_vdev.c | 1494 int t, toplevels, mindev, maxdev, nspares, nlogs, nl2cache; in construct_spec() local 1505 nl2cache = 0; in construct_spec() 1645 nl2cache = children; in construct_spec() 1731 if (toplevels == 0 && nspares == 0 && nl2cache == 0) { in construct_spec() 1755 if (nl2cache != 0) in construct_spec() 1757 (const nvlist_t **)l2cache, nl2cache) == 0); in construct_spec() 1764 for (t = 0; t < nl2cache; t++) in construct_spec()
|
| H A D | zpool_main.c | 8542 uint_t nl2cache) in print_l2cache() argument 8547 if (nl2cache == 0) in print_l2cache() 8552 for (i = 0; i < nl2cache; i++) { in print_l2cache() 9031 uint_t nspares, nl2cache; in status_callback() local 9078 &l2cache, &nl2cache) == 0) in status_callback() 9079 print_l2cache(zhp, cbp, l2cache, nl2cache); in status_callback()
|
| /freebsd-14.2/sys/contrib/openzfs/module/zfs/ |
| H A D | spa.c | 2230 uint_t nl2cache; in spa_load_l2cache() local 2257 nl2cache = 0; in spa_load_l2cache() 5864 uint_t i, j, nl2cache; local 5879 if (nl2cache != 0) { 6256 uint_t nspares, nl2cache; local 6427 nl2cache); 6570 uint_t nspares, nl2cache; local 6697 nl2cache); 7107 &nl2cache) != 0) 7108 nl2cache = 0; [all …]
|
| H A D | vdev_removal.c | 2383 uint_t nspares, nl2cache; in spa_vdev_remove() local 2446 ZPOOL_CONFIG_L2CACHE, &l2cache, &nl2cache) == 0 && in spa_vdev_remove() 2447 (nv = spa_nvlist_lookup_by_guid(l2cache, nl2cache, guid)) != NULL) { in spa_vdev_remove() 2471 ZPOOL_CONFIG_L2CACHE, l2cache, nl2cache, nv); in spa_vdev_remove()
|
| /freebsd-14.2/sys/contrib/openzfs/lib/libzutil/ |
| H A D | zutil_import.c | 497 uint_t i, nspares, nl2cache; in get_configs() local 864 &l2cache, &nl2cache) == 0) { in get_configs() 865 for (i = 0; i < nl2cache; i++) { in get_configs()
|
| /freebsd-14.2/sys/contrib/openzfs/lib/libzfs/ |
| H A D | libzfs_pool.c | 1734 uint_t nspares, nl2cache; in zpool_add() local 1751 &l2cache, &nl2cache) == 0) { in zpool_add()
|