tag | line | file | source code |
b_reqnext | 363 | drivers/block/blk.h | req->bh = bh->b_reqnext; |
b_reqnext | 364 | drivers/block/blk.h | bh->b_reqnext = NULL; |
b_reqnext | 2259 | drivers/block/floppy.c | bh = bh->b_reqnext; |
b_reqnext | 2262 | drivers/block/floppy.c | bh = bh->b_reqnext; |
b_reqnext | 2359 | drivers/block/floppy.c | bh = bh->b_reqnext; |
b_reqnext | 537 | drivers/block/hd.c | WCURRENT.bh = WCURRENT.bh->b_reqnext; |
b_reqnext | 1022 | drivers/block/ide.c | if ((rq->bh = rq->bh->b_reqnext) != NULL) { |
b_reqnext | 361 | drivers/block/ll_rw_blk.c | req->bhtail->b_reqnext = bh; |
b_reqnext | 376 | drivers/block/ll_rw_blk.c | bh->b_reqnext = req->bh; |
b_reqnext | 163 | drivers/block/triton.c | while ((bh = bh->b_reqnext) != NULL) { |
b_reqnext | 913 | drivers/scsi/scsi.c | bhp = bhp->b_reqnext; |
b_reqnext | 920 | drivers/scsi/scsi.c | if(req->nr_sectors && bh && bh->b_reqnext){ /* Any leftovers? */ |
b_reqnext | 922 | drivers/scsi/scsi.c | req->bh = bh->b_reqnext; /* Divide request */ |
b_reqnext | 923 | drivers/scsi/scsi.c | bh->b_reqnext = NULL; |
b_reqnext | 1063 | drivers/scsi/scsi.c | bhp = bhp->b_reqnext; |
b_reqnext | 1070 | drivers/scsi/scsi.c | if(req->nr_sectors && bh && bh->b_reqnext){/* Any leftovers? */ |
b_reqnext | 1072 | drivers/scsi/scsi.c | req->bh = bh->b_reqnext; /* Divide request */ |
b_reqnext | 1073 | drivers/scsi/scsi.c | bh->b_reqnext = NULL; |
b_reqnext | 469 | drivers/scsi/scsi.h | req->bh = bh->b_reqnext; |
b_reqnext | 472 | drivers/scsi/scsi.h | bh->b_reqnext = NULL; |
b_reqnext | 359 | drivers/scsi/scsi_debug.c | bh = bh->b_reqnext; |
b_reqnext | 601 | drivers/scsi/sd.c | if(contiguous && SCpnt->request.bh && SCpnt->request.bh->b_reqnext) |
b_reqnext | 602 | drivers/scsi/sd.c | for(bh = SCpnt->request.bh, bhp = bh->b_reqnext; bhp; bh = bhp, |
b_reqnext | 603 | drivers/scsi/sd.c | bhp = bhp->b_reqnext) { |
b_reqnext | 659 | drivers/scsi/sd.c | bh = bh->b_reqnext; |
b_reqnext | 685 | drivers/scsi/sd.c | for(count = 0, bh = SCpnt->request.bh, bhp = bh->b_reqnext; |
b_reqnext | 689 | drivers/scsi/sd.c | bhp = bh->b_reqnext; |
b_reqnext | 783 | 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 | 732 | drivers/scsi/sr.c | bh = bh->b_reqnext; |
b_reqnext | 768 | drivers/scsi/sr.c | count++, bh = bh->b_reqnext) { |
b_reqnext | 138 | include/linux/fs.h | struct buffer_head * b_reqnext; /* request queue */ |