Home
last modified time | relevance | path

Searched refs:vdev_draid_ops (Results 1 – 9 of 9) sorted by relevance

/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dvdev_draid.c585 ASSERT3P(vd->vdev_ops, ==, &vdev_draid_ops); in vdev_draid_asize()
617 ASSERT3P(vd->vdev_ops, ==, &vdev_draid_ops); in vdev_draid_offset_to_group()
630 ASSERT3P(vd->vdev_ops, ==, &vdev_draid_ops); in vdev_draid_group_to_offset()
1354 ASSERT3P(vd->vdev_ops, ==, &vdev_draid_ops); in vdev_draid_get_astart()
1369 ASSERT3P(vd->vdev_ops, ==, &vdev_draid_ops); in vdev_draid_min_asize()
1383 ASSERT3P(vd->vdev_ops, ==, &vdev_draid_ops); in vdev_draid_min_alloc()
1877 if (cvd->vdev_ops == &vdev_draid_ops) { in vdev_draid_spare_create()
1908 if (cvd->vdev_ops != &vdev_draid_ops) in vdev_draid_spare_create()
2230 ASSERT(vd->vdev_ops == &vdev_draid_ops); in vdev_draid_state_change()
2466 vdev_ops_t vdev_draid_ops = { variable
[all …]
H A Dvdev_mirror.c521 if (vd->vdev_top != NULL && vd->vdev_top->vdev_ops == &vdev_draid_ops) in vdev_mirror_child_readable()
532 if (vd->vdev_top != NULL && vd->vdev_top->vdev_ops == &vdev_draid_ops) in vdev_mirror_child_missing()
H A Dvdev_rebuild.c504 ASSERT(vd->vdev_ops == &vdev_draid_ops || in vdev_rebuild_blkptr_init()
509 uint64_t psize = vd->vdev_ops == &vdev_draid_ops ? in vdev_rebuild_blkptr_init()
H A Dvdev.c198 &vdev_draid_ops,
724 if (ops == &vdev_draid_ops && in vdev_alloc()
H A Dzio.c3801 vd->vdev_top->vdev_ops != &vdev_draid_ops && in zio_vdev_io_start()
H A Dspa.c6687 tvd->vdev_ops != &vdev_draid_ops) {
/f-stack/freebsd/contrib/openzfs/include/sys/
H A Dvdev_impl.h597 extern vdev_ops_t vdev_draid_ops;
/f-stack/freebsd/contrib/openzfs/cmd/ztest/
H A Dztest.c3532 ASSERT(oldvd->vdev_ops == &vdev_draid_ops); in ztest_vdev_attach_detach()
/f-stack/freebsd/contrib/openzfs/cmd/zdb/
H A Dzdb.c1645 if (vd->vdev_ops == &vdev_draid_ops) in dump_metaslab()