Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/block/
Dloop.c394 struct buffer_head *rbh = bh->b_private; in loop_end_io_transfer() local
396 rbh->b_end_io(rbh, uptodate); in loop_end_io_transfer()
405 struct buffer_head *rbh) in loop_get_buffer() argument
413 bh = rbh; in loop_get_buffer()
428 bh->b_size = rbh->b_size; in loop_get_buffer()
429 bh->b_dev = rbh->b_rdev; in loop_get_buffer()
449 bh->b_private = rbh; in loop_get_buffer()
453 bh->b_rsector = rbh->b_rsector + (lo->lo_offset >> 9); in loop_get_buffer()
461 static int loop_make_request(request_queue_t *q, int rw, struct buffer_head *rbh) in loop_make_request() argument
467 if (!buffer_locked(rbh)) in loop_make_request()
[all …]
/linux-2.4.37.9/drivers/md/
Draid5.c849 struct buffer_head *rbh, *rbh2; in handle_stripe() local
852 rbh = sh->bh_read[i]; in handle_stripe()
855 while (rbh) { in handle_stripe()
857 bdata = bh_kmap(rbh); in handle_stripe()
859 bh_kunmap(rbh); in handle_stripe()
860 rbh2 = rbh->b_reqnext; in handle_stripe()
861 rbh->b_reqnext = return_ok; in handle_stripe()
862 return_ok = rbh; in handle_stripe()
863 rbh = rbh2; in handle_stripe()