hash_next 39 drivers/md/dm-cache-policy-smq.c unsigned hash_next:28; hash_next 613 drivers/md/dm-cache-policy-smq.c return to_entry(ht->es, e->hash_next); hash_next 618 drivers/md/dm-cache-policy-smq.c e->hash_next = ht->buckets[bucket]; hash_next 648 drivers/md/dm-cache-policy-smq.c prev->hash_next = e->hash_next; hash_next 650 drivers/md/dm-cache-policy-smq.c ht->buckets[h] = e->hash_next; hash_next 718 drivers/md/dm-cache-policy-smq.c e->hash_next = INDEXER_NULL; hash_next 531 drivers/staging/exfat/exfat.h struct buf_cache_t *hash_next; hash_next 28 drivers/staging/exfat/exfat_cache.c for (bp = hp->hash_next; bp != hp; bp = bp->hash_next) { hash_next 94 drivers/staging/exfat/exfat_cache.c bp->hash_next = hp->hash_next; hash_next 96 drivers/staging/exfat/exfat_cache.c hp->hash_next->hash_prev = bp; hash_next 97 drivers/staging/exfat/exfat_cache.c hp->hash_next = bp; hash_next 102 drivers/staging/exfat/exfat_cache.c (bp->hash_prev)->hash_next = bp->hash_next; hash_next 103 drivers/staging/exfat/exfat_cache.c (bp->hash_next)->hash_prev = bp->hash_prev; hash_next 119 drivers/staging/exfat/exfat_cache.c bp->hash_next = hp->hash_next; hash_next 121 drivers/staging/exfat/exfat_cache.c hp->hash_next->hash_prev = bp; hash_next 122 drivers/staging/exfat/exfat_cache.c hp->hash_next = bp; hash_next 127 drivers/staging/exfat/exfat_cache.c (bp->hash_prev)->hash_next = bp->hash_next; hash_next 128 drivers/staging/exfat/exfat_cache.c (bp->hash_next)->hash_prev = bp->hash_prev; hash_next 170 drivers/staging/exfat/exfat_cache.c p_fs->FAT_cache_hash_list[i].hash_next = hash_next 182 drivers/staging/exfat/exfat_cache.c p_fs->buf_cache_hash_list[i].hash_next = hash_next 542 drivers/staging/exfat/exfat_cache.c for (bp = hp->hash_next; bp != hp; bp = bp->hash_next) { hash_next 316 fs/afs/dir_edit.c de->u.hash_next = 0; // TODO: Really need to maintain this hash_next 54 fs/afs/xdr_fs.h __be16 hash_next; hash_next 159 scripts/genksyms/genksyms.c for (sym = symtab[h]; sym; sym = sym->hash_next) hash_next 230 scripts/genksyms/genksyms.c for (sym = symtab[h]; sym; sym = sym->hash_next) { hash_next 268 scripts/genksyms/genksyms.c for (psym = &symtab[h]; *psym; psym = &(*psym)->hash_next) { hash_next 270 scripts/genksyms/genksyms.c *psym = sym->hash_next; hash_next 285 scripts/genksyms/genksyms.c sym->hash_next = symtab[h]; hash_next 34 scripts/genksyms/genksyms.h struct symbol *hash_next;