Searched refs:EXPTABLESIZE (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/nfs/
H A Dexport.h480 #define EXPTABLESIZE 256 macro
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_export.c73 struct exportinfo *exptable[EXPTABLESIZE];
118 #define exptablehash(fsid, fid) (nfs_fhhash((fsid), (fid)) & (EXPTABLESIZE - 1))
936 for (i = 0; i < EXPTABLESIZE; i++) {
H A Dnfs_auth.c1417 for (i = 0; i < EXPTABLESIZE; i++) {

Completed in 70 milliseconds