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

Function ddt_phys_decref

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

Source from the content-addressed store, hash-verified

332}
333
334void
335ddt_phys_decref(ddt_phys_t *ddp)
336{
337 if (ddp) {
338 ASSERT(ddp->ddp_refcnt > 0);
339 ddp->ddp_refcnt--;
340 }
341}
342
343void
344ddt_phys_free(ddt_t *ddt, ddt_key_t *ddk, ddt_phys_t *ddp, uint64_t txg)

Callers 2

zio_ddt_freeFunction · 0.85
zdb_count_blockFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected