tag | line | file | source code |
b_reqnext | 2214 | drivers/block/floppy.c | bh = bh->b_reqnext; |
b_reqnext | 2217 | drivers/block/floppy.c | bh = bh->b_reqnext; |
b_reqnext | 2312 | drivers/block/floppy.c | bh = bh->b_reqnext; |
b_reqnext | 537 | drivers/block/hd.c | WCURRENT.bh = WCURRENT.bh->b_reqnext; |
b_reqnext | 1025 | drivers/block/ide.c | if ((rq->bh = rq->bh->b_reqnext) != NULL) { |
b_reqnext | 383 | drivers/block/ll_rw_blk.c | req->bhtail->b_reqnext = bh; |
b_reqnext | 398 | drivers/block/ll_rw_blk.c | bh->b_reqnext = req->bh; |
b_reqnext | 199 | drivers/block/triton.c | while ((bh = bh->b_reqnext) != NULL) { |
b_reqnext | 888 | drivers/scsi/scsi.c | bhp = bhp->b_reqnext; |
b_reqnext | 895 | drivers/scsi/scsi.c | if(req->nr_sectors && bh && bh->b_reqnext){ /* Any leftovers? */ |
b_reqnext | 897 | drivers/scsi/scsi.c | req->bh = bh->b_reqnext; /* Divide request */ |
b_reqnext | 898 | drivers/scsi/scsi.c | bh->b_reqnext = NULL; |
b_reqnext | 1038 | drivers/scsi/scsi.c | bhp = bhp->b_reqnext; |
b_reqnext | 1045 | drivers/scsi/scsi.c | if(req->nr_sectors && bh && bh->b_reqnext){/* Any leftovers? */ |
b_reqnext | 1047 | drivers/scsi/scsi.c | req->bh = bh->b_reqnext; /* Divide request */ |
b_reqnext | 1048 | drivers/scsi/scsi.c | bh->b_reqnext = NULL; |
b_reqnext | 472 | drivers/scsi/scsi.h | req->bh = bh->b_reqnext; |
b_reqnext | 475 | drivers/scsi/scsi.h | bh->b_reqnext = NULL; |
b_reqnext | 359 | drivers/scsi/scsi_debug.c | bh = bh->b_reqnext; |
b_reqnext | 615 | drivers/scsi/sd.c | if(contiguous && SCpnt->request.bh && SCpnt->request.bh->b_reqnext) |
b_reqnext | 616 | drivers/scsi/sd.c | for(bh = SCpnt->request.bh, bhp = bh->b_reqnext; bhp; bh = bhp, |
b_reqnext | 617 | drivers/scsi/sd.c | bhp = bhp->b_reqnext) { |
b_reqnext | 673 | drivers/scsi/sd.c | bh = bh->b_reqnext; |
b_reqnext | 699 | drivers/scsi/sd.c | for(count = 0, bh = SCpnt->request.bh, bhp = bh->b_reqnext; |
b_reqnext | 703 | drivers/scsi/sd.c | bhp = bh->b_reqnext; |
b_reqnext | 797 | drivers/scsi/sd.c | bh = bh->b_reqnext; |
b_reqnext | 174 | drivers/scsi/sr.c | SCpnt->request.bh->b_reqnext && |
b_reqnext | 175 | drivers/scsi/sr.c | SCpnt->request.bh->b_reqnext->b_size == 1024) { |
b_reqnext | 176 | drivers/scsi/sr.c | memcpy((char *)SCpnt->request.bh->b_reqnext->b_data, |
b_reqnext | 736 | drivers/scsi/sr.c | bh = bh->b_reqnext; |
b_reqnext | 772 | drivers/scsi/sr.c | count++, bh = bh->b_reqnext) { |
b_reqnext | 367 | include/linux/blk.h | req->bh = bh->b_reqnext; |
b_reqnext | 368 | include/linux/blk.h | bh->b_reqnext = NULL; |
b_reqnext | 152 | include/linux/fs.h | struct buffer_head * b_reqnext; /* request queue */ |