Lines Matching refs:l2cache

1227 	nvlist_t **spares, **l2cache;  in zpool_add()  local
1245 &l2cache, &nl2cache) == 0) { in zpool_add()
1868 boolean_t *l2cache, boolean_t *log) in vdev_to_nvlist_iter() argument
2018 avail_spare, l2cache, NULL)) != NULL) { in vdev_to_nvlist_iter()
2039 avail_spare, l2cache, NULL)) != NULL) { in vdev_to_nvlist_iter()
2050 avail_spare, l2cache, NULL)) != NULL) { in vdev_to_nvlist_iter()
2051 *l2cache = B_TRUE; in vdev_to_nvlist_iter()
2066 boolean_t *avail_spare, boolean_t *l2cache, boolean_t *log) in zpool_find_vdev_by_physpath() argument
2077 *l2cache = B_FALSE; in zpool_find_vdev_by_physpath()
2080 ret = vdev_to_nvlist_iter(nvroot, search, avail_spare, l2cache, log); in zpool_find_vdev_by_physpath()
2100 boolean_t *l2cache, boolean_t *log) in zpool_find_vdev() argument
2125 *l2cache = B_FALSE; in zpool_find_vdev()
2128 ret = vdev_to_nvlist_iter(nvroot, search, avail_spare, l2cache, log); in zpool_find_vdev()
2331 boolean_t avail_spare, l2cache, islog; in zpool_vdev_online() local
2343 if ((tgt = zpool_find_vdev(zhp, path, &avail_spare, &l2cache, in zpool_vdev_online()
2365 if (l2cache) { in zpool_vdev_online()
2403 boolean_t avail_spare, l2cache; in zpool_vdev_offline() local
2410 if ((tgt = zpool_find_vdev(zhp, path, &avail_spare, &l2cache, in zpool_vdev_offline()
2543 boolean_t avail_spare, l2cache, islog; in zpool_vdev_attach() local
2560 if ((tgt = zpool_find_vdev(zhp, old_disk, &avail_spare, &l2cache, in zpool_vdev_attach()
2567 if (l2cache) in zpool_vdev_attach()
2592 (zpool_find_vdev(zhp, newname, &avail_spare, &l2cache, in zpool_vdev_attach()
2706 boolean_t avail_spare, l2cache; in zpool_vdev_detach() local
2713 if ((tgt = zpool_find_vdev(zhp, path, &avail_spare, &l2cache, in zpool_vdev_detach()
2720 if (l2cache) in zpool_vdev_detach()
3012 boolean_t avail_spare, l2cache, islog; in zpool_vdev_remove() local
3020 if ((tgt = zpool_find_vdev(zhp, path, &avail_spare, &l2cache, in zpool_vdev_remove()
3026 if (!avail_spare && !l2cache && !islog) { in zpool_vdev_remove()
3058 boolean_t avail_spare, l2cache; in zpool_clear() local
3075 &l2cache, NULL)) == 0) in zpool_clear()