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

/osnet-11/usr/src/lib/libzfs/common/
H A Dlibzfs_pool.c1237 nvlist_t **spares, **l2cache; local
1277 &l2cache, &nl2cache) == 0) {
1885 boolean_t *l2cache, boolean_t *log, uint64_t *ashift)
2039 avail_spare, l2cache, NULL, ashift)) != NULL) {
2062 avail_spare, l2cache, NULL, ashift)) != NULL) {
2073 avail_spare, l2cache, NULL, ashift)) != NULL) {
2074 *l2cache = B_TRUE;
2097 boolean_t *l2cache, boolean_t *log, uint64_t *ashift)
2170 *l2cache = B_FALSE;
2173 ret = vdev_to_nvlist_iter(nvroot, search, avail_spare, l2cache,
1884 vdev_to_nvlist_iter(nvlist_t *nv, nvlist_t *search, boolean_t *avail_spare, boolean_t *l2cache, boolean_t *log, uint64_t *ashift) argument
2096 zpool_find_vdev(zpool_handle_t *zhp, const char *path, boolean_t *avail_spare, boolean_t *l2cache, boolean_t *log, uint64_t *ashift) argument
2412 boolean_t avail_spare, l2cache, islog; local
2484 boolean_t avail_spare, l2cache; local
2628 boolean_t avail_spare, l2cache, islog; local
2833 boolean_t avail_spare, l2cache; local
3143 boolean_t avail_spare, l2cache, islog; local
3181 boolean_t avail_spare, l2cache; local
[all...]
H A Dlibzfs_vdev.c1297 nvlist_t *nvroot, *nv, **top, **spares, **l2cache; local
1308 l2cache = NULL;
1355 if (l2cache != NULL) {
1420 l2cache = child;
1488 l2cache, nl2cache) == 0);
1495 nvlist_free(l2cache[t]);
1497 free(l2cache);
H A Dlibzfs_import.c439 nvlist_t **spares, **l2cache; local
788 * Update the paths for l2cache devices.
791 &l2cache, &nl2cache) == 0) {
793 if (fix_paths(l2cache[i], pl->names) != 0)
1959 * Check if any pool is currently using this l2cache device.

Completed in 40 milliseconds