Re: #ifdef NFSD
Re: #ifdef NFSD
- Subject: Re: #ifdef NFSD
- From: Rick Macklem <email@hidden>
- Date: Tue, 31 Jul 2007 12:07:08 -0400 (EDT)
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.)
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.
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 (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
References: | |
| >#ifdef NFSD (From: "Vishal Shetye" <email@hidden>) |