Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
192
inline bool xa_is_internal(VAddr e) { return (e & 3ULL) == 2; }
193
inline bool xa_is_value(VAddr e) { return (e & 1ULL) == 1; }
194
inline VAddr xa_to_node(VAddr e) { return e & ~3ULL; }
195
196
struct Offsets {
197
// super_block
Callers
1
walk_xarray
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected