interface: fs: add function for mounting a filesystem service into a namespace
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user