taglinefilesource code
uptodate340drivers/block/blk.hvoid ide_end_request(byte uptodate, ide_hwgroup_t *hwgroup);
uptodate344drivers/block/blk.hvoid ide_end_request(byte uptodate, ide_hwgroup_t *hwgroup) {
uptodate347drivers/block/blk.hstatic void end_request(int uptodate) {
uptodate353drivers/block/blk.hif (!uptodate) {
uptodate365drivers/block/blk.hbh->b_uptodate = uptodate;    
uptodate2181drivers/block/floppy.cstatic void request_done(int uptodate)
uptodate2186drivers/block/floppy.creschedule_timeout(MAXTIMEOUT, "request done %d", uptodate);
uptodate2192drivers/block/floppy.cif (uptodate){
uptodate574drivers/block/ide-cd.cstatic void cdrom_end_request (int uptodate, ide_drive_t *drive)
uptodate580drivers/block/ide-cd.cif (!uptodate && rq->bh != 0)
uptodate587drivers/block/ide-cd.cif (rq->cmd == REQUEST_SENSE_COMMAND && uptodate)
uptodate595drivers/block/ide-cd.cide_end_request (uptodate, HWGROUP(drive));
uptodate456drivers/scsi/scsi.hstatic Scsi_Cmnd * end_scsi_request(Scsi_Cmnd * SCpnt, int uptodate, int sectors)
uptodate463drivers/scsi/scsi.hif (!uptodate) {
uptodate474drivers/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)