Home
last modified time | relevance | path

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

/linux/net/sunrpc/
H A Dsvcauth.c216 head = &auth_domain_table[hash_str(name, DN_HASHBITS)]; in auth_domain_lookup()
239 head = &auth_domain_table[hash_str(name, DN_HASHBITS)]; in auth_domain_find()
H A Dsvcauth_unix.c299 hash_str(class, IP_HASHBITS) ^ in __ip_map_lookup()
320 hash_str(ipm->m_class, IP_HASHBITS) ^ in __ip_map_update()
/linux/include/linux/sunrpc/
H A Dsvcauth.h176 static inline unsigned long hash_str(char const *name, int bits) in hash_str() function
/linux/fs/nfsd/
H A Dnfs4idmap.c116 hash = hash_str(ent->authname, ENT_HASHBITS); in idtoname_hash()
303 return hash_str(ent->name, ENT_HASHBITS); in nametoid_hash()
/linux/fs/nfs/
H A Ddns_resolve.c136 return hash_str(key->hostname, NFS_DNS_HASHBITS); in nfs_dns_hash()