Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
328
void
329
ddt_phys_addref(ddt_phys_t *ddp)
330
{
331
ddp->ddp_refcnt++;
332
}
333
334
void
335
ddt_phys_decref(ddt_phys_t *ddp)
Callers
2
zio_ddt_child_write_done
Function · 0.85
zio_ddt_write
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected