taglinefilesource code
uptodate277drivers/block/blk.hstatic void end_request(byte uptodate, byte hwif) {
uptodate280drivers/block/blk.hstatic void end_request(int uptodate) {
uptodate286drivers/block/blk.hif (!uptodate) {
uptodate298drivers/block/blk.hbh->b_uptodate = uptodate;    
uptodate299drivers/block/blk.hif (!uptodate) bh->b_req = 0; /* So no "Weird" errors */
uptodate1879drivers/block/floppy.cstatic void request_done(int uptodate)
uptodate1890drivers/block/floppy.cif (uptodate){
uptodate153drivers/block/ide-cd.cstatic void cdrom_end_request (int uptodate, ide_dev_t *dev)
uptodate159drivers/block/ide-cd.cif (!uptodate && rq->bh != 0)
uptodate166drivers/block/ide-cd.cend_request (uptodate, dev->hwif);
uptodate530drivers/scsi/scsi.hstatic Scsi_Cmnd * end_scsi_request(Scsi_Cmnd * SCpnt, int uptodate, int sectors)
uptodate537drivers/scsi/scsi.hif (!uptodate) {
uptodate548drivers/scsi/scsi.hbh->b_uptodate = uptodate;
uptodate167fs/block_dev.cint bhrequest, uptodate;
uptodate237fs/block_dev.cuptodate = 1;
uptodate248fs/block_dev.cuptodate = 0;
uptodate257fs/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)
uptodate84fs/ext2/file.cint bhrequest, uptodate;
uptodate142fs/ext2/file.cuptodate = 1;
uptodate152fs/ext2/file.cuptodate = 0;
uptodate163fs/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)