tag | line | file | source code |
b_reqnext | 240 | drivers/block/blk.h | req->bh = bh->b_reqnext; |
b_reqnext | 241 | drivers/block/blk.h | bh->b_reqnext = NULL; |
b_reqnext | 1939 | drivers/block/floppy.c | bh = bh->b_reqnext; |
b_reqnext | 1942 | drivers/block/floppy.c | bh = bh->b_reqnext; |
b_reqnext | 2042 | drivers/block/floppy.c | bh = bh->b_reqnext; |
b_reqnext | 554 | drivers/block/hd.c | WCURRENT.bh = WCURRENT.bh->b_reqnext; |
b_reqnext | 244 | drivers/block/ll_rw_blk.c | req->bhtail->b_reqnext = bh; |
b_reqnext | 259 | drivers/block/ll_rw_blk.c | bh->b_reqnext = req->bh; |
b_reqnext | 593 | drivers/scsi/scsi.c | bhp = bhp->b_reqnext; |
b_reqnext | 600 | drivers/scsi/scsi.c | if(req->nr_sectors && bh && bh->b_reqnext){ /* Any leftovers? */ |
b_reqnext | 602 | drivers/scsi/scsi.c | req->bh = bh->b_reqnext; /* Divide request */ |
b_reqnext | 603 | drivers/scsi/scsi.c | bh->b_reqnext = NULL; |
b_reqnext | 693 | drivers/scsi/scsi.c | bhp = bhp->b_reqnext; |
b_reqnext | 700 | drivers/scsi/scsi.c | if(req->nr_sectors && bh && bh->b_reqnext){ /* Any leftovers? */ |
b_reqnext | 702 | drivers/scsi/scsi.c | req->bh = bh->b_reqnext; /* Divide request */ |
b_reqnext | 703 | drivers/scsi/scsi.c | bh->b_reqnext = NULL; |
b_reqnext | 532 | drivers/scsi/scsi.h | req->bh = bh->b_reqnext; |
b_reqnext | 535 | drivers/scsi/scsi.h | bh->b_reqnext = NULL; |
b_reqnext | 325 | drivers/scsi/scsi_debug.c | bh = bh->b_reqnext; |
b_reqnext | 485 | drivers/scsi/sd.c | if(contiguous && SCpnt->request.bh && SCpnt->request.bh->b_reqnext) |
b_reqnext | 486 | drivers/scsi/sd.c | for(bh = SCpnt->request.bh, bhp = bh->b_reqnext; bhp; bh = bhp, |
b_reqnext | 487 | drivers/scsi/sd.c | bhp = bhp->b_reqnext) { |
b_reqnext | 544 | drivers/scsi/sd.c | bh = bh->b_reqnext; |
b_reqnext | 567 | drivers/scsi/sd.c | for(count = 0, bh = SCpnt->request.bh, bhp = bh->b_reqnext; |
b_reqnext | 571 | drivers/scsi/sd.c | bhp = bh->b_reqnext; |
b_reqnext | 654 | drivers/scsi/sd.c | bh = bh->b_reqnext; |
b_reqnext | 157 | drivers/scsi/sr.c | SCpnt->request.bh->b_reqnext && |
b_reqnext | 158 | drivers/scsi/sr.c | SCpnt->request.bh->b_reqnext->b_size == 1024) { |
b_reqnext | 159 | drivers/scsi/sr.c | memcpy((char *)SCpnt->request.bh->b_reqnext->b_data, |
b_reqnext | 460 | drivers/scsi/sr.c | bh = bh->b_reqnext; |
b_reqnext | 496 | drivers/scsi/sr.c | count++, bh = bh->b_reqnext) { |
b_reqnext | 160 | include/linux/fs.h | struct buffer_head * b_reqnext; /* request queue */ |