Home
last modified time | relevance | path

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

/illumos-gate/usr/src/grub/grub-0.97/stage2/zfs-include/
H A Dzfs.h71 #define ZPOOL_CONFIG_L2CACHE "l2cache" macro
/illumos-gate/usr/src/cmd/fm/schemes/zfs/
H A Dscheme.c112 if (nvlist_lookup_nvlist_array(nv, ZPOOL_CONFIG_L2CACHE, in find_vdev_iter()
/illumos-gate/usr/src/lib/libzpool/common/
H A Dutil.c146 show_vdev_stats(NULL, ZPOOL_CONFIG_L2CACHE, nvroot, 0); in show_pool_stats()
/illumos-gate/usr/src/cmd/zpool/
H A Dzpool_iter.c270 ZPOOL_CONFIG_L2CACHE, in for_each_vdev_cb()
H A Dzpool_vdev.c1095 if (nvlist_lookup_nvlist_array(nv, ZPOOL_CONFIG_L2CACHE, in make_disks()
1214 if (nvlist_lookup_nvlist_array(nv, ZPOOL_CONFIG_L2CACHE, in is_device_in_use()
1527 verify(nvlist_add_nvlist_array(nvroot, ZPOOL_CONFIG_L2CACHE, in construct_spec()
H A Dzpool_main.c1646 if (nvlist_lookup_nvlist_array(nv, ZPOOL_CONFIG_L2CACHE, in max_width()
2120 if (nvlist_lookup_nvlist_array(nv, ZPOOL_CONFIG_L2CACHE, in print_import_config()
4172 if (nvlist_lookup_nvlist_array(newnv, ZPOOL_CONFIG_L2CACHE, in print_vdev_stats()
4177 if (nvlist_lookup_nvlist_array(oldnv, ZPOOL_CONFIG_L2CACHE, in print_vdev_stats()
5345 if (nvlist_lookup_nvlist_array(nv, ZPOOL_CONFIG_L2CACHE, in print_list_stats()
7379 if (nvlist_lookup_nvlist_array(nvroot, ZPOOL_CONFIG_L2CACHE, in status_callback()
/illumos-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_status.c174 if (nvlist_lookup_nvlist_array(vdev, ZPOOL_CONFIG_L2CACHE, &child, in find_vdev_problem()
H A Dlibzfs_import.c464 cb.cb_type = ZPOOL_CONFIG_L2CACHE; in zpool_in_use()
H A Dlibzfs_pool.c1463 nvlist_lookup_nvlist_array(nvroot, ZPOOL_CONFIG_L2CACHE, in zpool_add()
2559 if (nvlist_lookup_nvlist_array(nv, ZPOOL_CONFIG_L2CACHE, in vdev_to_nvlist_iter()
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dspa.c1743 ZPOOL_CONFIG_L2CACHE, &l2cache, &nl2cache) == 0); in spa_load_l2cache()
1836 VERIFY(nvlist_remove(sav->sav_config, ZPOOL_CONFIG_L2CACHE, in spa_load_l2cache()
1848 ZPOOL_CONFIG_L2CACHE, l2cache, sav->sav_count) == 0); in spa_load_l2cache()
4748 ZPOOL_CONFIG_L2CACHE, &l2cache, &nl2cache) == 0);
4751 ZPOOL_CONFIG_L2CACHE, l2cache, nl2cache) == 0);
4753 ZPOOL_CONFIG_L2CACHE, &l2cache, &nl2cache) == 0);
4985 &spa->spa_l2cache, ZPOOL_CONFIG_L2CACHE, SPA_VERSION_L2CACHE,
5243 if (nvlist_lookup_nvlist_array(nvroot, ZPOOL_CONFIG_L2CACHE,
5248 ZPOOL_CONFIG_L2CACHE, l2cache, nl2cache) == 0);
5777 if (nvlist_lookup_nvlist_array(nvroot, ZPOOL_CONFIG_L2CACHE,
[all …]
H A Dvdev_removal.c2120 ZPOOL_CONFIG_L2CACHE, &l2cache, &nl2cache) == 0 && in spa_vdev_remove()
2131 ZPOOL_CONFIG_L2CACHE, l2cache, nl2cache, nv); in spa_vdev_remove()
H A Dvdev.c4165 ZPOOL_CONFIG_L2CACHE, &aux, &naux) != 0) { in vdev_config_dirty()
/illumos-gate/usr/src/cmd/fm/modules/common/zfs-retire/
H A Dzfs_retire.c127 if (nvlist_lookup_nvlist_array(nv, ZPOOL_CONFIG_L2CACHE, in find_vdev()
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dzfs.h680 #define ZPOOL_CONFIG_L2CACHE "l2cache" macro
/illumos-gate/usr/src/cmd/fm/modules/common/zfs-diagnosis/
H A Dzfs_de.c224 if (nvlist_lookup_nvlist_array(vd, ZPOOL_CONFIG_L2CACHE, &child, in zfs_mark_vdev()
/illumos-gate/usr/src/lib/libzutil/common/
H A Dzutil_import.c836 if (nvlist_lookup_nvlist_array(nvroot, ZPOOL_CONFIG_L2CACHE, in get_configs()
/illumos-gate/usr/src/cmd/ztest/
H A Dztest.c3032 aux = ZPOOL_CONFIG_L2CACHE; in ztest_vdev_aux_add_remove()