Lines Matching defs:vdev

603 	 * because we're done, and possibly removing the vdev.
1843 * This vdev is in the process of being removed so there is nothing
2094 spa_dbgmsg(spa, "condensing: txg %llu, msp[%llu] %p, vdev id %llu, "
2341 * the vdev.
2588 metaslab_group_alloc_increment(spa_t *spa, uint64_t vdev, void *tag, int flags)
2594 metaslab_group_t *mg = vdev_lookup_top(spa, vdev)->vdev_mg;
2602 metaslab_group_alloc_decrement(spa_t *spa, uint64_t vdev, void *tag, int flags)
2608 metaslab_group_t *mg = vdev_lookup_top(spa, vdev)->vdev_mg;
2623 uint64_t vdev = DVA_GET_VDEV(&dva[d]);
2624 metaslab_group_t *mg = vdev_lookup_top(spa, vdev)->vdev_mg;
2897 * on the same vdev as an existing DVA of this BP, then try to allocate it
2932 * consecutive vdevs. If we're forced to reuse a vdev before we've
2934 * that vdev as much as possible. If it turns out to not be possible,
2938 * able to reason about. Otherwise, any two top-level vdev failures
2940 * only two adjacent top-level vdev failures will result in data loss.
2943 * ourselves on the same vdev as our gang block header. That
2951 * It's possible the vdev we're using as the hint no
3019 * non-redundant vdev, unless we've already tried all
3055 * figure out whether the corresponding vdev is
3124 uint64_t vdev = DVA_GET_VDEV(dva);
3135 if ((vd = vdev_lookup_top(spa, vdev)) == NULL ||
3138 (u_longlong_t)vdev, (u_longlong_t)offset);
3182 uint64_t vdev = DVA_GET_VDEV(dva);
3191 if ((vd = vdev_lookup_top(spa, vdev)) == NULL ||
3390 uint64_t vdev = DVA_GET_VDEV(&bp->blk_dva[i]);
3391 vdev_t *vd = vdev_lookup_top(spa, vdev);