Home
last modified time | relevance | path

Searched refs:hash_next (Results 1 – 7 of 7) sorted by relevance

/Linux-v5.4/drivers/staging/exfat/
Dexfat_cache.c28 for (bp = hp->hash_next; bp != hp; bp = bp->hash_next) { in FAT_cache_find()
94 bp->hash_next = hp->hash_next; in FAT_cache_insert_hash()
96 hp->hash_next->hash_prev = bp; in FAT_cache_insert_hash()
97 hp->hash_next = bp; in FAT_cache_insert_hash()
102 (bp->hash_prev)->hash_next = bp->hash_next; in FAT_cache_remove_hash()
103 (bp->hash_next)->hash_prev = bp->hash_prev; in FAT_cache_remove_hash()
119 bp->hash_next = hp->hash_next; in buf_cache_insert_hash()
121 hp->hash_next->hash_prev = bp; in buf_cache_insert_hash()
122 hp->hash_next = bp; in buf_cache_insert_hash()
127 (bp->hash_prev)->hash_next = bp->hash_next; in buf_cache_remove_hash()
[all …]
Dexfat.h531 struct buf_cache_t *hash_next; member
/Linux-v5.4/scripts/genksyms/
Dgenksyms.c159 for (sym = symtab[h]; sym; sym = sym->hash_next) in find_symbol()
230 for (sym = symtab[h]; sym; sym = sym->hash_next) { in __add_symbol()
268 for (psym = &symtab[h]; *psym; psym = &(*psym)->hash_next) { in __add_symbol()
270 *psym = sym->hash_next; in __add_symbol()
285 sym->hash_next = symtab[h]; in __add_symbol()
Dgenksyms.h34 struct symbol *hash_next; member
/Linux-v5.4/fs/afs/
Dxdr_fs.h54 __be16 hash_next; member
Ddir_edit.c324 de->u.hash_next = 0; // TODO: Really need to maintain this in afs_edit_dir_add()
/Linux-v5.4/drivers/md/
Ddm-cache-policy-smq.c39 unsigned hash_next:28; member
613 return to_entry(ht->es, e->hash_next); in h_next()
618 e->hash_next = ht->buckets[bucket]; in __h_insert()
648 prev->hash_next = e->hash_next; in __h_unlink()
650 ht->buckets[h] = e->hash_next; in __h_unlink()
718 e->hash_next = INDEXER_NULL; in init_entry()