Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/nfs/
H A Dexport.h483 #define EXPTABLESIZE 256 macro
/titanic_41/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++) { in rfs_gsscallback()
H A Dnfs_auth.c1478 for (i = 0; i < EXPTABLESIZE; i++) { in exi_cache_reclaim()