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

Function vdev_raidz_map_free_vsd

freebsd/contrib/openzfs/module/zfs/vdev_raidz.c:185–196  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

183}
184
185static void
186vdev_raidz_map_free_vsd(zio_t *zio)
187{
188 raidz_map_t *rm = zio->io_vsd;
189
190 ASSERT0(rm->rm_freed);
191 rm->rm_freed = B_TRUE;
192
193 if (rm->rm_reports == 0) {
194 vdev_raidz_map_free(rm);
195 }
196}
197
198/*ARGSUSED*/
199static void

Callers

nothing calls this directly

Calls 1

vdev_raidz_map_freeFunction · 0.85

Tested by

no test coverage detected