Home
last modified time | relevance | path

Searched refs:l2cache (Results 1 – 8 of 8) sorted by relevance

/freebsd-12.1/cddl/contrib/opensolaris/lib/libzfs/common/
H A Dlibzfs_pool.c1349 nvlist_t **spares, **l2cache; in zpool_add() local
1367 &l2cache, &nl2cache) == 0) { in zpool_add()
2308 *l2cache = B_TRUE;
2334 *l2cache = B_FALSE;
2385 *l2cache = B_FALSE;
2627 if (l2cache) {
2665 boolean_t avail_spare, l2cache; local
2829 if (l2cache)
2979 boolean_t avail_spare, l2cache; local
2993 if (l2cache)
[all …]
H A Dlibzfs_import.c443 nvlist_t **spares, **l2cache; in get_configs() local
804 &l2cache, &nl2cache) == 0) { in get_configs()
806 if (fix_paths(l2cache[i], pl->names) != 0) in get_configs()
/freebsd-12.1/cddl/contrib/opensolaris/cmd/zpool/
H A Dzpool_vdev.c1258 nvlist_t *nvroot, *nv, **top, **spares, **l2cache; in construct_spec() local
1267 l2cache = NULL; in construct_spec()
1316 if (l2cache != NULL) { in construct_spec()
1373 l2cache = child; in construct_spec()
1442 l2cache, nl2cache) == 0); in construct_spec()
1449 nvlist_free(l2cache[t]); in construct_spec()
1452 if (l2cache) in construct_spec()
1453 free(l2cache); in construct_spec()
H A Dzpool_main.c4785 print_l2cache(zpool_handle_t *zhp, nvlist_t **l2cache, uint_t nl2cache, in print_l2cache() argument
4797 name = zpool_vdev_name(g_zfs, zhp, l2cache[i], B_FALSE); in print_l2cache()
4798 print_status_config(zhp, name, l2cache[i], in print_l2cache()
5108 nvlist_t **spares, **l2cache; in status_callback() local
5139 &l2cache, &nl2cache) == 0) in status_callback()
5140 print_l2cache(zhp, l2cache, nl2cache, namewidth); in status_callback()
/freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dspa.c1659 nvlist_t **l2cache; in spa_load_l2cache() local
1781 l2cache[i] = vdev_config_generate(spa, in spa_load_l2cache()
1787 nvlist_free(l2cache[i]); in spa_load_l2cache()
4337 nvlist_t **l2cache; local
4365 VERIFY(nvlist_lookup_uint64(l2cache[i],
4378 VERIFY(nvlist_lookup_uint64_array(l2cache[i],
4729 nvlist_t **spares, **l2cache; local
4860 &l2cache, &nl2cache) == 0) {
5414 nvlist_t **spares, **l2cache; local
5542 &l2cache, &nl2cache) == 0) {
[all …]
H A Dvdev_removal.c2039 nvlist_t **spares, **l2cache, *nv; in spa_vdev_remove() local
2091 ZPOOL_CONFIG_L2CACHE, &l2cache, &nl2cache) == 0 && in spa_vdev_remove()
2092 (nv = spa_nvlist_lookup_by_guid(l2cache, nl2cache, guid)) != NULL) { in spa_vdev_remove()
2102 ZPOOL_CONFIG_L2CACHE, l2cache, nl2cache, nv); in spa_vdev_remove()
H A Dzfs_ioctl.c1945 nvlist_t *config, **l2cache, **spares; in zfs_ioc_vdev_add() local
1955 &l2cache, &nl2cache); in zfs_ioc_vdev_add()
/freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Dspa.h856 boolean_t l2cache);