Searched refs:bhl (Results 1 – 1 of 1) sorted by relevance
594 struct buffer_head *bh_req, *bhl; in raid1_make_request() local664 bhl = raid1_alloc_bh(conf, conf->raid_disks); in raid1_make_request()683 mbh = bhl; in raid1_make_request()688 bhl = mbh->b_next; in raid1_make_request()715 if (bhl) raid1_free_bh(conf,bhl); in raid1_make_request()1215 struct buffer_head *bhl, *mbh; in raid1d() local1218 bhl = raid1_alloc_bh(conf, conf->raid_disks); /* don't really need this many */ in raid1d()1231 mbh = bhl; in raid1d()1236 bhl = mbh->b_next; in raid1d()1264 if (bhl) raid1_free_bh(conf, bhl); in raid1d()