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

/freebsd-13-stable/sys/fs/nfs/
H A Dnfsclstate.h55 #define NFSCLOPENHASHFUNC(f, l) (ncl_hash((f), (l)) % NFSCLOPENHASHSIZE) macro
57 (&((c)->nfsc_openhash[NFSCLOPENHASHFUNC((f), (l))]))
/freebsd-13-stable/sys/fs/nfsclient/
H A Dnfs_clstate.c704 oph = &ohashp[NFSCLOPENHASHFUNC(nfhp, fhlen)];

Completed in 167 milliseconds