/titanic_41/usr/src/grub/grub-0.97/stage2/zfs-include/ |
H A D | zfs.h | 71 #define ZPOOL_CONFIG_L2CACHE "l2cache" macro
|
/titanic_41/usr/src/lib/libzpool/common/ |
H A D | util.c | 151 show_vdev_stats(NULL, ZPOOL_CONFIG_L2CACHE, nvroot, 0); in show_pool_stats()
|
/titanic_41/usr/src/cmd/fm/schemes/zfs/ |
H A D | scheme.c | 112 if (nvlist_lookup_nvlist_array(nv, ZPOOL_CONFIG_L2CACHE, in find_vdev_iter()
|
/titanic_41/usr/src/uts/common/fs/zfs/ |
H A D | spa.c | 1458 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 D | vdev.c | 2939 ZPOOL_CONFIG_L2CACHE, &aux, &naux) != 0) { in vdev_config_dirty()
|
H A D | zfs_ioctl.c | 1902 (void) nvlist_lookup_nvlist_array(config, ZPOOL_CONFIG_L2CACHE, in zfs_ioc_vdev_add()
|
/titanic_41/usr/src/cmd/zpool/ |
H A D | zpool_vdev.c | 970 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 D | zpool_main.c | 1101 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 D | libzfs_status.c | 157 if (nvlist_lookup_nvlist_array(vdev, ZPOOL_CONFIG_L2CACHE, &child, in find_vdev_problem()
|
H A D | libzfs_import.c | 796 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 D | libzfs_pool.c | 1247 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 D | zfs_retire.c | 123 if (nvlist_lookup_nvlist_array(nv, ZPOOL_CONFIG_L2CACHE, in find_vdev()
|
/titanic_41/usr/src/uts/common/sys/fs/ |
H A D | zfs.h | 533 #define ZPOOL_CONFIG_L2CACHE "l2cache" macro
|
/titanic_41/usr/src/cmd/fm/modules/common/zfs-diagnosis/ |
H A D | zfs_de.c | 217 if (nvlist_lookup_nvlist_array(vd, ZPOOL_CONFIG_L2CACHE, &child, in zfs_mark_vdev()
|
/titanic_41/usr/src/cmd/ztest/ |
H A D | ztest.c | 2577 aux = ZPOOL_CONFIG_L2CACHE; in ztest_vdev_aux_add_remove()
|