summaryrefslogtreecommitdiff
path: root/src/sys/include/os/vnode.h
AgeCommit message (Collapse)Author
2025-09-18kern: vfs: Add initial vnode definitionsIan Moffett
A vnode is simply an object used when referencing filesystem objects. This marks the start of development for the L5 Virtual File System Signed-off-by: Ian Moffett <ian@osmora.org>