/titanic_50/usr/src/grub/grub-0.97/stage2/zfs-include/ |
H A D | zfs.h | 71 #define ZPOOL_CONFIG_L2CACHE "l2cache" macro
|
/titanic_50/usr/src/lib/libzpool/common/ |
H A D | util.c | 126 show_vdev_stats(NULL, ZPOOL_CONFIG_L2CACHE, nvroot, 0); in show_pool_stats()
|
/titanic_50/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_50/usr/src/uts/common/fs/zfs/ |
H A D | spa.c | 1459 ZPOOL_CONFIG_L2CACHE, &l2cache, &nl2cache) == 0); in spa_load_l2cache() 1558 VERIFY(nvlist_remove(sav->sav_config, ZPOOL_CONFIG_L2CACHE, in spa_load_l2cache() 1566 ZPOOL_CONFIG_L2CACHE, l2cache, sav->sav_count) == 0); in spa_load_l2cache() 3169 ZPOOL_CONFIG_L2CACHE, &l2cache, &nl2cache) == 0); in spa_add_l2cache() 3172 ZPOOL_CONFIG_L2CACHE, l2cache, nl2cache) == 0); in spa_add_l2cache() 3174 ZPOOL_CONFIG_L2CACHE, &l2cache, &nl2cache) == 0); in spa_add_l2cache() 3368 if ((strcmp(config, ZPOOL_CONFIG_L2CACHE) == 0) && in spa_validate_aux_devs() 3412 &spa->spa_l2cache, ZPOOL_CONFIG_L2CACHE, SPA_VERSION_L2CACHE, in spa_validate_aux() 3607 if (nvlist_lookup_nvlist_array(nvroot, ZPOOL_CONFIG_L2CACHE, in spa_create() 3612 ZPOOL_CONFIG_L2CACHE, l2cache, nl2cache) == 0); in spa_create() [all …]
|
H A D | vdev.c | 2949 ZPOOL_CONFIG_L2CACHE, &aux, &naux) != 0) { in vdev_config_dirty()
|
H A D | zfs_ioctl.c | 1904 (void) nvlist_lookup_nvlist_array(config, ZPOOL_CONFIG_L2CACHE, in zfs_ioc_vdev_add()
|
/titanic_50/usr/src/cmd/zpool/ |
H A D | zpool_vdev.c | 973 if (nvlist_lookup_nvlist_array(nv, ZPOOL_CONFIG_L2CACHE, in make_disks() 1090 if (nvlist_lookup_nvlist_array(nv, ZPOOL_CONFIG_L2CACHE, in is_device_in_use() 1349 verify(nvlist_add_nvlist_array(nvroot, ZPOOL_CONFIG_L2CACHE, in construct_spec()
|
H A D | zpool_main.c | 1103 if (nvlist_lookup_nvlist_array(nv, ZPOOL_CONFIG_L2CACHE, in max_width() 1392 if (nvlist_lookup_nvlist_array(nv, ZPOOL_CONFIG_L2CACHE, in print_import_config() 2307 if (nvlist_lookup_nvlist_array(newnv, ZPOOL_CONFIG_L2CACHE, in print_vdev_stats() 2311 if (oldnv && nvlist_lookup_nvlist_array(oldnv, ZPOOL_CONFIG_L2CACHE, in print_vdev_stats() 2877 if (nvlist_lookup_nvlist_array(nv, ZPOOL_CONFIG_L2CACHE, in print_list_stats() 4227 if (nvlist_lookup_nvlist_array(nvroot, ZPOOL_CONFIG_L2CACHE, in status_callback()
|
/titanic_50/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() 1669 cb.cb_type = ZPOOL_CONFIG_L2CACHE; in zpool_in_use()
|
H A D | libzfs_pool.c | 1259 nvlist_lookup_nvlist_array(nvroot, ZPOOL_CONFIG_L2CACHE, in zpool_add() 2062 if (nvlist_lookup_nvlist_array(nv, ZPOOL_CONFIG_L2CACHE, in vdev_to_nvlist_iter()
|
/titanic_50/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_50/usr/src/uts/common/sys/fs/ |
H A D | zfs.h | 536 #define ZPOOL_CONFIG_L2CACHE "l2cache" macro
|
/titanic_50/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_50/usr/src/cmd/ztest/ |
H A D | ztest.c | 2581 aux = ZPOOL_CONFIG_L2CACHE; in ztest_vdev_aux_add_remove()
|