Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/jfs/
Djfs_metapage.c235 for (ptr = *hash_ptr; ptr; ptr = ptr->hash_next) { in search_hash()
249 mp->hash_next = *hash_ptr; in add_to_hash()
256 mp->hash_prev->hash_next = mp->hash_next; in remove_from_hash()
259 *hash_ptr = mp->hash_next; in remove_from_hash()
262 if (mp->hash_next) in remove_from_hash()
263 mp->hash_next->hash_prev = mp->hash_prev; in remove_from_hash()
Djfs_metapage.h39 struct metapage *hash_next; /* Also used for free list */ member
/linux-2.4.37.9/include/linux/raid/
Draid5.h128 struct stripe_head *hash_next, **hash_pprev; /* hash pointers */ member
/linux-2.4.37.9/drivers/md/
Draid5.c104 if (sh->hash_next) in remove_hash()
105 sh->hash_next->hash_pprev = sh->hash_pprev; in remove_hash()
106 *sh->hash_pprev = sh->hash_next; in remove_hash()
118 if ((sh->hash_next = *shp) != NULL) in insert_hash()
119 (*shp)->hash_pprev = &sh->hash_next; in insert_hash()
242 for (sh = stripe_hash(conf, sector); sh; sh = sh->hash_next) in __find_stripe()
1680 for (; sh; sh = sh->hash_next) { in printall()