Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ ddt_exit
Function
ddt_exit
freebsd/contrib/openzfs/module/zfs/ddt.c:609–613 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
607
}
608
609
void
610
ddt_exit(ddt_t *ddt)
611
{
612
mutex_exit(&ddt->ddt_lock);
613
}
614
615
void
616
ddt_init(void)
Callers
10
ddt_lookup
Function · 0.85
ddt_repair_done
Function · 0.85
ddt_repair_table
Function · 0.85
zio_ddt_collision
Function · 0.85
zio_ddt_child_write_ready
Function · 0.85
zio_ddt_child_write_done
Function · 0.85
zio_ddt_write
Function · 0.85
zio_ddt_free
Function · 0.85
zdb_count_block
Function · 0.85
zdb_ddt_leak_init
Function · 0.85
Calls
1
mutex_exit
Function · 0.85
Tested by
no test coverage detected