system call searching for a file(C, minix)

276 views Asked by At

I am working on a project on Minix 3.2.1 I need to create a new system call (on the vfs server) which will get a filename as a parameter(filename only! NOT path) and print the file's inode number. how to implement the code that's relative on the file searching? The filepath is unknown but needs to be retrieved in order to find the inode. the search needs to be done on every directory.

thanks in advance :D

0

There are 0 answers