nfs_fh
nfs_fh *fhp;
fh_to_mp3(nfs_fh *fhp, int *rp, int c_or_d)
fh_to_mp(nfs_fh *fhp)
mp_to_fh(am_node *mp, struct nfs_fh *fhp)
nfs_fh *
static nfs_fh nfh;
nfsproc_readlink_2_svc(struct nfs_fh *argp, struct svc_req *rqstp)
nfsproc_statfs_2_svc(struct nfs_fh *argp, struct svc_req *rqstp)
nfsproc_getattr_2_svc(struct nfs_fh *argp, struct svc_req *rqstp)
extern nfs_fh *root_fh(char *);
extern am_node *fh_to_mp(nfs_fh *);
extern am_node *fh_to_mp3(nfs_fh *, int *, int);
extern void mp_to_fh(am_node *, nfs_fh *);
nfs_fh file;
nfs_fh dir;
nfs_fh file;
nfs_fh file;
nfs_fh file;
nfs_fh from;
nfs_fh dir;
extern "C" attrstat * nfsproc_getattr_2(nfs_fh *, CLIENT *);
extern "C" attrstat * nfsproc_getattr_2_svc(nfs_fh *, struct svc_req *);
extern "C" readlinkres * nfsproc_readlink_2(nfs_fh *, CLIENT *);
extern "C" readlinkres * nfsproc_readlink_2_svc(nfs_fh *, struct svc_req *);
extern "C" statfsres * nfsproc_statfs_2(nfs_fh *, CLIENT *);
extern "C" statfsres * nfsproc_statfs_2_svc(nfs_fh *, struct svc_req *);
extern attrstat * nfsproc_getattr_2(nfs_fh *, CLIENT *);
extern attrstat * nfsproc_getattr_2_svc(nfs_fh *, struct svc_req *);
extern readlinkres * nfsproc_readlink_2(nfs_fh *, CLIENT *);
extern readlinkres * nfsproc_readlink_2_svc(nfs_fh *, struct svc_req *);
extern statfsres * nfsproc_statfs_2(nfs_fh *, CLIENT *);
extern statfsres * nfsproc_statfs_2_svc(nfs_fh *, struct svc_req *);
typedef struct nfs_fh nfs_fh;
extern "C" bool_t xdr_nfs_fh(XDR *, nfs_fh *);
extern bool_t xdr_nfs_fh(XDR *, nfs_fh *);
nfs_fh nfsproc_getattr_2_arg;
nfs_fh nfsproc_readlink_2_arg;
nfs_fh nfsproc_statfs_2_arg;
xdr_nfs_fh(XDR *xdrs, nfs_fh *objp)