Home
last modified time | relevance | path

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

/linux/fs/afs/
H A Ddir_edit.c343 de->u.hash_next = 0; // TODO: Really need to maintain this in afs_edit_dir_add()
359 de->u.hash_next = meta->meta.hashtable[iter.bucket]; in afs_edit_dir_add()
459 next = de->u.hash_next; in afs_edit_dir_remove()
486 prev_next = pde->u.hash_next; in afs_edit_dir_remove()
495 pde->u.hash_next = next; in afs_edit_dir_remove()
H A Dxdr_fs.h54 __be16 hash_next; member
H A Ddir_search.c167 entry = ntohs(dire->u.hash_next); in afs_dir_search_bucket()
/linux/drivers/md/
H A Ddm-cache-policy-smq.c40 unsigned int hash_next:28; member
615 return to_entry(ht->es, e->hash_next); in h_next()
620 e->hash_next = ht->buckets[bucket]; in __h_insert()
651 prev->hash_next = e->hash_next; in __h_unlink()
653 ht->buckets[h] = e->hash_next; in __h_unlink()
721 e->hash_next = INDEXER_NULL; in init_entry()