Home
last modified time | relevance | path

Searched refs:ZPOOL_CONFIG_L2CACHE (Results 1 – 17 of 17) sorted by relevance

/f-stack/freebsd/contrib/openzfs/lib/libzpool/
H A Dutil.c145 show_vdev_stats(NULL, ZPOOL_CONFIG_L2CACHE, nvroot, 0); in show_pool_stats()
/f-stack/freebsd/contrib/openzfs/cmd/zed/agents/
H A Dzfs_agents.c107 if (nvlist_lookup_nvlist_array(nvl, ZPOOL_CONFIG_L2CACHE, in zfs_agent_iter_vdev()
H A Dzfs_retire.c121 if (nvlist_lookup_nvlist_array(nv, ZPOOL_CONFIG_L2CACHE, in find_vdev()
H A Dzfs_mod.c494 if (nvlist_lookup_nvlist_array(nvl, ZPOOL_CONFIG_L2CACHE, in zfs_iter_vdev()
H A Dzfs_diagnosis.c199 if (nvlist_lookup_nvlist_array(vd, ZPOOL_CONFIG_L2CACHE, &child, in zfs_mark_vdev()
/f-stack/freebsd/contrib/openzfs/lib/libzfs/
H A Dlibzfs_status.c193 if (nvlist_lookup_nvlist_array(vdev, ZPOOL_CONFIG_L2CACHE, &child, in find_vdev_problem()
H A Dlibzfs_import.c441 cb.cb_type = ZPOOL_CONFIG_L2CACHE; in zpool_in_use()
H A Dlibzfs_pool.c1505 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 Dzpool_vdev.c1079 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 Dzpool_iter.c279 ZPOOL_CONFIG_L2CACHE, in for_each_vdev_cb()
H A Dzpool_main.c711 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 Dspa.c1841 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 Dvdev_removal.c2255 ZPOOL_CONFIG_L2CACHE, &l2cache, &nl2cache) == 0 && in spa_vdev_remove()
2280 ZPOOL_CONFIG_L2CACHE, l2cache, nl2cache, nv); in spa_vdev_remove()
H A Dvdev.c4602 ZPOOL_CONFIG_L2CACHE, &aux, &naux) != 0) { in vdev_config_dirty()
/f-stack/freebsd/contrib/openzfs/include/sys/fs/
H A Dzfs.h695 #define ZPOOL_CONFIG_L2CACHE "l2cache" macro
/f-stack/freebsd/contrib/openzfs/lib/libzutil/
H A Dzutil_import.c820 if (nvlist_lookup_nvlist_array(nvroot, ZPOOL_CONFIG_L2CACHE, in get_configs()
/f-stack/freebsd/contrib/openzfs/cmd/ztest/
H A Dztest.c3269 aux = ZPOOL_CONFIG_L2CACHE; in ztest_vdev_aux_add_remove()