NFSGETFH(NS) UNIX System V
Name
nfs_getfh - Get NFS file handle
Syntax
#include <sys/fs/nfs.h>
nfsgetfh(fdes, fhp)
int fdes;
fhandlet *fhp;
Description
nfs_getfh returns a file handle for the file open as file
descriptor fdes. It is only used by the NFS mount daemon,
and should not be used by users.
See Also
mountd(NADM)
(printed 8/17/89) NFSGETFH(NS)