Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/md/
Draid1.c594 struct buffer_head *bh_req, *bhl; in raid1_make_request() local
664 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() local
1218 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()