Searched refs:fhsizep (Results 1 – 1 of 1) sorted by relevance
244 int *fhsizep, struct nfs_args *args, struct thread *td);1749 md_mount(struct sockaddr_in *mdsin, char *path, u_char *fhp, int *fhsizep, in md_mount() argument1806 if (xdr_int_decode(&m, fhsizep) != 0 || in md_mount()1807 *fhsizep > NFSX_V3FHMAX || in md_mount()1808 *fhsizep <= 0) in md_mount()1811 *fhsizep = NFSX_V2FH; in md_mount()1813 if (xdr_opaque_decode(&m, fhp, *fhsizep) != 0) in md_mount()