Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_export.c1992 char buf[NFS3_MAXFHSIZE]; in nfs_getfh()
1993 char *logptr, logbuf[NFS3_MAXFHSIZE]; in nfs_getfh()
1994 int l = NFS3_MAXFHSIZE; in nfs_getfh()
2609 fh->fh3_length > NFS3_MAXFHSIZE) in nfs3_fhtovp()
H A Dnfs3_srv.c3431 NFS3_MAXFHSIZE + roundup(namelen, BYTES_PER_XDR_UNIT))
/illumos-gate/usr/src/uts/common/nfs/
H A Dnfs.h477 #define NFS3_MAXFHSIZE 64 macro