Lines Matching refs:l2cache
1230 nvlist_t **spares, **l2cache; in zpool_add() local
1248 &l2cache, &nl2cache) == 0) { in zpool_add()
1872 boolean_t *l2cache, boolean_t *log) in vdev_to_nvlist_iter() argument
2022 avail_spare, l2cache, NULL)) != NULL) { in vdev_to_nvlist_iter()
2043 avail_spare, l2cache, NULL)) != NULL) { in vdev_to_nvlist_iter()
2054 avail_spare, l2cache, NULL)) != NULL) { in vdev_to_nvlist_iter()
2055 *l2cache = B_TRUE; in vdev_to_nvlist_iter()
2070 boolean_t *avail_spare, boolean_t *l2cache, boolean_t *log) in zpool_find_vdev_by_physpath() argument
2081 *l2cache = B_FALSE; in zpool_find_vdev_by_physpath()
2084 ret = vdev_to_nvlist_iter(nvroot, search, avail_spare, l2cache, log); in zpool_find_vdev_by_physpath()
2104 boolean_t *l2cache, boolean_t *log) in zpool_find_vdev() argument
2129 *l2cache = B_FALSE; in zpool_find_vdev()
2132 ret = vdev_to_nvlist_iter(nvroot, search, avail_spare, l2cache, log); in zpool_find_vdev()
2335 boolean_t avail_spare, l2cache, islog; in zpool_vdev_online() local
2347 if ((tgt = zpool_find_vdev(zhp, path, &avail_spare, &l2cache, in zpool_vdev_online()
2369 if (l2cache) { in zpool_vdev_online()
2407 boolean_t avail_spare, l2cache; in zpool_vdev_offline() local
2414 if ((tgt = zpool_find_vdev(zhp, path, &avail_spare, &l2cache, in zpool_vdev_offline()
2547 boolean_t avail_spare, l2cache, islog; in zpool_vdev_attach() local
2564 if ((tgt = zpool_find_vdev(zhp, old_disk, &avail_spare, &l2cache, in zpool_vdev_attach()
2571 if (l2cache) in zpool_vdev_attach()
2596 (zpool_find_vdev(zhp, newname, &avail_spare, &l2cache, in zpool_vdev_attach()
2710 boolean_t avail_spare, l2cache; in zpool_vdev_detach() local
2717 if ((tgt = zpool_find_vdev(zhp, path, &avail_spare, &l2cache, in zpool_vdev_detach()
2724 if (l2cache) in zpool_vdev_detach()
3019 boolean_t avail_spare, l2cache, islog; in zpool_vdev_remove() local
3027 if ((tgt = zpool_find_vdev(zhp, path, &avail_spare, &l2cache, in zpool_vdev_remove()
3033 if (!avail_spare && !l2cache && !islog) { in zpool_vdev_remove()
3065 boolean_t avail_spare, l2cache; in zpool_clear() local
3082 &l2cache, NULL)) == 0) in zpool_clear()