Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
322
void
323
ddt_phys_clear(ddt_phys_t *ddp)
324
{
325
bzero(ddp, sizeof (*ddp));
326
}
327
328
void
329
ddt_phys_addref(ddt_phys_t *ddp)
Callers
3
ddt_phys_free
Function · 0.85
zio_ddt_child_read_done
Function · 0.85
zio_ddt_child_write_done
Function · 0.85
Calls
1
bzero
Function · 0.85
Tested by
no test coverage detected