summaryrefslogtreecommitdiff
path: root/src/sys/os/vfs_subr.c
AgeCommit message (Collapse)Author
2025-09-18kern: vfs: Add vnode allocation / release routinesIan Moffett
Introduce routines to allocate (create) and deallocate (destroy) virtual file nodes. Signed-off-by: Ian Moffett <ian@osmora.org>