| /freebsd-13.1/sys/contrib/device-tree/src/riscv/sifive/ |
| H A D | fu540-c000.dtsi | 57 next-level-cache = <&l2cache>; 81 next-level-cache = <&l2cache>; 105 next-level-cache = <&l2cache>; 129 next-level-cache = <&l2cache>; 260 l2cache: cache-controller@2010000 { label
|
| /freebsd-13.1/sys/contrib/openzfs/lib/libzfs/ |
| H A D | libzfs_pool.c | 1544 nvlist_t **spares, **l2cache; in zpool_add() local 2743 *l2cache = B_TRUE; in vdev_to_nvlist_iter() 2777 *l2cache = B_FALSE; in zpool_find_vdev_by_physpath() 2829 *l2cache = B_FALSE; in zpool_find_vdev() 3009 *is_l2cache = l2cache; in zpool_vdev_path_to_guid_impl() 3068 if (l2cache) { in zpool_vdev_online() 3120 boolean_t avail_spare, l2cache; in zpool_vdev_offline() local 3284 if (l2cache) in zpool_vdev_attach() 3432 boolean_t avail_spare, l2cache; in zpool_vdev_detach() local 3446 if (l2cache) in zpool_vdev_detach() [all …]
|
| H A D | libzfs_import.c | 168 uint64_t state, guid, l2cache; in zpool_clear_label() local 198 ZPOOL_CONFIG_POOL_STATE, &l2cache) == 0 && in zpool_clear_label() 199 l2cache == POOL_STATE_L2CACHE) { in zpool_clear_label()
|
| H A D | libzfs.abi | 5825 <parameter type-id='37e3bd22' name='l2cache'/> 5833 <parameter type-id='37e3bd22' name='l2cache'/>
|
| /freebsd-13.1/sys/contrib/openzfs/cmd/zpool/ |
| H A D | zpool_vdev.c | 1448 nvlist_t *nvroot, *nv, **top, **spares, **l2cache; in construct_spec() local 1457 l2cache = NULL; in construct_spec() 1527 if (l2cache != NULL) { in construct_spec() 1599 l2cache = child; in construct_spec() 1712 l2cache, nl2cache) == 0); in construct_spec() 1720 nvlist_free(l2cache[t]); in construct_spec() 1723 free(l2cache); in construct_spec()
|
| H A D | zpool_main.c | 8026 print_l2cache(zpool_handle_t *zhp, status_cbdata_t *cb, nvlist_t **l2cache, in print_l2cache() argument 8038 name = zpool_vdev_name(g_zfs, zhp, l2cache[i], in print_l2cache() 8040 print_status_config(zhp, cb, name, l2cache[i], 2, in print_l2cache() 8515 nvlist_t **spares, **l2cache; 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 | 1872 nvlist_t **l2cache = NULL; in spa_load_l2cache() local 1982 l2cache[i] = vdev_config_generate(spa, in spa_load_l2cache() 2010 nvlist_free(l2cache[i]); in spa_load_l2cache() 5333 nvlist_t **l2cache; local 5361 VERIFY(nvlist_lookup_uint64(l2cache[i], 5378 vdev_config_generate_stats(vd, l2cache[i]); 5731 nvlist_t **spares, **l2cache; local 5898 &l2cache, &nl2cache) == 0) { 6038 nvlist_t **spares, **l2cache; local 6160 &l2cache, &nl2cache) == 0) { [all …]
|
| H A D | vdev_removal.c | 2207 nvlist_t **spares, **l2cache, *nv; 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/cmd/zed/agents/ |
| H A D | zfs_mod.c | 901 boolean_t avail_spare, l2cache; in zfsdle_vdev_online() local 909 &avail_spare, &l2cache, NULL)) != NULL) { in zfsdle_vdev_online()
|
| /freebsd-13.1/sys/contrib/openzfs/lib/libzutil/ |
| H A D | zutil_import.c | 462 nvlist_t **spares, **l2cache; in get_configs() local 831 &l2cache, &nl2cache) == 0) { in get_configs() 833 if (fix_paths(hdl, l2cache[i], pl->names) != 0) in get_configs()
|
| /freebsd-13.1/sys/contrib/openzfs/include/sys/ |
| H A D | spa.h | 1096 boolean_t l2cache);
|
| /freebsd-13.1/sys/contrib/openzfs/cmd/zdb/ |
| H A D | zdb.c | 4706 uint64_t psize, ashift, l2cache; in dump_label() local 4806 ZPOOL_CONFIG_POOL_STATE, &l2cache) == 0 && in dump_label() 4807 l2cache == POOL_STATE_L2CACHE) { in dump_label()
|