Home
last modified time | relevance | path

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

/freebsd/sys/fs/nfs/
H A Dnfsclstate.h53 #define NFSCLOPENHASHFUNC(f, l) (ncl_hash((f), (l)) % NFSCLOPENHASHSIZE) macro
55 (&((c)->nfsc_openhash[NFSCLOPENHASHFUNC((f), (l))]))
/freebsd/sys/fs/nfsclient/
H A Dnfs_clstate.c753 oph = &ohashp[NFSCLOPENHASHFUNC(nfhp, fhlen)]; in nfscl_getopen()