Searched refs:freebh (Results 1 – 2 of 2) sorted by relevance
43 struct buffer_head *freebh; member
71 t = conf->freebh; in raid1_alloc_bh()72 conf->freebh = t->b_next; in raid1_alloc_bh()109 t->b_next= conf->freebh; in raid1_free_bh()110 conf->freebh = t; in raid1_free_bh()129 bh->b_pprev = &conf->freebh; in raid1_grow_bh()130 bh->b_next = conf->freebh; in raid1_grow_bh()131 conf->freebh = bh; in raid1_grow_bh()145 while (conf->freebh) { in raid1_shrink_bh()146 struct buffer_head *bh = conf->freebh; in raid1_shrink_bh()147 conf->freebh = bh->b_next; in raid1_shrink_bh()