tag | line | file | source code |
b_reqnext | 247 | drivers/block/blk.h | req->bh = bh->b_reqnext; |
b_reqnext | 248 | drivers/block/blk.h | bh->b_reqnext = NULL; |
b_reqnext | 2024 | drivers/block/floppy.c | bh = bh->b_reqnext; |
b_reqnext | 2027 | drivers/block/floppy.c | bh = bh->b_reqnext; |
b_reqnext | 2124 | drivers/block/floppy.c | bh = bh->b_reqnext; |
b_reqnext | 544 | drivers/block/hd.c | WCURRENT.bh = WCURRENT.bh->b_reqnext; |
b_reqnext | 258 | drivers/block/ll_rw_blk.c | req->bhtail->b_reqnext = bh; |
b_reqnext | 273 | drivers/block/ll_rw_blk.c | bh->b_reqnext = req->bh; |
b_reqnext | 601 | drivers/scsi/scsi.c | bhp = bhp->b_reqnext; |
b_reqnext | 608 | drivers/scsi/scsi.c | if(req->nr_sectors && bh && bh->b_reqnext){ /* Any leftovers? */ |
b_reqnext | 610 | drivers/scsi/scsi.c | req->bh = bh->b_reqnext; /* Divide request */ |
b_reqnext | 611 | drivers/scsi/scsi.c | bh->b_reqnext = NULL; |
b_reqnext | 701 | drivers/scsi/scsi.c | bhp = bhp->b_reqnext; |
b_reqnext | 708 | drivers/scsi/scsi.c | if(req->nr_sectors && bh && bh->b_reqnext){ /* Any leftovers? */ |
b_reqnext | 710 | drivers/scsi/scsi.c | req->bh = bh->b_reqnext; /* Divide request */ |
b_reqnext | 711 | drivers/scsi/scsi.c | bh->b_reqnext = NULL; |
b_reqnext | 540 | drivers/scsi/scsi.h | req->bh = bh->b_reqnext; |
b_reqnext | 543 | drivers/scsi/scsi.h | bh->b_reqnext = NULL; |
b_reqnext | 325 | drivers/scsi/scsi_debug.c | bh = bh->b_reqnext; |
b_reqnext | 503 | drivers/scsi/sd.c | if(contiguous && SCpnt->request.bh && SCpnt->request.bh->b_reqnext) |
b_reqnext | 504 | drivers/scsi/sd.c | for(bh = SCpnt->request.bh, bhp = bh->b_reqnext; bhp; bh = bhp, |
b_reqnext | 505 | drivers/scsi/sd.c | bhp = bhp->b_reqnext) { |
b_reqnext | 562 | drivers/scsi/sd.c | bh = bh->b_reqnext; |
b_reqnext | 585 | drivers/scsi/sd.c | for(count = 0, bh = SCpnt->request.bh, bhp = bh->b_reqnext; |
b_reqnext | 589 | drivers/scsi/sd.c | bhp = bh->b_reqnext; |
b_reqnext | 672 | 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 | 582 | drivers/scsi/sr.c | bh = bh->b_reqnext; |
b_reqnext | 618 | drivers/scsi/sr.c | count++, bh = bh->b_reqnext) { |
b_reqnext | 153 | include/linux/fs.h | struct buffer_head * b_reqnext; /* request queue */ |