MCPcopy 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
178static inline mzap_phys_t *
179zap_m_phys(zap_t *zap)
180{
181 return (zap->zap_dbuf->db_data);
182}
183
184typedef struct zap_name {
185 zap_t *zn_zap;

Callers 3

mzap_openFunction · 0.85
mzap_addentFunction · 0.85
zap_remove_implFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected