Lines Matching refs:l2cache
1801 nvlist_t **spares, **l2cache; in zpool_add() local
1819 &l2cache, &nl2cache) == 0) { in zpool_add()
2882 boolean_t *l2cache, boolean_t *log, boolean_t return_parent) in vdev_to_nvlist_iter() argument
3036 avail_spare, l2cache, NULL, return_parent)) != NULL) { in vdev_to_nvlist_iter()
3057 avail_spare, l2cache, NULL, return_parent)) in vdev_to_nvlist_iter()
3070 avail_spare, l2cache, NULL, return_parent)) in vdev_to_nvlist_iter()
3072 *l2cache = B_TRUE; in vdev_to_nvlist_iter()
3087 boolean_t *avail_spare, boolean_t *l2cache, boolean_t *log) in zpool_find_vdev_by_physpath() argument
3106 *l2cache = B_FALSE; in zpool_find_vdev_by_physpath()
3109 ret = vdev_to_nvlist_iter(nvroot, search, avail_spare, l2cache, log, in zpool_find_vdev_by_physpath()
3143 boolean_t *l2cache, boolean_t *log, boolean_t return_parent) in __zpool_find_vdev() argument
3171 if (!l2cache) in __zpool_find_vdev()
3172 l2cache = &__l2cache; in __zpool_find_vdev()
3177 *l2cache = B_FALSE; in __zpool_find_vdev()
3180 ret = vdev_to_nvlist_iter(nvroot, search, avail_spare, l2cache, log, in __zpool_find_vdev()
3189 boolean_t *l2cache, boolean_t *log) in zpool_find_vdev() argument
3191 return (__zpool_find_vdev(zhp, path, avail_spare, l2cache, log, in zpool_find_vdev()
3198 boolean_t *avail_spare, boolean_t *l2cache, boolean_t *log) in zpool_find_parent_vdev() argument
3200 return (__zpool_find_vdev(zhp, path, avail_spare, l2cache, log, in zpool_find_parent_vdev()
3215 boolean_t spare = B_FALSE, l2cache = B_FALSE, log = B_FALSE; in zpool_vdev_path_to_guid_impl() local
3218 if ((tgt = zpool_find_vdev(zhp, path, &spare, &l2cache, in zpool_vdev_path_to_guid_impl()
3225 *is_l2cache = l2cache; in zpool_vdev_path_to_guid_impl()
3250 boolean_t avail_spare, l2cache, islog; in zpool_vdev_online() local
3262 if ((tgt = zpool_find_vdev(zhp, path, &avail_spare, &l2cache, in zpool_vdev_online()
3284 if (l2cache) { in zpool_vdev_online()
3338 boolean_t avail_spare, l2cache; in zpool_vdev_offline() local
3345 if ((tgt = zpool_find_vdev(zhp, path, &avail_spare, &l2cache, in zpool_vdev_offline()
3392 boolean_t avail_spare, l2cache; in zpool_vdev_remove_wanted() local
3399 if ((tgt = zpool_find_vdev(zhp, path, &avail_spare, &l2cache, in zpool_vdev_remove_wanted()
3534 boolean_t avail_spare, l2cache, islog; in zpool_vdev_attach() local
3551 if ((tgt = zpool_find_vdev(zhp, old_disk, &avail_spare, &l2cache, in zpool_vdev_attach()
3558 if (l2cache) in zpool_vdev_attach()
3599 (zpool_find_vdev(zhp, newname, &avail_spare, &l2cache, in zpool_vdev_attach()
3762 boolean_t avail_spare, l2cache; in zpool_vdev_detach() local
3769 if ((tgt = zpool_find_vdev(zhp, path, &avail_spare, &l2cache, in zpool_vdev_detach()
3776 if (l2cache) in zpool_vdev_detach()
4101 boolean_t avail_spare, l2cache, islog; in zpool_vdev_remove() local
4115 if ((tgt = zpool_find_vdev(zhp, path, &avail_spare, &l2cache, in zpool_vdev_remove()
4198 boolean_t avail_spare, l2cache, islog; in zpool_vdev_indirect_size() local
4205 if ((tgt = zpool_find_vdev(zhp, path, &avail_spare, &l2cache, in zpool_vdev_indirect_size()
4209 if (avail_spare || l2cache || islog) { in zpool_vdev_indirect_size()
4232 boolean_t avail_spare, l2cache; in zpool_clear() local
4249 &l2cache, NULL)) == NULL) in zpool_clear()
5302 boolean_t avail_spare, l2cache; in zpool_vdev_guid() local
5312 if ((tgt = zpool_find_vdev(zhp, vdevname, &avail_spare, &l2cache, in zpool_vdev_guid()