Home
last modified time | relevance | path

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

/titanic_41/usr/src/grub/grub-0.97/stage2/zfs-include/
H A Dzfs.h71 #define ZPOOL_CONFIG_L2CACHE "l2cache" macro
/titanic_41/usr/src/lib/libzpool/common/
H A Dutil.c151 show_vdev_stats(NULL, ZPOOL_CONFIG_L2CACHE, nvroot, 0); in show_pool_stats()
/titanic_41/usr/src/cmd/fm/schemes/zfs/
H A Dscheme.c112 if (nvlist_lookup_nvlist_array(nv, ZPOOL_CONFIG_L2CACHE, in find_vdev_iter()
/titanic_41/usr/src/uts/common/fs/zfs/
H A Dspa.c1458 ZPOOL_CONFIG_L2CACHE, &l2cache, &nl2cache) == 0); in spa_load_l2cache()
1557 VERIFY(nvlist_remove(sav->sav_config, ZPOOL_CONFIG_L2CACHE, in spa_load_l2cache()
1565 ZPOOL_CONFIG_L2CACHE, l2cache, sav->sav_count) == 0); in spa_load_l2cache()
3155 ZPOOL_CONFIG_L2CACHE, &l2cache, &nl2cache) == 0); in spa_add_l2cache()
3158 ZPOOL_CONFIG_L2CACHE, l2cache, nl2cache) == 0); in spa_add_l2cache()
3160 ZPOOL_CONFIG_L2CACHE, &l2cache, &nl2cache) == 0); in spa_add_l2cache()
3354 if ((strcmp(config, ZPOOL_CONFIG_L2CACHE) == 0) && in spa_validate_aux_devs()
3398 &spa->spa_l2cache, ZPOOL_CONFIG_L2CACHE, SPA_VERSION_L2CACHE, in spa_validate_aux()
3593 if (nvlist_lookup_nvlist_array(nvroot, ZPOOL_CONFIG_L2CACHE, in spa_create()
3598 ZPOOL_CONFIG_L2CACHE, l2cache, nl2cache) == 0); in spa_create()
[all …]
H A Dvdev.c2939 ZPOOL_CONFIG_L2CACHE, &aux, &naux) != 0) { in vdev_config_dirty()
H A Dzfs_ioctl.c1902 (void) nvlist_lookup_nvlist_array(config, ZPOOL_CONFIG_L2CACHE, in zfs_ioc_vdev_add()
/titanic_41/usr/src/cmd/zpool/
H A Dzpool_vdev.c970 if (nvlist_lookup_nvlist_array(nv, ZPOOL_CONFIG_L2CACHE, in make_disks()
1087 if (nvlist_lookup_nvlist_array(nv, ZPOOL_CONFIG_L2CACHE, in is_device_in_use()
1346 verify(nvlist_add_nvlist_array(nvroot, ZPOOL_CONFIG_L2CACHE, in construct_spec()
H A Dzpool_main.c1101 if (nvlist_lookup_nvlist_array(nv, ZPOOL_CONFIG_L2CACHE, in max_width()
1390 if (nvlist_lookup_nvlist_array(nv, ZPOOL_CONFIG_L2CACHE, in print_import_config()
2305 if (nvlist_lookup_nvlist_array(newnv, ZPOOL_CONFIG_L2CACHE, in print_vdev_stats()
2309 if (oldnv && nvlist_lookup_nvlist_array(oldnv, ZPOOL_CONFIG_L2CACHE, in print_vdev_stats()
2875 if (nvlist_lookup_nvlist_array(nv, ZPOOL_CONFIG_L2CACHE, in print_list_stats()
4254 if (nvlist_lookup_nvlist_array(nvroot, ZPOOL_CONFIG_L2CACHE, in status_callback()
/titanic_41/usr/src/lib/libzfs/common/
H A Dlibzfs_status.c157 if (nvlist_lookup_nvlist_array(vdev, ZPOOL_CONFIG_L2CACHE, &child, in find_vdev_problem()
H A Dlibzfs_import.c796 if (nvlist_lookup_nvlist_array(nvroot, ZPOOL_CONFIG_L2CACHE, in get_configs()
1670 cb.cb_type = ZPOOL_CONFIG_L2CACHE; in zpool_in_use()
H A Dlibzfs_pool.c1247 nvlist_lookup_nvlist_array(nvroot, ZPOOL_CONFIG_L2CACHE, in zpool_add()
2050 if (nvlist_lookup_nvlist_array(nv, ZPOOL_CONFIG_L2CACHE, in vdev_to_nvlist_iter()
/titanic_41/usr/src/cmd/fm/modules/common/zfs-retire/
H A Dzfs_retire.c123 if (nvlist_lookup_nvlist_array(nv, ZPOOL_CONFIG_L2CACHE, in find_vdev()
/titanic_41/usr/src/uts/common/sys/fs/
H A Dzfs.h533 #define ZPOOL_CONFIG_L2CACHE "l2cache" macro
/titanic_41/usr/src/cmd/fm/modules/common/zfs-diagnosis/
H A Dzfs_de.c217 if (nvlist_lookup_nvlist_array(vd, ZPOOL_CONFIG_L2CACHE, &child, in zfs_mark_vdev()
/titanic_41/usr/src/cmd/ztest/
H A Dztest.c2577 aux = ZPOOL_CONFIG_L2CACHE; in ztest_vdev_aux_add_remove()