Searched refs:l2cache (Results 1 - 7 of 7) sorted by relevance

/freebsd-10.0-release/cddl/contrib/opensolaris/cmd/zpool/
H A Dzpool_vdev.c1203 nvlist_t *nvroot, *nv, **top, **spares, **l2cache; local
1212 l2cache = NULL;
1261 if (l2cache != NULL) {
1318 l2cache = child;
1387 l2cache, nl2cache) == 0);
1394 nvlist_free(l2cache[t]);
1397 if (l2cache)
1398 free(l2cache);
H A Dzpool_main.c3985 print_l2cache(zpool_handle_t *zhp, nvlist_t **l2cache, uint_t nl2cache, argument
3997 name = zpool_vdev_name(g_zfs, zhp, l2cache[i], B_FALSE);
3998 print_status_config(zhp, name, l2cache[i],
4308 nvlist_t **spares, **l2cache; local
4329 &l2cache, &nl2cache) == 0)
4330 print_l2cache(zhp, l2cache, nl2cache, namewidth);
/freebsd-10.0-release/cddl/contrib/opensolaris/lib/libzfs/common/
H A Dlibzfs_pool.c1276 nvlist_t **spares, **l2cache; local
1313 &l2cache, &nl2cache) == 0) {
1936 boolean_t *l2cache, boolean_t *log)
2086 avail_spare, l2cache, NULL)) != NULL) {
2107 avail_spare, l2cache, NULL)) != NULL) {
2118 avail_spare, l2cache, NULL)) != NULL) {
2119 *l2cache = B_TRUE;
2134 boolean_t *avail_spare, boolean_t *l2cache, boolean_t *log)
2145 *l2cache = B_FALSE;
2148 ret = vdev_to_nvlist_iter(nvroot, search, avail_spare, l2cache, lo
1935 vdev_to_nvlist_iter(nvlist_t *nv, nvlist_t *search, boolean_t *avail_spare, boolean_t *l2cache, boolean_t *log) argument
2133 zpool_find_vdev_by_physpath(zpool_handle_t *zhp, const char *ppath, boolean_t *avail_spare, boolean_t *l2cache, boolean_t *log) argument
2167 zpool_find_vdev(zpool_handle_t *zhp, const char *path, boolean_t *avail_spare, boolean_t *l2cache, boolean_t *log) argument
2403 boolean_t avail_spare, l2cache, islog; local
2475 boolean_t avail_spare, l2cache; local
2615 boolean_t avail_spare, l2cache, islog; local
2798 boolean_t avail_spare, l2cache; local
3107 boolean_t avail_spare, l2cache, islog; local
3153 boolean_t avail_spare, l2cache; local
[all...]
H A Dlibzfs_import.c436 nvlist_t **spares, **l2cache; local
786 * Update the paths for l2cache devices.
789 &l2cache, &nl2cache) == 0) {
791 if (fix_paths(l2cache[i], pl->names) != 0)
1695 * Check if any pool is currently using this l2cache device.
/freebsd-10.0-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dspa.c1376 * Load (or re-load) the current list of vdevs describing the active l2cache for
1386 nvlist_t **l2cache; local
1397 ZPOOL_CONFIG_L2CACHE, &l2cache, &nl2cache) == 0);
1413 VERIFY(nvlist_lookup_uint64(l2cache[i], ZPOOL_CONFIG_GUID,
1433 VERIFY(spa_config_parse(spa, &vd, l2cache[i], NULL, 0,
1439 * Commit this vdev as an l2cache device,
1487 * Recompute the stashed list of l2cache devices, with status
1493 l2cache = kmem_alloc(sav->sav_count * sizeof (void *), KM_SLEEP);
1495 l2cache[i] = vdev_config_generate(spa,
1498 ZPOOL_CONFIG_L2CACHE, l2cache, sa
3006 nvlist_t **l2cache; local
3356 nvlist_t **spares, **l2cache; local
3989 nvlist_t **spares, **l2cache; local
4414 nvlist_t **spares, **l2cache; local
5385 nvlist_t **spares, **l2cache, *nv; local
[all...]
H A Dzfs_ioctl.c1816 nvlist_t *config, **l2cache, **spares; local
1826 &l2cache, &nl2cache);
1840 * l2cache and spare devices are ok to be added to a rootpool.
/freebsd-10.0-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Dspa.h632 boolean_t l2cache);

Completed in 148 milliseconds