Home
last modified time | relevance | path

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

/linux-4.19.296/fs/nfsd/
Dnfs4idmap.c72 #define ENT_HASHBITS 8 macro
73 #define ENT_HASHMAX (1 << ENT_HASHBITS)
114 hash = hash_str(ent->authname, ENT_HASHBITS); in idtoname_hash()
115 hash = hash_long(hash ^ ent->id, ENT_HASHBITS); in idtoname_hash()
294 return hash_str(ent->name, ENT_HASHBITS); in nametoid_hash()