summaryrefslogtreecommitdiff
path: root/src/sys/os/vfs_namei.c
AgeCommit message (Collapse)Author
2025-09-19kern: vfs: Add namei() prototype functionIan Moffett
Introduce a namei() prototype function to build upon when implementing core namei() logic. The prototype simply implemenets the path parsing and mimicks a UNIX-like (shell) namei output. Signed-off-by: Ian Moffett <ian@osmora.org>