taglinefilesource code
hash285fs/buffer.cif (hash(bh->b_dev,bh->b_blocknr) == bh)
hash286fs/buffer.chash(bh->b_dev,bh->b_blocknr) = bh->b_next;
hash407fs/buffer.cbh->b_next = hash(bh->b_dev,bh->b_blocknr);
hash408fs/buffer.chash(bh->b_dev,bh->b_blocknr) = bh;
hash417fs/buffer.cfor (tmp = hash(dev,block) ; tmp != NULL ; tmp = tmp->b_next)
hash122fs/dcache.cstatic inline void add_hash(struct dir_cache_entry * de, struct hash_list * hash)
hash124fs/dcache.cde->h.next = hash->next;
hash125fs/dcache.cde->h.prev = (struct dir_cache_entry *) hash;
hash126fs/dcache.chash->next->h.prev = de;
hash127fs/dcache.chash->next = de;
hash133fs/dcache.cstatic struct dir_cache_entry * find_entry(struct inode * dir, const char * name, int len, struct hash_list * hash)
hash135fs/dcache.cstruct dir_cache_entry * de = hash->next;
hash137fs/dcache.cfor (de = hash->next ; de != (struct dir_cache_entry *) hash ; de = de->h.next) {
hash157fs/dcache.cstatic inline void move_to_level2(struct dir_cache_entry * old_de, struct hash_list * hash)
hash169fs/dcache.cadd_hash(de, hash);
hash174fs/dcache.cstruct hash_list * hash;
hash179fs/dcache.chash = hash_table + hash_fn(dir->i_dev, dir->i_ino, namehash(name,len));
hash180fs/dcache.cde = find_entry(dir, name, len, hash);
hash184fs/dcache.cmove_to_level2(de, hash);
hash190fs/dcache.cstruct hash_list * hash;
hash195fs/dcache.chash = hash_table + hash_fn(dir->i_dev, dir->i_ino, namehash(name,len));
hash196fs/dcache.cif ((de = find_entry(dir, name, len, hash)) != NULL) {
hash210fs/dcache.cadd_hash(de, hash);
hash57fs/inode.ch = hash(inode->i_dev, inode->i_ino);
hash69fs/inode.ch = hash(inode->i_dev, inode->i_ino);
hash508fs/inode.ch = hash(sb->s_dev, nr);
hash369net/inet/arp.cunsigned long hash;
hash409net/inet/arp.chash = HASH(entry->ip);
hash417net/inet/arp.cpentry = &arp_tables[hash];
hash497net/inet/arp.cunsigned long hash = HASH(ip_addr);
hash500net/inet/arp.cpentry = &arp_tables[hash];
hash545net/inet/arp.cunsigned long hash;
hash719net/inet/arp.chash = HASH(sip);
hash721net/inet/arp.cfor(entry=arp_tables[hash];entry;entry=entry->next)
hash779net/inet/arp.centry->next = arp_tables[hash];
hash780net/inet/arp.carp_tables[hash] = entry;
hash800net/inet/arp.cunsigned long hash;
hash838net/inet/arp.chash = HASH(paddr);
hash896net/inet/arp.centry->next = arp_tables[hash];
hash897net/inet/arp.carp_tables[hash] = entry;
hash1015net/inet/arp.cunsigned long hash = HASH(paddr);
hash1017net/inet/arp.cfor (entry = arp_tables[hash]; entry != NULL; entry = entry->next)
hash1116net/inet/arp.cunsigned long hash = HASH(ip);
hash1118net/inet/arp.chash = PROXY_HASH;
hash1131net/inet/arp.centry->next = arp_tables[hash];
hash1132net/inet/arp.carp_tables[hash] = entry;
hash278net/inet/icmp.cunsigned char hash;
hash311net/inet/icmp.chash = iph->protocol & (MAX_INET_PROTOS -1);
hash317net/inet/icmp.cipprot = (struct inet_protocol *) inet_protos[hash];
hash1457net/inet/ip.cunsigned char hash;
hash1642net/inet/ip.chash = iph->protocol & (SOCK_ARRAY_SIZE-1);
hash1645net/inet/ip.cif((raw_sk=raw_prot.sock_array[hash])!=NULL)
hash1649net/inet/ip.craw_sk=get_sock_raw(raw_sk, hash,  iph->saddr, iph->daddr);
hash1655net/inet/ip.csknext=get_sock_raw(raw_sk->next, hash, iph->saddr, iph->daddr);
hash1674net/inet/ip.chash = iph->protocol & (MAX_INET_PROTOS -1);
hash1675net/inet/ip.cfor (ipprot = (struct inet_protocol *)inet_protos[hash];ipprot != NULL;ipprot=(struct inet_protocol *)ipprot->next)
hash106net/inet/protocol.cunsigned char hash;
hash109net/inet/protocol.chash = prot & (MAX_INET_PROTOS - 1);
hash110net/inet/protocol.cfor (p = inet_protos[hash] ; p != NULL; p=p->next) {
hash120net/inet/protocol.cunsigned char hash;
hash123net/inet/protocol.chash = prot->protocol & (MAX_INET_PROTOS - 1);
hash124net/inet/protocol.cprot ->next = inet_protos[hash];
hash125net/inet/protocol.cinet_protos[hash] = prot;
hash145net/inet/protocol.cunsigned char hash;
hash147net/inet/protocol.chash = prot->protocol & (MAX_INET_PROTOS - 1);
hash148net/inet/protocol.cif (prot == inet_protos[hash]) {
hash149net/inet/protocol.cinet_protos[hash] = (struct inet_protocol *) inet_protos[hash]->next;
hash153net/inet/protocol.cp = (struct inet_protocol *) inet_protos[hash];