tag | line | file | source code |
b_reqnext | 2321 | drivers/block/floppy.c | bh = bh->b_reqnext; |
b_reqnext | 2324 | drivers/block/floppy.c | bh = bh->b_reqnext; |
b_reqnext | 2419 | drivers/block/floppy.c | bh = bh->b_reqnext; |
b_reqnext | 537 | drivers/block/hd.c | WCURRENT.bh = WCURRENT.bh->b_reqnext; |
b_reqnext | 1043 | drivers/block/ide.c | if ((rq->bh = rq->bh->b_reqnext) != NULL) { |
b_reqnext | 390 | drivers/block/ll_rw_blk.c | req->bhtail->b_reqnext = bh; |
b_reqnext | 394 | drivers/block/ll_rw_blk.c | bh->b_reqnext = req->bh; |
b_reqnext | 206 | drivers/block/triton.c | while ((bh = bh->b_reqnext) != NULL) { |
b_reqnext | 960 | drivers/scsi/scsi.c | bhp = bhp->b_reqnext; |
b_reqnext | 967 | drivers/scsi/scsi.c | if(req->nr_sectors && bh && bh->b_reqnext){ /* Any leftovers? */ |
b_reqnext | 969 | drivers/scsi/scsi.c | req->bh = bh->b_reqnext; /* Divide request */ |
b_reqnext | 970 | drivers/scsi/scsi.c | bh->b_reqnext = NULL; |
b_reqnext | 1126 | drivers/scsi/scsi.c | bhp = bhp->b_reqnext; |
b_reqnext | 1133 | drivers/scsi/scsi.c | if(req->nr_sectors && bh && bh->b_reqnext){/* Any leftovers? */ |
b_reqnext | 1135 | drivers/scsi/scsi.c | req->bh = bh->b_reqnext; /* Divide request */ |
b_reqnext | 1136 | drivers/scsi/scsi.c | bh->b_reqnext = NULL; |
b_reqnext | 505 | drivers/scsi/scsi.h | req->bh = bh->b_reqnext; |
b_reqnext | 508 | drivers/scsi/scsi.h | bh->b_reqnext = NULL; |
b_reqnext | 356 | 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 | 796 | drivers/scsi/sd.c | bh = bh->b_reqnext; |
b_reqnext | 175 | drivers/scsi/sr.c | SCpnt->request.bh->b_reqnext && |
b_reqnext | 176 | drivers/scsi/sr.c | SCpnt->request.bh->b_reqnext->b_size == 1024) { |
b_reqnext | 177 | drivers/scsi/sr.c | memcpy((char *)SCpnt->request.bh->b_reqnext->b_data, |
b_reqnext | 740 | drivers/scsi/sr.c | bh = bh->b_reqnext; |
b_reqnext | 776 | drivers/scsi/sr.c | count++, bh = bh->b_reqnext) { |
b_reqnext | 395 | include/linux/blk.h | req->bh = bh->b_reqnext; |
b_reqnext | 396 | include/linux/blk.h | bh->b_reqnext = NULL; |
b_reqnext | 178 | include/linux/fs.h | struct buffer_head * b_reqnext; /* request queue */ |