tracing the mount syscall
tracing the mount syscall
- Subject: tracing the mount syscall
- From: Bijoy Thomas <email@hidden>
- Date: Sun, 1 May 2005 17:49:34 -0400
Hi,
I've been trying to write a filesystem kext and im trying to get the
mount to work first. I want to fill in only the needed functions in
the vfsops struct for the mount to succeed. After going through the
mount function in vfs_syscalls.c, i see that only the fsXXX_mount
function is called. I wrote a trivial fsXXX_mount function that returns
0, but my kernel goes into panic :( . I'm sure that there is more to
mounting than just the fsXXX_mount function. I'm guessing that the
fsXXX_vget and fsXXX_root functions are also called. Is there any
documentation on the functions that are called during a mount?
Thanks in advance,
Bijoy Thomas.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Darwin-kernel mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden