Hello Lawrence,

in file kern/vfs_syscalls.c you can see the kern_open function that uses 
vn_open to open a file/vnode.

There are more vn_* functions like vn_rdwr for reading and writing to a vnode 
or vn_close to close a vnode. To see how theses functions work, I suggest you 
grep for them in the kernel-files.

BTW, you can get an thread-struct pointer from curthread (c.f. sys/pcpu.h).

HTH,
Marc Lörner
_______________________________________________
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to