hashbits           26 net/sunrpc/auth.c 	unsigned int		hashbits;
hashbits          348 net/sunrpc/auth.c 	new->hashbits = auth_hashbits;
hashbits          349 net/sunrpc/auth.c 	hashsize = 1U << new->hashbits;
hashbits          435 net/sunrpc/auth.c 	unsigned int hashsize = 1U << cache->hashbits;
hashbits          575 net/sunrpc/auth.c 	nr = auth->au_ops->hash_cred(acred, cache->hashbits);
hashbits         1359 net/sunrpc/auth_gss/auth_gss.c gss_hash_cred(struct auth_cred *acred, unsigned int hashbits)
hashbits         1361 net/sunrpc/auth_gss/auth_gss.c 	return hash_64(from_kuid(&init_user_ns, acred->cred->fsuid), hashbits);