statfsres
struct statfsres *
static statfsres res;
typedef struct statfsres statfsres;
extern "C" bool_t xdr_statfsres(XDR *, statfsres *);
extern bool_t xdr_statfsres(XDR *, statfsres *);
extern "C" statfsres * nfsproc_statfs_2(nfs_fh *, CLIENT *);
extern "C" statfsres * nfsproc_statfs_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 *);
extern statfsres * nfsproc_statfs_2();
extern statfsres * nfsproc_statfs_2_svc();
xdr_statfsres(XDR *xdrs, statfsres *objp)