taglinefilesource code
uptodate339drivers/block/blk.hstatic void end_request(byte uptodate, byte hwif) {
uptodate342drivers/block/blk.hstatic void end_request(int uptodate) {
uptodate348drivers/block/blk.hif (!uptodate) {
uptodate360drivers/block/blk.hbh->b_uptodate = uptodate;    
uptodate361drivers/block/blk.hif (!uptodate) bh->b_req = 0; /* So no "Weird" errors */
uptodate2107drivers/block/floppy.cstatic void request_done(int uptodate)
uptodate2112drivers/block/floppy.creschedule_timeout(MAXTIMEOUT, "request done %d", uptodate);
uptodate2118drivers/block/floppy.cif (uptodate){
uptodate521drivers/block/ide-cd.cstatic void cdrom_end_request (int uptodate, ide_dev_t *dev)
uptodate527drivers/block/ide-cd.cif (!uptodate && rq->bh != 0)
uptodate534drivers/block/ide-cd.cif (rq->cmd == REQUEST_SENSE_COMMAND && uptodate)
uptodate541drivers/block/ide-cd.cend_request (uptodate, DEV_HWIF);
uptodate565drivers/scsi/scsi.hstatic Scsi_Cmnd * end_scsi_request(Scsi_Cmnd * SCpnt, int uptodate, int sectors)
uptodate572drivers/scsi/scsi.hif (!uptodate) {
uptodate583drivers/scsi/scsi.hbh->b_uptodate = uptodate;
uptodate167fs/block_dev.cint bhrequest, uptodate;
uptodate240fs/block_dev.cuptodate = 1;
uptodate251fs/block_dev.cuptodate = 0;
uptodate260fs/block_dev.cif (uptodate)
uptodate76fs/ext/file.cint bhrequest, uptodate;
uptodate125fs/ext/file.cuptodate = 1;
uptodate130fs/ext/file.cuptodate = 0;
uptodate139fs/ext/file.cif (uptodate)
uptodate85fs/ext2/file.cint bhrequest, uptodate;
uptodate144fs/ext2/file.cuptodate = 1;
uptodate154fs/ext2/file.cuptodate = 0;
uptodate165fs/ext2/file.cif (uptodate)
uptodate189fs/isofs/file.cint uptodate;
uptodate192fs/isofs/file.cuptodate = 1;
uptodate194fs/isofs/file.cuptodate = 0;
uptodate203fs/isofs/file.cif(uptodate) break;
uptodate74fs/minix/file.cint bhrequest, uptodate;
uptodate123fs/minix/file.cuptodate = 1;
uptodate128fs/minix/file.cuptodate = 0;
uptodate137fs/minix/file.cif (uptodate)
uptodate82fs/sysv/file.cint bhrequest, uptodate;
uptodate131fs/sysv/file.cuptodate = 1;
uptodate136fs/sysv/file.cuptodate = 0;
uptodate145fs/sysv/file.cif (uptodate)
uptodate78fs/xiafs/file.cint bhrequest, uptodate;
uptodate122fs/xiafs/file.cuptodate = 1;
uptodate126fs/xiafs/file.cuptodate = 0;
uptodate135fs/xiafs/file.cif (uptodate)