taglinefilesource code
uptodate269drivers/block/blk.hstatic void end_request(int uptodate)
uptodate276drivers/block/blk.hif (!uptodate) {
uptodate289drivers/block/blk.hbh->b_uptodate = uptodate;    
uptodate290drivers/block/blk.hif (!uptodate) bh->b_req = 0; /* So no "Weird" errors */
uptodate1627drivers/block/floppy.cstatic void request_done(int uptodate)
uptodate1639drivers/block/floppy.cif (uptodate){
uptodate518drivers/scsi/scsi.hstatic void end_scsi_request(Scsi_Cmnd * SCpnt, int uptodate, int sectors)
uptodate525drivers/scsi/scsi.hif (!uptodate) {
uptodate536drivers/scsi/scsi.hbh->b_uptodate = uptodate;
uptodate133fs/block_dev.cint bhrequest, uptodate;
uptodate200fs/block_dev.cuptodate = 1;
uptodate211fs/block_dev.cuptodate = 0;
uptodate220fs/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)
uptodate172fs/isofs/file.cint uptodate;
uptodate175fs/isofs/file.cuptodate = 1;
uptodate177fs/isofs/file.cuptodate = 0;
uptodate186fs/isofs/file.cif(uptodate) break;
uptodate70fs/minix/file.cint bhrequest, uptodate;
uptodate119fs/minix/file.cuptodate = 1;
uptodate124fs/minix/file.cuptodate = 0;
uptodate133fs/minix/file.cif (uptodate)
uptodate114fs/sysv/file.cint bhrequest, bhreqi, uptodate;
uptodate166fs/sysv/file.cuptodate = 1;
uptodate171fs/sysv/file.cuptodate = 0;
uptodate185fs/sysv/file.cif (uptodate)
uptodate74fs/xiafs/file.cint bhrequest, uptodate;
uptodate118fs/xiafs/file.cuptodate = 1;
uptodate122fs/xiafs/file.cuptodate = 0;
uptodate131fs/xiafs/file.cif (uptodate)