NFSX_V3FHMAX
u_char nfh[NFSX_V3FHMAX];
if (np->fhsize <= 0 || np->fhsize > NFSX_V3FHMAX)
*fhsizep > NFSX_V3FHMAX ||
*fhsizep > NFSX_V3FHMAX ||
u_char nfh[NFSX_V3FHMAX];
if (args.fhsize < 0 || args.fhsize > NFSX_V3FHMAX)
u_char swap_fh[NFSX_V3FHMAX]; /* Swap file's file handle */
u_char root_fh[NFSX_V3FHMAX]; /* File handle of root dir */
if ((n = fxdr_unsigned(int, *tl)) <= 0 || n > NFSX_V3FHMAX) {
u_char nm_fh[NFSX_V3FHMAX]; /* File handle of root dir */
#define NFSX_FH(v3) ((v3) ? (NFSX_V3FHMAX + NFSX_UNSIGNED) : \