tag | line | file | source code |
b_reqnext | 356 | drivers/block/blk.h | req->bh = bh->b_reqnext; |
b_reqnext | 357 | drivers/block/blk.h | bh->b_reqnext = NULL; |
b_reqnext | 2250 | drivers/block/floppy.c | bh = bh->b_reqnext; |
b_reqnext | 2253 | drivers/block/floppy.c | bh = bh->b_reqnext; |
b_reqnext | 2350 | drivers/block/floppy.c | bh = bh->b_reqnext; |
b_reqnext | 539 | drivers/block/hd.c | WCURRENT.bh = WCURRENT.bh->b_reqnext; |
b_reqnext | 807 | drivers/block/ide.c | if ((rq->bh = rq->bh->b_reqnext) != NULL) { |
b_reqnext | 353 | drivers/block/ll_rw_blk.c | req->bhtail->b_reqnext = bh; |
b_reqnext | 368 | drivers/block/ll_rw_blk.c | bh->b_reqnext = req->bh; |
b_reqnext | 895 | drivers/scsi/scsi.c | bhp = bhp->b_reqnext; |
b_reqnext | 902 | drivers/scsi/scsi.c | if(req->nr_sectors && bh && bh->b_reqnext){ /* Any leftovers? */ |
b_reqnext | 904 | drivers/scsi/scsi.c | req->bh = bh->b_reqnext; /* Divide request */ |
b_reqnext | 905 | drivers/scsi/scsi.c | bh->b_reqnext = NULL; |
b_reqnext | 1039 | drivers/scsi/scsi.c | bhp = bhp->b_reqnext; |
b_reqnext | 1046 | drivers/scsi/scsi.c | if(req->nr_sectors && bh && bh->b_reqnext){/* Any leftovers? */ |
b_reqnext | 1048 | drivers/scsi/scsi.c | req->bh = bh->b_reqnext; /* Divide request */ |
b_reqnext | 1049 | drivers/scsi/scsi.c | bh->b_reqnext = NULL; |
b_reqnext | 579 | drivers/scsi/scsi.h | req->bh = bh->b_reqnext; |
b_reqnext | 582 | drivers/scsi/scsi.h | bh->b_reqnext = NULL; |
b_reqnext | 349 | drivers/scsi/scsi_debug.c | bh = bh->b_reqnext; |
b_reqnext | 569 | drivers/scsi/sd.c | if(contiguous && SCpnt->request.bh && SCpnt->request.bh->b_reqnext) |
b_reqnext | 570 | drivers/scsi/sd.c | for(bh = SCpnt->request.bh, bhp = bh->b_reqnext; bhp; bh = bhp, |
b_reqnext | 571 | drivers/scsi/sd.c | bhp = bhp->b_reqnext) { |
b_reqnext | 627 | drivers/scsi/sd.c | bh = bh->b_reqnext; |
b_reqnext | 653 | drivers/scsi/sd.c | for(count = 0, bh = SCpnt->request.bh, bhp = bh->b_reqnext; |
b_reqnext | 657 | drivers/scsi/sd.c | bhp = bh->b_reqnext; |
b_reqnext | 751 | drivers/scsi/sd.c | bh = bh->b_reqnext; |
b_reqnext | 178 | drivers/scsi/sr.c | SCpnt->request.bh->b_reqnext && |
b_reqnext | 179 | drivers/scsi/sr.c | SCpnt->request.bh->b_reqnext->b_size == 1024) { |
b_reqnext | 180 | drivers/scsi/sr.c | memcpy((char *)SCpnt->request.bh->b_reqnext->b_data, |
b_reqnext | 710 | drivers/scsi/sr.c | bh = bh->b_reqnext; |
b_reqnext | 746 | drivers/scsi/sr.c | count++, bh = bh->b_reqnext) { |
b_reqnext | 151 | include/linux/fs.h | struct buffer_head * b_reqnext; /* request queue */ |