MCPcopy Create free account
hub / github.com/MemNixFS/MemNixFS / xa_to_node

Function xa_to_node

src/os/linux/pagecache.cpp:194–194  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

192inline bool xa_is_internal(VAddr e) { return (e & 3ULL) == 2; }
193inline bool xa_is_value(VAddr e) { return (e & 1ULL) == 1; }
194inline VAddr xa_to_node(VAddr e) { return e & ~3ULL; }
195
196struct Offsets {
197 // super_block

Callers 1

walk_xarrayFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected