Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ zap_m_phys
Function
zap_m_phys
freebsd/contrib/openzfs/include/sys/zap_impl.h:178–182 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
176
}
177
178
static inline mzap_phys_t *
179
zap_m_phys(zap_t *zap)
180
{
181
return (zap->zap_dbuf->db_data);
182
}
183
184
typedef struct zap_name {
185
zap_t *zn_zap;
Callers
3
mzap_open
Function · 0.85
mzap_addent
Function · 0.85
zap_remove_impl
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected