/illumos-gate/usr/src/cmd/syseventd/modules/zfs_mod/ |
H A D | zfs_mod.c | 545 boolean_t avail_spare, l2cache; local 553 &avail_spare, &l2cache, NULL)) != NULL) {
|
/illumos-gate/usr/src/cmd/zpool/ |
H A D | zpool_vdev.c | 1163 nvlist_t *nvroot, *nv, **top, **spares, **l2cache; local 1172 l2cache = NULL; 1221 if (l2cache != NULL) { 1278 l2cache = child; 1347 l2cache, nl2cache) == 0); 1354 nvlist_free(l2cache[t]); 1357 if (l2cache) 1358 free(l2cache);
|
H A D | zpool_main.c | 4041 print_l2cache(zpool_handle_t *zhp, nvlist_t **l2cache, uint_t nl2cache, argument 4053 name = zpool_vdev_name(g_zfs, zhp, l2cache[i], B_FALSE); 4054 print_status_config(zhp, name, l2cache[i], 4355 nvlist_t **spares, **l2cache; local 4376 &l2cache, &nl2cache) == 0) 4377 print_l2cache(zhp, l2cache, nl2cache, namewidth);
|
/illumos-gate/usr/src/lib/libzfs/common/ |
H A D | libzfs_import.c | 442 nvlist_t **spares, **l2cache; local 794 * Update the paths for l2cache devices. 797 &l2cache, &nl2cache) == 0) { 799 if (fix_paths(l2cache[i], pl->names) != 0) 1663 * Check if any pool is currently using this l2cache device.
|
H A D | libzfs_pool.c | 1281 nvlist_t **spares, **l2cache; local 1299 &l2cache, &nl2cache) == 0) { 1928 boolean_t *l2cache, boolean_t *log) 2078 avail_spare, l2cache, NULL)) != NULL) { 2099 avail_spare, l2cache, NULL)) != NULL) { 2110 avail_spare, l2cache, NULL)) != NULL) { 2111 *l2cache = B_TRUE; 2126 boolean_t *avail_spare, boolean_t *l2cache, boolean_t *log) 2137 *l2cache = B_FALSE; 2140 ret = vdev_to_nvlist_iter(nvroot, search, avail_spare, l2cache, lo 1927 vdev_to_nvlist_iter(nvlist_t *nv, nvlist_t *search, boolean_t *avail_spare, boolean_t *l2cache, boolean_t *log) argument 2125 zpool_find_vdev_by_physpath(zpool_handle_t *zhp, const char *ppath, boolean_t *avail_spare, boolean_t *l2cache, boolean_t *log) argument 2159 zpool_find_vdev(zpool_handle_t *zhp, const char *path, boolean_t *avail_spare, boolean_t *l2cache, boolean_t *log) argument 2393 boolean_t avail_spare, l2cache, islog; local 2465 boolean_t avail_spare, l2cache; local 2605 boolean_t avail_spare, l2cache, islog; local 2768 boolean_t avail_spare, l2cache; local 3074 boolean_t avail_spare, l2cache, islog; local 3120 boolean_t avail_spare, l2cache; local [all...] |
/illumos-gate/usr/src/uts/common/fs/zfs/ |
H A D | spa.c | 1447 * Load (or re-load) the current list of vdevs describing the active l2cache for 1457 nvlist_t **l2cache; local 1468 ZPOOL_CONFIG_L2CACHE, &l2cache, &nl2cache) == 0); 1484 VERIFY(nvlist_lookup_uint64(l2cache[i], ZPOOL_CONFIG_GUID, 1504 VERIFY(spa_config_parse(spa, &vd, l2cache[i], NULL, 0, 1510 * Commit this vdev as an l2cache device, 1558 * Recompute the stashed list of l2cache devices, with status 1564 l2cache = kmem_alloc(sav->sav_count * sizeof (void *), KM_SLEEP); 1566 l2cache[i] = vdev_config_generate(spa, 1569 ZPOOL_CONFIG_L2CACHE, l2cache, sa 3255 nvlist_t **l2cache; local 3600 nvlist_t **spares, **l2cache; local 4055 nvlist_t **spares, **l2cache; local 4478 nvlist_t **spares, **l2cache; local 5462 nvlist_t **spares, **l2cache, *nv; local [all...] |
H A D | zfs_ioctl.c | 1842 nvlist_t *config, **l2cache, **spares; local 1852 &l2cache, &nl2cache); 1865 * l2cache and spare devices are ok to be added to a rootpool.
|