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

Function ddt_phys_addref

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

Source from the content-addressed store, hash-verified

326}
327
328void
329ddt_phys_addref(ddt_phys_t *ddp)
330{
331 ddp->ddp_refcnt++;
332}
333
334void
335ddt_phys_decref(ddt_phys_t *ddp)

Callers 2

zio_ddt_child_write_doneFunction · 0.85
zio_ddt_writeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected