Searched refs:hash_str (Results 1 – 6 of 6) sorted by relevance
/linux-4.4.14/drivers/md/ |
D | dm-ioctl.c | 97 static unsigned int hash_str(const char *str) in hash_str() function 114 unsigned int h = hash_str(str); in __get_name_cell() 128 unsigned int h = hash_str(str); in __get_uuid_cell() 228 list_add(&cell->name_list, _name_buckets + hash_str(name)); in dm_hash_insert() 237 list_add(&cell->uuid_list, _uuid_buckets + hash_str(uuid)); in dm_hash_insert() 342 list_add(&hc->uuid_list, _uuid_buckets + hash_str(new_uuid)); in __set_cell_uuid() 363 list_add(&hc->name_list, _name_buckets + hash_str(new_name)); in __change_cell_name()
|
/linux-4.4.14/net/sunrpc/ |
D | svcauth.c | 144 head = &auth_domain_table[hash_str(name, DN_HASHBITS)]; in auth_domain_lookup()
|
D | svcauth_unix.c | 284 hash_str(class, IP_HASHBITS) ^ in __ip_map_lookup() 314 hash_str(ipm->m_class, IP_HASHBITS) ^ in __ip_map_update()
|
/linux-4.4.14/include/linux/sunrpc/ |
D | svcauth.h | 161 static inline unsigned long hash_str(char *name, int bits) in hash_str() function
|
/linux-4.4.14/fs/nfsd/ |
D | nfs4idmap.c | 114 hash = hash_str(ent->authname, ENT_HASHBITS); in idtoname_hash() 294 return hash_str(ent->name, ENT_HASHBITS); in nametoid_hash()
|
/linux-4.4.14/fs/nfs/ |
D | dns_resolve.c | 127 return hash_str(key->hostname, NFS_DNS_HASHBITS); in nfs_dns_hash()
|