taglinefilesource code
uptodate235drivers/block/blk.hstatic void end_request(int uptodate)
uptodate243drivers/block/blk.hif (!uptodate) {
uptodate256drivers/block/blk.hbh->b_uptodate = uptodate;
uptodate375drivers/block/floppy.cvoid request_done(int uptodate)
uptodate379drivers/block/floppy.cend_request(uptodate);
uptodate381drivers/block/floppy.cformat_status = uptodate ? FORMAT_OKAY : FORMAT_ERROR;
uptodate451drivers/scsi/scsi.hstatic void end_scsi_request(Scsi_Cmnd * SCpnt, int uptodate, int sectors)
uptodate459drivers/scsi/scsi.hif (!uptodate) {
uptodate470drivers/scsi/scsi.hbh->b_uptodate = uptodate;
uptodate86fs/block_dev.cint bhrequest, uptodate;
uptodate144fs/block_dev.cuptodate = 1;
uptodate149fs/block_dev.cuptodate = 0;
uptodate158fs/block_dev.cif (uptodate)
uptodate76fs/ext/file.cint bhrequest, uptodate;
uptodate124fs/ext/file.cuptodate = 1;
uptodate129fs/ext/file.cuptodate = 0;
uptodate138fs/ext/file.cif (uptodate)
uptodate87fs/ext2/file.cint bhrequest, uptodate;
uptodate142fs/ext2/file.cuptodate = 1;
uptodate147fs/ext2/file.cuptodate = 0;
uptodate158fs/ext2/file.cif (uptodate)
uptodate165fs/isofs/file.cint uptodate;
uptodate168fs/isofs/file.cuptodate = 1;
uptodate170fs/isofs/file.cuptodate = 0;
uptodate180fs/isofs/file.cif(bhrequest == 0 && uptodate) break;
uptodate70fs/minix/file.cint bhrequest, uptodate;
uptodate118fs/minix/file.cuptodate = 1;
uptodate123fs/minix/file.cuptodate = 0;
uptodate132fs/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;
uptodate117fs/xiafs/file.cuptodate = 1;
uptodate121fs/xiafs/file.cuptodate = 0;
uptodate130fs/xiafs/file.cif (uptodate)