site_archiver@lists.apple.com Delivered-To: darwin-kernel@lists.apple.com Hi, Thanks in advance, Bijoy Thomas. _______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-kernel mailing list (Darwin-kernel@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-kernel/site_archiver%40lists.a... 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? This email sent to site_archiver@lists.apple.com
participants (1)
-
Bijoy Thomas