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

Function ddt_phys_clear

freebsd/contrib/openzfs/module/zfs/ddt.c:322–326  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

320}
321
322void
323ddt_phys_clear(ddt_phys_t *ddp)
324{
325 bzero(ddp, sizeof (*ddp));
326}
327
328void
329ddt_phys_addref(ddt_phys_t *ddp)

Callers 3

ddt_phys_freeFunction · 0.85
zio_ddt_child_read_doneFunction · 0.85
zio_ddt_child_write_doneFunction · 0.85

Calls 1

bzeroFunction · 0.85

Tested by

no test coverage detected