Home
last modified time | relevance | path

Searched refs:hash_pprev (Results 1 – 2 of 2) sorted by relevance

/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.c103 if (sh->hash_pprev) { 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()
107 sh->hash_pprev = NULL; in remove_hash()
119 (*shp)->hash_pprev = &sh->hash_next; in insert_hash()
121 sh->hash_pprev = shp; in insert_hash()