interface: fs: add function for mounting a filesystem service into a namespace

This commit is contained in:
2026-06-07 13:49:03 +01:00
parent 3f9e0abc49
commit 46cb969019
+1
View File
@@ -11,3 +11,4 @@ func seek[4](offset: offset, origin: int) -> (err: int, new_pos: offset);
func map[5](prot: int, flags: int) -> (err: int, vmo: handle);
func getdents[6]() -> (err: int, dents: buffer);
func mount[7](path: string, nd: int, pid: int, chid: int) -> (err: int);