summaryrefslogtreecommitdiff
path: root/sys/kern/kern_namei.c
AgeCommit message (Collapse)Author
2025-11-22kern: vfs: Add NAMEI_PARENT flag to NAMEIIan Moffett
This flag allows one to get the vnode of the parent component rather than the last Signed-off-by: Ian Moffett <ian@osmora.org>
2025-11-22kern: namei: Make vp_res pointer pointerIan Moffett
Signed-off-by: Ian Moffett <ian@osmora.org>
2025-11-21kern: namei: Look up vnodes using vopsIan Moffett
Signed-off-by: Ian Moffett <ian@osmora.org>
2025-11-21kern: Move os/mount.h to kern/mount.hIan Moffett
Signed-off-by: Ian Moffett <ian@osmora.org>
2025-11-21kern: vfs: Add initial namei() groundworkIan Moffett
Signed-off-by: Ian Moffett <ian@osmora.org>