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

/linux-4.1.27/fs/nfsd/
H A Dnfs4idmap.c75 #define ENT_HASHBITS 8 macro
76 #define ENT_HASHMAX (1 << ENT_HASHBITS)
117 hash = hash_str(ent->authname, ENT_HASHBITS); idtoname_hash()
118 hash = hash_long(hash ^ ent->id, ENT_HASHBITS); idtoname_hash()
297 return hash_str(ent->name, ENT_HASHBITS); nametoid_hash()

Completed in 102 milliseconds