Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ zap_f_phys
Function
zap_f_phys
freebsd/contrib/openzfs/include/sys/zap_impl.h:172–176 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
170
} zap_t;
171
172
static inline zap_phys_t *
173
zap_f_phys(zap_t *zap)
174
{
175
return (zap->zap_dbuf->db_data);
176
}
177
178
static inline mzap_phys_t *
179
zap_m_phys(zap_t *zap)
Callers
15
zap_leaf_stats
Function · 0.85
fzap_upgrade
Function · 0.85
zap_grow_ptrtbl
Function · 0.85
zap_increment_num_entries
Function · 0.85
zap_allocate_blocks
Function · 0.85
zap_create_leaf
Function · 0.85
fzap_count
Function · 0.85
zap_idx_to_blk
Function · 0.85
zap_set_idx_to_blk
Function · 0.85
zap_deref_leaf
Function · 0.85
zap_expand_leaf
Function · 0.85
zap_put_leaf_maybe_grow_ptrtbl
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected