tag | line | file | source code |
b_reqnext | 285 | drivers/block/blk.h | req->bh = bh->b_reqnext; |
b_reqnext | 286 | drivers/block/blk.h | bh->b_reqnext = NULL; |
b_reqnext | 2022 | drivers/block/floppy.c | bh = bh->b_reqnext; |
b_reqnext | 2025 | drivers/block/floppy.c | bh = bh->b_reqnext; |
b_reqnext | 2122 | drivers/block/floppy.c | bh = bh->b_reqnext; |
b_reqnext | 543 | drivers/block/hd.c | WCURRENT.bh = WCURRENT.bh->b_reqnext; |
b_reqnext | 724 | drivers/block/ide.c | if ((rq->bh = rq->bh->b_reqnext) != NULL) { |
b_reqnext | 295 | drivers/block/ll_rw_blk.c | req->bhtail->b_reqnext = bh; |
b_reqnext | 310 | drivers/block/ll_rw_blk.c | bh->b_reqnext = req->bh; |
b_reqnext | 636 | drivers/scsi/scsi.c | bhp = bhp->b_reqnext; |
b_reqnext | 643 | drivers/scsi/scsi.c | if(req->nr_sectors && bh && bh->b_reqnext){ /* Any leftovers? */ |
b_reqnext | 645 | drivers/scsi/scsi.c | req->bh = bh->b_reqnext; /* Divide request */ |
b_reqnext | 646 | drivers/scsi/scsi.c | bh->b_reqnext = NULL; |
b_reqnext | 752 | drivers/scsi/scsi.c | bhp = bhp->b_reqnext; |
b_reqnext | 759 | drivers/scsi/scsi.c | if(req->nr_sectors && bh && bh->b_reqnext){ /* Any leftovers? */ |
b_reqnext | 761 | drivers/scsi/scsi.c | req->bh = bh->b_reqnext; /* Divide request */ |
b_reqnext | 762 | drivers/scsi/scsi.c | bh->b_reqnext = NULL; |
b_reqnext | 544 | drivers/scsi/scsi.h | req->bh = bh->b_reqnext; |
b_reqnext | 547 | drivers/scsi/scsi.h | bh->b_reqnext = NULL; |
b_reqnext | 326 | drivers/scsi/scsi_debug.c | bh = bh->b_reqnext; |
b_reqnext | 508 | drivers/scsi/sd.c | if(contiguous && SCpnt->request.bh && SCpnt->request.bh->b_reqnext) |
b_reqnext | 509 | drivers/scsi/sd.c | for(bh = SCpnt->request.bh, bhp = bh->b_reqnext; bhp; bh = bhp, |
b_reqnext | 510 | drivers/scsi/sd.c | bhp = bhp->b_reqnext) { |
b_reqnext | 567 | drivers/scsi/sd.c | bh = bh->b_reqnext; |
b_reqnext | 590 | drivers/scsi/sd.c | for(count = 0, bh = SCpnt->request.bh, bhp = bh->b_reqnext; |
b_reqnext | 594 | drivers/scsi/sd.c | bhp = bh->b_reqnext; |
b_reqnext | 677 | drivers/scsi/sd.c | bh = bh->b_reqnext; |
b_reqnext | 158 | drivers/scsi/sr.c | SCpnt->request.bh->b_reqnext && |
b_reqnext | 159 | drivers/scsi/sr.c | SCpnt->request.bh->b_reqnext->b_size == 1024) { |
b_reqnext | 160 | drivers/scsi/sr.c | memcpy((char *)SCpnt->request.bh->b_reqnext->b_data, |
b_reqnext | 604 | drivers/scsi/sr.c | bh = bh->b_reqnext; |
b_reqnext | 640 | drivers/scsi/sr.c | count++, bh = bh->b_reqnext) { |
b_reqnext | 152 | include/linux/fs.h | struct buffer_head * b_reqnext; /* request queue */ |