site_archiver@lists.apple.com Delivered-To: darwin-kernel@lists.apple.com On Tue, 31 Jul 2007, Vishal Shetye wrote: What is the equivalent of nfsd_open on Mac? nfs.h has only nfssvc() syscall. Where can I find the equivalent functions for nfsd_open, nfsd_close etc? Hmm. If you are referring to the nfs client, then they're nfs_open() and nfs_close(), although they do much. Just some housekeeping related to client side caches. (There is no NFSv2,3 Open or Close RPC.) So, I'm not sure what you are trying to capture. I'd suggest looking at the xnu-792 sources (developer.apple.com/opensource) in bsd/nfs. Good luck with it, rick _______________________________________________ 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... If you are referring to the server, it never does VOP_OPEN() or VOP_CLOSE(). (ie. Never opens and closes files.) The nfs server is stateless. This email sent to site_archiver@lists.apple.com
participants (1)
-
Rick Macklem