Searched refs:ncl_hash (Results 1 – 2 of 2) sorted by relevance
51 (&((c)->nfsc_deleghash[ncl_hash((f), (l)) % NFSCLDELEGHASHSIZE]))53 #define NFSCLOPENHASHFUNC(f, l) (ncl_hash((f), (l)) % NFSCLOPENHASHSIZE)58 (&((c)->nfsc_layouthash[ncl_hash((f), (l)) % NFSCLLAYOUTHASHSIZE]))
1133 #define ncl_hash(f, l) (fnv_32_buf((f), (l), FNV1_32_INIT)) macro