Home | History | Annotate | Download | only in rpcsvc

Lines Matching defs:nfs_fh

67 struct nfs_fh {
70 typedef struct nfs_fh nfs_fh;
119 nfs_fh file;
125 nfs_fh dir;
131 nfs_fh file;
153 nfs_fh file;
178 nfs_fh file;
202 nfs_fh from;
217 nfs_fh dir;
270 extern attrstat * nfsproc_getattr_2(nfs_fh *, CLIENT *);
271 extern attrstat * nfsproc_getattr_2_svc(nfs_fh *, struct svc_req *);
282 extern readlinkres * nfsproc_readlink_2(nfs_fh *, CLIENT *);
283 extern readlinkres * nfsproc_readlink_2_svc(nfs_fh *, struct svc_req *);
318 extern statfsres * nfsproc_statfs_2(nfs_fh *, CLIENT *);
319 extern statfsres * nfsproc_statfs_2_svc(nfs_fh *, struct svc_req *);
385 extern bool_t xdr_nfs_fh (XDR *, nfs_fh*);