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

/freebsd-9.3-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.c4001 print_l2cache(zpool_handle_t *zhp, nvlist_t **l2cache, uint_t nl2cache, argument
4013 name = zpool_vdev_name(g_zfs, zhp, l2cache[i], B_FALSE);
4014 print_status_config(zhp, name, l2cache[i],
4324 nvlist_t **spares, **l2cache; local
4345 &l2cache, &nl2cache) == 0)
4346 print_l2cache(zhp, l2cache, nl2cache, namewidth);
/freebsd-9.3-release/cddl/contrib/opensolaris/lib/libzfs/common/
H A Dlibzfs_pool.c1283 nvlist_t **spares, **l2cache; local
1320 &l2cache, &nl2cache) == 0) {
1943 boolean_t *l2cache, boolean_t *log)
2093 avail_spare, l2cache, NULL)) != NULL) {
2114 avail_spare, l2cache, NULL)) != NULL) {
2125 avail_spare, l2cache, NULL)) != NULL) {
2126 *l2cache = B_TRUE;
2141 boolean_t *avail_spare, boolean_t *l2cache, boolean_t *log)
2152 *l2cache = B_FALSE;
2155 ret = vdev_to_nvlist_iter(nvroot, search, avail_spare, l2cache, lo
1942 vdev_to_nvlist_iter(nvlist_t *nv, nvlist_t *search, boolean_t *avail_spare, boolean_t *l2cache, boolean_t *log) argument
2140 zpool_find_vdev_by_physpath(zpool_handle_t *zhp, const char *ppath, boolean_t *avail_spare, boolean_t *l2cache, boolean_t *log) argument
2174 zpool_find_vdev(zpool_handle_t *zhp, const char *path, boolean_t *avail_spare, boolean_t *l2cache, boolean_t *log) argument
2410 boolean_t avail_spare, l2cache, islog; local
2482 boolean_t avail_spare, l2cache; local
2622 boolean_t avail_spare, l2cache, islog; local
2805 boolean_t avail_spare, l2cache; local
3114 boolean_t avail_spare, l2cache, islog; local
3160 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)
1709 * Check if any pool is currently using this l2cache device.
/freebsd-9.3-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dspa.c1458 * Load (or re-load) the current list of vdevs describing the active l2cache for
1468 nvlist_t **l2cache; local
1479 ZPOOL_CONFIG_L2CACHE, &l2cache, &nl2cache) == 0);
1495 VERIFY(nvlist_lookup_uint64(l2cache[i], ZPOOL_CONFIG_GUID,
1515 VERIFY(spa_config_parse(spa, &vd, l2cache[i], NULL, 0,
1521 * Commit this vdev as an l2cache device,
1569 * Recompute the stashed list of l2cache devices, with status
1575 l2cache = kmem_alloc(sav->sav_count * sizeof (void *), KM_SLEEP);
1577 l2cache[i] = vdev_config_generate(spa,
1580 ZPOOL_CONFIG_L2CACHE, l2cache, sa
3115 nvlist_t **l2cache; local
3465 nvlist_t **spares, **l2cache; local
4098 nvlist_t **spares, **l2cache; local
4521 nvlist_t **spares, **l2cache; local
5494 nvlist_t **spares, **l2cache, *nv; local
[all...]
H A Dzfs_ioctl.c1875 nvlist_t *config, **l2cache, **spares; local
1885 &l2cache, &nl2cache);
1899 * l2cache and spare devices are ok to be added to a rootpool.
/freebsd-9.3-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Dspa.h663 boolean_t l2cache);

Completed in 214 milliseconds