Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ ddt_select
Function
ddt_select
freebsd/contrib/openzfs/module/zfs/ddt.c:597–601 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
595
}
596
597
ddt_t *
598
ddt_select(spa_t *spa, const blkptr_t *bp)
599
{
600
return (spa->spa_ddt[BP_GET_CHECKSUM(bp)]);
601
}
602
603
void
604
ddt_enter(ddt_t *ddt)
Callers
8
ddt_prefetch
Function · 0.85
zio_ddt_read_start
Function · 0.85
zio_ddt_read_done
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
Calls
no outgoing calls
Tested by
no test coverage detected