Searched refs:NFSCLOPENHASHSIZE (Results 1 – 2 of 2) sorted by relevance
52 #define NFSCLOPENHASHSIZE 256 macro53 #define NFSCLOPENHASHFUNC(f, l) (ncl_hash((f), (l)) % NFSCLOPENHASHSIZE)111 struct nfsclopenhash nfsc_openhash[NFSCLOPENHASHSIZE];
914 for (i = 0; i < NFSCLOPENHASHSIZE; i++) in nfscl_getcl()