Home
last modified time | relevance | path

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

/freebsd/cddl/usr.sbin/zfsd/
H A Dvdev_iterator.cc92 ZPOOL_CONFIG_L2CACHE, in Reset()
/freebsd/sys/contrib/openzfs/lib/libzfs/
H A Dlibzfs_import.c412 cb.cb_type = ZPOOL_CONFIG_L2CACHE; in zpool_in_use()
H A Dlibzfs_status.c193 if (nvlist_lookup_nvlist_array(vdev, ZPOOL_CONFIG_L2CACHE, &child, in find_vdev_problem()
H A Dlibzfs_pool.c1750 nvlist_lookup_nvlist_array(nvroot, ZPOOL_CONFIG_L2CACHE, in zpool_add()
2974 if (nvlist_lookup_nvlist_array(nv, ZPOOL_CONFIG_L2CACHE, in vdev_to_nvlist_iter()
/freebsd/sys/contrib/openzfs/cmd/zpool/
H A Dzpool_vdev.c1127 if (nvlist_lookup_nvlist_array(nv, ZPOOL_CONFIG_L2CACHE, in make_disks()
1200 if (nvlist_lookup_nvlist_array(nv, ZPOOL_CONFIG_L2CACHE, in is_device_in_use()
1756 verify(nvlist_add_nvlist_array(nvroot, ZPOOL_CONFIG_L2CACHE, in construct_spec()
H A Dzpool_main.c854 if (nvlist_lookup_nvlist_array(nv, ZPOOL_CONFIG_L2CACHE, in print_cache_list()
1225 if (nvlist_lookup_nvlist_array(poolnvroot, ZPOOL_CONFIG_L2CACHE, in zpool_do_add()
1236 if (nvlist_lookup_nvlist_array(nvroot, ZPOOL_CONFIG_L2CACHE, in zpool_do_add()
2213 {ZPOOL_CONFIG_SPARES, ZPOOL_CONFIG_L2CACHE, ZPOOL_CONFIG_CHILDREN}; in max_width()
2916 if (nvlist_lookup_nvlist_array(nv, ZPOOL_CONFIG_L2CACHE, in print_import_config()
5295 if (nvlist_lookup_nvlist_array(newnv, ZPOOL_CONFIG_L2CACHE, in print_vdev_stats()
5300 if (nvlist_lookup_nvlist_array(oldnv, ZPOOL_CONFIG_L2CACHE, in print_vdev_stats()
6638 if (nvlist_lookup_nvlist_array(nv, ZPOOL_CONFIG_L2CACHE, in print_list_stats()
9315 if (nvlist_lookup_nvlist_array(nvroot, ZPOOL_CONFIG_L2CACHE, in status_callback()
/freebsd/sys/contrib/openzfs/lib/libzpool/
H A Dutil.c147 show_vdev_stats(NULL, ZPOOL_CONFIG_L2CACHE, nvroot, 0); in show_pool_stats()
/freebsd/sys/contrib/openzfs/cmd/zed/agents/
H A Dzfs_agents.c109 if (nvlist_lookup_nvlist_array(nvl, ZPOOL_CONFIG_L2CACHE, in zfs_agent_iter_vdev()
H A Dzfs_retire.c125 if (nvlist_lookup_nvlist_array(nv, ZPOOL_CONFIG_L2CACHE, in find_vdev()
H A Dzfs_diagnosis.c254 if (nvlist_lookup_nvlist_array(vd, ZPOOL_CONFIG_L2CACHE, &child, in zfs_mark_vdev()
H A Dzfs_mod.c638 if (nvlist_lookup_nvlist_array(nvl, ZPOOL_CONFIG_L2CACHE, in zfs_iter_vdev()
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dspa.c2306 ZPOOL_CONFIG_L2CACHE, &l2cache, &nl2cache)); in spa_load_l2cache()
2374 fnvlist_remove(sav->sav_config, ZPOOL_CONFIG_L2CACHE); in spa_load_l2cache()
5948 ZPOOL_CONFIG_L2CACHE, &l2cache, &nl2cache));
5950 fnvlist_add_nvlist_array(nvroot, ZPOOL_CONFIG_L2CACHE,
6492 if (nvlist_lookup_nvlist_array(nvroot, ZPOOL_CONFIG_L2CACHE,
6497 ZPOOL_CONFIG_L2CACHE, (const nvlist_t * const *)l2cache,
6759 if (nvlist_lookup_nvlist_array(nvroot, ZPOOL_CONFIG_L2CACHE,
6763 ZPOOL_CONFIG_L2CACHE);
6767 ZPOOL_CONFIG_L2CACHE, (const nvlist_t * const *)l2cache,
7309 ZPOOL_CONFIG_L2CACHE);
[all …]
H A Dvdev_removal.c2446 ZPOOL_CONFIG_L2CACHE, &l2cache, &nl2cache) == 0 && in spa_vdev_remove()
2471 ZPOOL_CONFIG_L2CACHE, l2cache, nl2cache, nv); in spa_vdev_remove()
H A Dvdev.c5147 ZPOOL_CONFIG_L2CACHE, &aux, &naux) != 0) { in vdev_config_dirty()
/freebsd/sys/contrib/openzfs/lib/libzutil/
H A Dzutil_import.c863 if (nvlist_lookup_nvlist_array(nvroot, ZPOOL_CONFIG_L2CACHE, in get_configs()
2045 ZPOOL_CONFIG_L2CACHE, in for_each_vdev_cb()
/freebsd/sys/contrib/openzfs/include/sys/fs/
H A Dzfs.h804 #define ZPOOL_CONFIG_L2CACHE "l2cache" macro
/freebsd/sys/contrib/openzfs/cmd/
H A Dztest.c3492 aux = ZPOOL_CONFIG_L2CACHE; in ztest_vdev_aux_add_remove()