Searched refs:NFSCLOPENHASHFUNC (Results 1 – 2 of 2) sorted by relevance
53 #define NFSCLOPENHASHFUNC(f, l) (ncl_hash((f), (l)) % NFSCLOPENHASHSIZE) macro55 (&((c)->nfsc_openhash[NFSCLOPENHASHFUNC((f), (l))]))
753 oph = &ohashp[NFSCLOPENHASHFUNC(nfhp, fhlen)]; in nfscl_getopen()