Searched refs:NFS3_MAXFHSIZE (Results 1 – 3 of 3) sorted by relevance
1739 char buf[NFS3_MAXFHSIZE]; in nfs_getfh()1740 char *logptr, logbuf[NFS3_MAXFHSIZE]; in nfs_getfh()1741 int l = NFS3_MAXFHSIZE; in nfs_getfh()2351 fh->fh3_length > NFS3_MAXFHSIZE) in nfs3_fhtovp()
3348 NFS3_MAXFHSIZE + roundup(namelen, BYTES_PER_XDR_UNIT))
411 #define NFS3_MAXFHSIZE 64 macro