MCPcopy 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
172static inline zap_phys_t *
173zap_f_phys(zap_t *zap)
174{
175 return (zap->zap_dbuf->db_data);
176}
177
178static inline mzap_phys_t *
179zap_m_phys(zap_t *zap)

Callers 15

zap_leaf_statsFunction · 0.85
fzap_upgradeFunction · 0.85
zap_grow_ptrtblFunction · 0.85
zap_allocate_blocksFunction · 0.85
zap_create_leafFunction · 0.85
fzap_countFunction · 0.85
zap_idx_to_blkFunction · 0.85
zap_set_idx_to_blkFunction · 0.85
zap_deref_leafFunction · 0.85
zap_expand_leafFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected