tag | line | file | source code |
b_reqnext | 2210 | drivers/block/floppy.c | bh = bh->b_reqnext; |
b_reqnext | 2213 | drivers/block/floppy.c | bh = bh->b_reqnext; |
b_reqnext | 2308 | drivers/block/floppy.c | bh = bh->b_reqnext; |
b_reqnext | 537 | drivers/block/hd.c | WCURRENT.bh = WCURRENT.bh->b_reqnext; |
b_reqnext | 1006 | drivers/block/ide.c | if ((rq->bh = rq->bh->b_reqnext) != NULL) { |
b_reqnext | 150 | drivers/block/linear.c | nblk+=bh->b_size >> 10, bh2=bh, bh=bh->b_reqnext) |
b_reqnext | 165 | drivers/block/linear.c | bh2->b_reqnext=NULL; |
b_reqnext | 372 | drivers/block/ll_rw_blk.c | req->bhtail->b_reqnext = bh; |
b_reqnext | 388 | drivers/block/ll_rw_blk.c | bh->b_reqnext = req->bh; |
b_reqnext | 482 | drivers/block/md.c | req->bhtail->b_reqnext = bh; |
b_reqnext | 497 | drivers/block/md.c | bh->b_reqnext = req->bh; |
b_reqnext | 252 | drivers/block/raid0.c | pending[queue].bhtail->b_reqnext=bh; |
b_reqnext | 205 | drivers/block/triton.c | while ((bh = bh->b_reqnext) != NULL) { |
b_reqnext | 912 | drivers/scsi/scsi.c | bhp = bhp->b_reqnext; |
b_reqnext | 919 | drivers/scsi/scsi.c | if(req->nr_sectors && bh && bh->b_reqnext){ /* Any leftovers? */ |
b_reqnext | 921 | drivers/scsi/scsi.c | req->bh = bh->b_reqnext; /* Divide request */ |
b_reqnext | 922 | drivers/scsi/scsi.c | bh->b_reqnext = NULL; |
b_reqnext | 1062 | drivers/scsi/scsi.c | bhp = bhp->b_reqnext; |
b_reqnext | 1069 | drivers/scsi/scsi.c | if(req->nr_sectors && bh && bh->b_reqnext){/* Any leftovers? */ |
b_reqnext | 1071 | drivers/scsi/scsi.c | req->bh = bh->b_reqnext; /* Divide request */ |
b_reqnext | 1072 | 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 | 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 | 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 | 403 | include/linux/blk.h | req->bh = bh->b_reqnext; |
b_reqnext | 404 | include/linux/blk.h | bh->b_reqnext = NULL; |
b_reqnext | 444 | include/linux/blk.h | req->bh = bh->b_reqnext; |
b_reqnext | 445 | include/linux/blk.h | bh->b_reqnext = NULL; |
b_reqnext | 178 | include/linux/fs.h | struct buffer_head * b_reqnext; /* request queue */ |