Searched refs:hash_str (Results 1 – 6 of 6) sorted by relevance
/linux-2.6.39/include/linux/sunrpc/ |
D | svcauth.h | 138 static inline unsigned long hash_str(char *name, int bits) in hash_str() function
|
/linux-2.6.39/drivers/md/ |
D | dm-ioctl.c | 89 static unsigned int hash_str(const char *str) in hash_str() function 106 unsigned int h = hash_str(str); in __get_name_cell() 120 unsigned int h = hash_str(str); in __get_uuid_cell() 202 list_add(&cell->name_list, _name_buckets + hash_str(name)); in dm_hash_insert() 211 list_add(&cell->uuid_list, _uuid_buckets + hash_str(uuid)); in dm_hash_insert() 307 list_add(&hc->uuid_list, _uuid_buckets + hash_str(new_uuid)); in __set_cell_uuid() 328 list_add(&hc->name_list, _name_buckets + hash_str(new_name)); in __change_cell_name()
|
/linux-2.6.39/net/sunrpc/ |
D | svcauth.c | 143 head = &auth_domain_table[hash_str(name, DN_HASHBITS)]; in auth_domain_lookup()
|
D | svcauth_unix.c | 313 hash_str(class, IP_HASHBITS) ^ in __ip_map_lookup() 353 hash_str(ipm->m_class, IP_HASHBITS) ^ in __ip_map_update()
|
/linux-2.6.39/fs/nfsd/ |
D | nfs4idmap.c | 108 hash = hash_str(ent->authname, ENT_HASHBITS); in idtoname_hash() 302 return hash_str(ent->name, ENT_HASHBITS); in nametoid_hash()
|
/linux-2.6.39/fs/nfs/ |
D | dns_resolve.c | 120 return hash_str(key->hostname, NFS_DNS_HASHBITS); in nfs_dns_hash()
|