Home
last modified time | relevance | path

Searched refs:NFS3_MAXFHSIZE (Results 1 – 3 of 3) sorted by relevance

/titanic_44/usr/src/uts/common/fs/nfs/
H A Dnfs_export.c1739 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()
H A Dnfs3_srv.c3348 NFS3_MAXFHSIZE + roundup(namelen, BYTES_PER_XDR_UNIT))
/titanic_44/usr/src/uts/common/nfs/
H A Dnfs.h411 #define NFS3_MAXFHSIZE 64 macro