Searched refs:hash_pprev (Results 1 – 2 of 2) sorted by relevance
128 struct stripe_head *hash_next, **hash_pprev; /* hash pointers */ member
103 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()