tracing the mount syscall
tracing the mount syscall
- Subject: tracing the mount syscall
- From: Bijoy Thomas <email@hidden>
- Date: Sun, 1 May 2005 18:43:51 -0400
Hi,
I'm trying to write a new filesystem kext for the kernel. I just
want to fill in the necessary vfsops to get the mount to succeed. After
going through the mount source in vfs_syscalls.c, it seems that only
the xxxfs_mount function is called. I wrote a dummy xxxfs_mount
function to return 0, but my kernel panics when i run mount. I guess
there is more to mount than just xxxfs_mount. I'm guessing that
xxxfs_root and xxxfs_vget are called somewhere. Can anyone provide any
info on what functions are called and when 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