taglinefilesource code
uptodate270drivers/block/blk.hstatic void end_request(int uptodate)
uptodate277drivers/block/blk.hif (!uptodate) {
uptodate290drivers/block/blk.hbh->b_uptodate = uptodate;
uptodate433drivers/block/floppy.cvoid request_done(int uptodate)
uptodate438drivers/block/floppy.cend_request(uptodate);
uptodate440drivers/block/floppy.cformat_status = uptodate ? FORMAT_OKAY : FORMAT_ERROR;
uptodate521drivers/scsi/scsi.hstatic void end_scsi_request(Scsi_Cmnd * SCpnt, int uptodate, int sectors)
uptodate528drivers/scsi/scsi.hif (!uptodate) {
uptodate539drivers/scsi/scsi.hbh->b_uptodate = uptodate;
uptodate131fs/block_dev.cint bhrequest, uptodate;
uptodate197fs/block_dev.cuptodate = 1;
uptodate208fs/block_dev.cuptodate = 0;
uptodate217fs/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)
uptodate80fs/ext2/file.cint bhrequest, uptodate;
uptodate138fs/ext2/file.cuptodate = 1;
uptodate148fs/ext2/file.cuptodate = 0;
uptodate159fs/ext2/file.cif (uptodate)
uptodate167fs/isofs/file.cint uptodate;
uptodate170fs/isofs/file.cuptodate = 1;
uptodate172fs/isofs/file.cuptodate = 0;
uptodate181fs/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)
uptodate115fs/sysv/file.cint bhrequest, bhreqi, uptodate;
uptodate167fs/sysv/file.cuptodate = 1;
uptodate172fs/sysv/file.cuptodate = 0;
uptodate186fs/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)