MCPcopy Create free account
hub / github.com/F-Stack/f-stack / zap_leaf_phys

Function zap_leaf_phys

freebsd/contrib/openzfs/include/sys/zap_leaf.h:170–174  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

168} zap_leaf_t;
169
170static inline zap_leaf_phys_t *
171zap_leaf_phys(zap_leaf_t *l)
172{
173 return (l->l_dbuf->db_data);
174}
175
176typedef struct zap_entry_handle {
177 /* Set by zap_leaf and public to ZAP */

Callers 15

zap_leaf_initFunction · 0.50
zap_leaf_chunk_allocFunction · 0.50
zap_leaf_chunk_freeFunction · 0.50
zap_leaf_lookupFunction · 0.50
zap_leaf_lookup_closestFunction · 0.50
zap_entry_updateFunction · 0.50
zap_entry_removeFunction · 0.50
zap_entry_createFunction · 0.50
zap_leaf_transfer_entryFunction · 0.50
zap_leaf_splitFunction · 0.50
zap_leaf_statsFunction · 0.50
zap_open_leafFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected