MCPcopy Create free account
hub / github.com/F-Stack/f-stack / vdev_draid_map_free_vsd

Function vdev_draid_map_free_vsd

freebsd/contrib/openzfs/module/zfs/vdev_draid.c:636–647  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

634
635
636static void
637vdev_draid_map_free_vsd(zio_t *zio)
638{
639 raidz_map_t *rm = zio->io_vsd;
640
641 ASSERT0(rm->rm_freed);
642 rm->rm_freed = B_TRUE;
643
644 if (rm->rm_reports == 0) {
645 vdev_raidz_map_free(rm);
646 }
647}
648
649/*ARGSUSED*/
650static void

Callers

nothing calls this directly

Calls 1

vdev_raidz_map_freeFunction · 0.85

Tested by

no test coverage detected