Home
last modified time | relevance | path

Searched refs:NFSCLOPENHASHSIZE (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/fs/nfs/
H A Dnfsclstate.h52 #define NFSCLOPENHASHSIZE 256 macro
53 #define NFSCLOPENHASHFUNC(f, l) (ncl_hash((f), (l)) % NFSCLOPENHASHSIZE)
111 struct nfsclopenhash nfsc_openhash[NFSCLOPENHASHSIZE];
/freebsd/sys/fs/nfsclient/
H A Dnfs_clstate.c914 for (i = 0; i < NFSCLOPENHASHSIZE; i++) in nfscl_getcl()