HomeSort by: relevance | last modified time | path
    Searched refs:ncl_hash (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/fs/nfs/common/
nfsclstate.h 52 (&((c)->nfsc_deleghash[ncl_hash((f), (l)) % NFSCLDELEGHASHSIZE]))
55 (&((c)->nfsc_layouthash[ncl_hash((f), (l)) % NFSCLLAYOUTHASHSIZE]))
nfsport.h 997 * Define ncl_hash().
999 #define ncl_hash(f, l) (fnv_32_buf((f), (l), FNV1_32_INIT)) macro

Completed in 13 milliseconds