tag | line | file | source code |
b_reqnext | 303 | drivers/block/blk.h | req->bh = bh->b_reqnext; |
b_reqnext | 304 | drivers/block/blk.h | bh->b_reqnext = NULL; |
b_reqnext | 2074 | drivers/block/floppy.c | bh = bh->b_reqnext; |
b_reqnext | 2077 | drivers/block/floppy.c | bh = bh->b_reqnext; |
b_reqnext | 2174 | drivers/block/floppy.c | bh = bh->b_reqnext; |
b_reqnext | 539 | drivers/block/hd.c | WCURRENT.bh = WCURRENT.bh->b_reqnext; |
b_reqnext | 827 | 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 | 720 | drivers/scsi/scsi.c | bhp = bhp->b_reqnext; |
b_reqnext | 727 | drivers/scsi/scsi.c | if(req->nr_sectors && bh && bh->b_reqnext){ /* Any leftovers? */ |
b_reqnext | 729 | drivers/scsi/scsi.c | req->bh = bh->b_reqnext; /* Divide request */ |
b_reqnext | 730 | drivers/scsi/scsi.c | bh->b_reqnext = NULL; |
b_reqnext | 825 | drivers/scsi/scsi.c | bhp = bhp->b_reqnext; |
b_reqnext | 832 | drivers/scsi/scsi.c | if(req->nr_sectors && bh && bh->b_reqnext){ /* Any leftovers? */ |
b_reqnext | 834 | drivers/scsi/scsi.c | req->bh = bh->b_reqnext; /* Divide request */ |
b_reqnext | 835 | drivers/scsi/scsi.c | bh->b_reqnext = NULL; |
b_reqnext | 559 | drivers/scsi/scsi.h | req->bh = bh->b_reqnext; |
b_reqnext | 562 | drivers/scsi/scsi.h | bh->b_reqnext = NULL; |
b_reqnext | 326 | drivers/scsi/scsi_debug.c | bh = bh->b_reqnext; |
b_reqnext | 536 | drivers/scsi/sd.c | if(contiguous && SCpnt->request.bh && SCpnt->request.bh->b_reqnext) |
b_reqnext | 537 | drivers/scsi/sd.c | for(bh = SCpnt->request.bh, bhp = bh->b_reqnext; bhp; bh = bhp, |
b_reqnext | 538 | drivers/scsi/sd.c | bhp = bhp->b_reqnext) { |
b_reqnext | 595 | drivers/scsi/sd.c | bh = bh->b_reqnext; |
b_reqnext | 618 | drivers/scsi/sd.c | for(count = 0, bh = SCpnt->request.bh, bhp = bh->b_reqnext; |
b_reqnext | 622 | drivers/scsi/sd.c | bhp = bh->b_reqnext; |
b_reqnext | 705 | drivers/scsi/sd.c | bh = bh->b_reqnext; |
b_reqnext | 165 | drivers/scsi/sr.c | SCpnt->request.bh->b_reqnext && |
b_reqnext | 166 | drivers/scsi/sr.c | SCpnt->request.bh->b_reqnext->b_size == 1024) { |
b_reqnext | 167 | drivers/scsi/sr.c | memcpy((char *)SCpnt->request.bh->b_reqnext->b_data, |
b_reqnext | 665 | drivers/scsi/sr.c | bh = bh->b_reqnext; |
b_reqnext | 701 | drivers/scsi/sr.c | count++, bh = bh->b_reqnext) { |
b_reqnext | 152 | include/linux/fs.h | struct buffer_head * b_reqnext; /* request queue */ |