taglinefilesource code
uptodate2076drivers/block/floppy.cstatic void request_done(int uptodate)
uptodate2081drivers/block/floppy.creschedule_timeout(MAXTIMEOUT, "request done %d", uptodate);
uptodate2087drivers/block/floppy.cif (uptodate){
uptodate566drivers/block/ide-cd.cstatic void cdrom_end_request (int uptodate, ide_drive_t *drive)
uptodate572drivers/block/ide-cd.cif (!uptodate && rq->bh != 0)
uptodate579drivers/block/ide-cd.cif (rq->cmd == REQUEST_SENSE_COMMAND && uptodate)
uptodate587drivers/block/ide-cd.cide_end_request (uptodate, HWGROUP(drive));
uptodate741drivers/block/ide-tape.cvoid idetape_end_request (byte uptodate, ide_hwgroup_t *hwgroup);
uptodate2483drivers/block/ide-tape.cvoid idetape_end_request (byte uptodate, ide_hwgroup_t *hwgroup)
uptodate2491drivers/block/ide-tape.crq->errors=!uptodate;        /* rq->errors will tell us if the request was successfull */
uptodate458drivers/scsi/scsi.hstatic Scsi_Cmnd * end_scsi_request(Scsi_Cmnd * SCpnt, int uptodate, int sectors)
uptodate465drivers/scsi/scsi.hif (!uptodate) {
uptodate476drivers/scsi/scsi.hmark_buffer_uptodate(bh, uptodate);
uptodate167fs/block_dev.cint bhrequest, uptodate;
uptodate240fs/block_dev.cuptodate = 1;
uptodate251fs/block_dev.cuptodate = 0;
uptodate260fs/block_dev.cif (uptodate)
uptodate78fs/ext/file.cint bhrequest, uptodate;
uptodate127fs/ext/file.cuptodate = 1;
uptodate132fs/ext/file.cuptodate = 0;
uptodate141fs/ext/file.cif (uptodate)
uptodate87fs/ext2/file.cint bhrequest, uptodate;
uptodate146fs/ext2/file.cuptodate = 1;
uptodate156fs/ext2/file.cuptodate = 0;
uptodate167fs/ext2/file.cif (uptodate)
uptodate185fs/isofs/file.cint uptodate;
uptodate188fs/isofs/file.cuptodate = 1;
uptodate190fs/isofs/file.cuptodate = 0;
uptodate199fs/isofs/file.cif(uptodate) break;
uptodate72fs/minix/file.cint bhrequest, uptodate;
uptodate121fs/minix/file.cuptodate = 1;
uptodate126fs/minix/file.cuptodate = 0;
uptodate135fs/minix/file.cif (uptodate)
uptodate80fs/sysv/file.cint bhrequest, uptodate;
uptodate129fs/sysv/file.cuptodate = 1;
uptodate134fs/sysv/file.cuptodate = 0;
uptodate143fs/sysv/file.cif (uptodate)
uptodate76fs/xiafs/file.cint bhrequest, uptodate;
uptodate120fs/xiafs/file.cuptodate = 1;
uptodate124fs/xiafs/file.cuptodate = 0;
uptodate133fs/xiafs/file.cif (uptodate)
uptodate344include/linux/blk.hvoid ide_end_request(byte uptodate, ide_hwgroup_t *hwgroup);
uptodate348include/linux/blk.hvoid ide_end_request(byte uptodate, ide_hwgroup_t *hwgroup) {
uptodate351include/linux/blk.hstatic void end_request(int uptodate) {
uptodate357include/linux/blk.hif (!uptodate) {
uptodate369include/linux/blk.hmark_buffer_uptodate(bh, uptodate);