| /f-stack/freebsd/contrib/openzfs/lib/libzfs/ |
| H A D | libzfs_pool.c | 1488 nvlist_t **spares, **l2cache; in zpool_add() local 1506 &l2cache, &nl2cache) == 0) { in zpool_add() 2649 *l2cache = B_TRUE; in vdev_to_nvlist_iter() 2683 *l2cache = B_FALSE; in zpool_find_vdev_by_physpath() 2735 *l2cache = B_FALSE; in zpool_find_vdev() 2915 *is_l2cache = l2cache; in zpool_vdev_path_to_guid_impl() 2974 if (l2cache) { in zpool_vdev_online() 3026 boolean_t avail_spare, l2cache; in zpool_vdev_offline() local 3190 if (l2cache) in zpool_vdev_attach() 3352 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 | 2698 …<parameter type-id='type-id-114' name='l2cache' filepath='/home/fedora/zfs/lib/libzfs/libzfs_pool.… 2706 …<parameter type-id='type-id-114' name='l2cache' filepath='/home/fedora/zfs/lib/libzfs/libzfs_pool.…
|
| /f-stack/freebsd/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
|
| /f-stack/freebsd/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 | 7846 print_l2cache(zpool_handle_t *zhp, status_cbdata_t *cb, nvlist_t **l2cache, in print_l2cache() argument 7858 name = zpool_vdev_name(g_zfs, zhp, l2cache[i], in print_l2cache() 7860 print_status_config(zhp, cb, name, l2cache[i], 2, in print_l2cache() 8307 nvlist_t **spares, **l2cache; 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 | 1807 nvlist_t **l2cache = NULL; in spa_load_l2cache() local 1917 l2cache[i] = vdev_config_generate(spa, in spa_load_l2cache() 1945 nvlist_free(l2cache[i]); in spa_load_l2cache() 5239 nvlist_t **l2cache; local 5267 VERIFY(nvlist_lookup_uint64(l2cache[i], 5284 vdev_config_generate_stats(vd, l2cache[i]); 5637 nvlist_t **spares, **l2cache; local 5804 &l2cache, &nl2cache) == 0) { 5944 nvlist_t **spares, **l2cache; local 6066 &l2cache, &nl2cache) == 0) { [all …]
|
| H A D | vdev_removal.c | 2191 nvlist_t **spares, **l2cache, *nv; 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/cmd/zed/agents/ |
| H A D | zfs_mod.c | 726 boolean_t avail_spare, l2cache; in zfsdle_vdev_online() local 734 &avail_spare, &l2cache, NULL)) != NULL) { in zfsdle_vdev_online()
|
| /f-stack/freebsd/contrib/openzfs/lib/libzutil/ |
| H A D | zutil_import.c | 461 nvlist_t **spares, **l2cache; in get_configs() local 821 &l2cache, &nl2cache) == 0) { in get_configs() 823 if (fix_paths(hdl, l2cache[i], pl->names) != 0) in get_configs()
|
| /f-stack/freebsd/contrib/openzfs/include/sys/ |
| H A D | spa.h | 1091 boolean_t l2cache);
|
| /f-stack/freebsd/contrib/openzfs/cmd/zdb/ |
| H A D | zdb.c | 4592 uint64_t psize, ashift, l2cache; in dump_label() local 4692 ZPOOL_CONFIG_POOL_STATE, &l2cache) == 0 && in dump_label() 4693 l2cache == POOL_STATE_L2CACHE) { in dump_label()
|