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'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? This email sent to site_archiver@lists.apple.com