| /f-stack/freebsd/contrib/openzfs/lib/libzpool/ |
| H A D | util.c | 145 show_vdev_stats(NULL, ZPOOL_CONFIG_L2CACHE, nvroot, 0); in show_pool_stats()
|
| /f-stack/freebsd/contrib/openzfs/cmd/zed/agents/ |
| H A D | zfs_agents.c | 107 if (nvlist_lookup_nvlist_array(nvl, ZPOOL_CONFIG_L2CACHE, in zfs_agent_iter_vdev()
|
| H A D | zfs_retire.c | 121 if (nvlist_lookup_nvlist_array(nv, ZPOOL_CONFIG_L2CACHE, in find_vdev()
|
| H A D | zfs_mod.c | 494 if (nvlist_lookup_nvlist_array(nvl, ZPOOL_CONFIG_L2CACHE, in zfs_iter_vdev()
|
| H A D | zfs_diagnosis.c | 199 if (nvlist_lookup_nvlist_array(vd, ZPOOL_CONFIG_L2CACHE, &child, in zfs_mark_vdev()
|
| /f-stack/freebsd/contrib/openzfs/lib/libzfs/ |
| H A D | libzfs_status.c | 193 if (nvlist_lookup_nvlist_array(vdev, ZPOOL_CONFIG_L2CACHE, &child, in find_vdev_problem()
|
| H A D | libzfs_import.c | 441 cb.cb_type = ZPOOL_CONFIG_L2CACHE; in zpool_in_use()
|
| H A D | libzfs_pool.c | 1505 nvlist_lookup_nvlist_array(nvroot, ZPOOL_CONFIG_L2CACHE, in zpool_add() 2644 if (nvlist_lookup_nvlist_array(nv, ZPOOL_CONFIG_L2CACHE, in vdev_to_nvlist_iter()
|
| /f-stack/freebsd/contrib/openzfs/cmd/zpool/ |
| H A D | zpool_vdev.c | 1079 if (nvlist_lookup_nvlist_array(nv, ZPOOL_CONFIG_L2CACHE, in make_disks() 1152 if (nvlist_lookup_nvlist_array(nv, ZPOOL_CONFIG_L2CACHE, in is_device_in_use() 1711 verify(nvlist_add_nvlist_array(nvroot, ZPOOL_CONFIG_L2CACHE, in construct_spec()
|
| H A D | zpool_iter.c | 279 ZPOOL_CONFIG_L2CACHE, in for_each_vdev_cb()
|
| H A D | zpool_main.c | 711 if (nvlist_lookup_nvlist_array(nv, ZPOOL_CONFIG_L2CACHE, in print_cache_list() 1027 if (nvlist_lookup_nvlist_array(poolnvroot, ZPOOL_CONFIG_L2CACHE, in zpool_do_add() 1038 if (nvlist_lookup_nvlist_array(nvroot, ZPOOL_CONFIG_L2CACHE, in zpool_do_add() 1887 if (nvlist_lookup_nvlist_array(nv, ZPOOL_CONFIG_L2CACHE, in max_width() 2502 if (nvlist_lookup_nvlist_array(nv, ZPOOL_CONFIG_L2CACHE, in print_import_config() 4702 if (nvlist_lookup_nvlist_array(newnv, ZPOOL_CONFIG_L2CACHE, in print_vdev_stats() 4707 if (nvlist_lookup_nvlist_array(oldnv, ZPOOL_CONFIG_L2CACHE, in print_vdev_stats() 6046 if (nvlist_lookup_nvlist_array(nv, ZPOOL_CONFIG_L2CACHE, in print_list_stats() 8350 if (nvlist_lookup_nvlist_array(nvroot, ZPOOL_CONFIG_L2CACHE, in status_callback()
|
| /f-stack/freebsd/contrib/openzfs/module/zfs/ |
| H A D | spa.c | 1841 ZPOOL_CONFIG_L2CACHE, &l2cache, &nl2cache) == 0); in spa_load_l2cache() 1910 VERIFY(nvlist_remove(sav->sav_config, ZPOOL_CONFIG_L2CACHE, in spa_load_l2cache() 1920 ZPOOL_CONFIG_L2CACHE, l2cache, sav->sav_count) == 0); in spa_load_l2cache() 5255 ZPOOL_CONFIG_L2CACHE, &l2cache, &nl2cache) == 0); 5258 ZPOOL_CONFIG_L2CACHE, l2cache, nl2cache) == 0); 5260 ZPOOL_CONFIG_L2CACHE, &l2cache, &nl2cache) == 0); 5808 ZPOOL_CONFIG_L2CACHE, l2cache, nl2cache) == 0); 6069 ZPOOL_CONFIG_L2CACHE, DATA_TYPE_NVLIST_ARRAY) == 0); 6074 ZPOOL_CONFIG_L2CACHE, l2cache, nl2cache) == 0); 6539 ZPOOL_CONFIG_L2CACHE); [all …]
|
| H A D | vdev_removal.c | 2255 ZPOOL_CONFIG_L2CACHE, &l2cache, &nl2cache) == 0 && in spa_vdev_remove() 2280 ZPOOL_CONFIG_L2CACHE, l2cache, nl2cache, nv); in spa_vdev_remove()
|
| H A D | vdev.c | 4602 ZPOOL_CONFIG_L2CACHE, &aux, &naux) != 0) { in vdev_config_dirty()
|
| /f-stack/freebsd/contrib/openzfs/include/sys/fs/ |
| H A D | zfs.h | 695 #define ZPOOL_CONFIG_L2CACHE "l2cache" macro
|
| /f-stack/freebsd/contrib/openzfs/lib/libzutil/ |
| H A D | zutil_import.c | 820 if (nvlist_lookup_nvlist_array(nvroot, ZPOOL_CONFIG_L2CACHE, in get_configs()
|
| /f-stack/freebsd/contrib/openzfs/cmd/ztest/ |
| H A D | ztest.c | 3269 aux = ZPOOL_CONFIG_L2CACHE; in ztest_vdev_aux_add_remove()
|