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

/freebsd-13-stable/sys/fs/nfs/
H A Dnfsclstate.h53 (&((c)->nfsc_deleghash[ncl_hash((f), (l)) % NFSCLDELEGHASHSIZE]))
55 #define NFSCLOPENHASHFUNC(f, l) (ncl_hash((f), (l)) % NFSCLOPENHASHSIZE)
60 (&((c)->nfsc_layouthash[ncl_hash((f), (l)) % NFSCLLAYOUTHASHSIZE]))
H A Dnfsport.h1129 * Define ncl_hash().
1131 #define ncl_hash(f, l) (fnv_32_buf((f), (l), FNV1_32_INIT)) macro

Completed in 162 milliseconds