Home
last modified time | relevance | path

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

/linux-2.4.37.9/include/linux/raid/
Draid5.h199 struct stripe_head **stripe_hashtbl; member
/linux-2.4.37.9/drivers/md/
Draid5.c39 #define stripe_hash(conf, sect) ((conf)->stripe_hashtbl[((sect) / ((conf)->buffer_size >> 9)) & HAS…
231 while ((sh = conf->stripe_hashtbl[i])) in shrink_stripe_cache()
1391 …if ((conf->stripe_hashtbl = (struct stripe_head **) md__get_free_pages(GFP_ATOMIC, HASH_PAGES_ORDE… in raid5_run()
1393 memset(conf->stripe_hashtbl, 0, HASH_PAGES * PAGE_SIZE); in raid5_run()
1595 if (conf->stripe_hashtbl) in raid5_run()
1596 free_pages((unsigned long) conf->stripe_hashtbl, in raid5_run()
1650 free_pages((unsigned long) conf->stripe_hashtbl, HASH_PAGES_ORDER); in raid5_stop()
1679 sh = conf->stripe_hashtbl[i]; in printall()