taglinefilesource code
uptodate1069drivers/block/amiflop.cstatic void request_done(int uptodate)
uptodate1072drivers/block/amiflop.cend_request(uptodate);
uptodate2177drivers/block/floppy.cstatic void request_done(int uptodate)
uptodate2182drivers/block/floppy.creschedule_timeout(MAXTIMEOUT, "request done %d", uptodate);
uptodate2189drivers/block/floppy.cif (uptodate){
uptodate590drivers/block/ide-cd.cstatic void cdrom_end_request (int uptodate, ide_drive_t *drive)
uptodate596drivers/block/ide-cd.cif (!uptodate && rq->bh != 0) {
uptodate602drivers/block/ide-cd.cif (rq->cmd == REQUEST_SENSE_COMMAND && uptodate) {
uptodate612drivers/block/ide-cd.cide_end_request (uptodate, HWGROUP(drive));
uptodate2831drivers/block/ide-tape.cvoid idetape_end_request (byte uptodate, ide_hwgroup_t *hwgroup)
uptodate2848drivers/block/ide-tape.crq->errors=!uptodate;      /* we won't change it. */
uptodate654drivers/block/ide.hvoid idetape_end_request (byte uptodate, ide_hwgroup_t *hwgroup);
uptodate491drivers/scsi/scsi.hstatic Scsi_Cmnd * end_scsi_request(Scsi_Cmnd * SCpnt, int uptodate, int sectors)
uptodate498drivers/scsi/scsi.hif (!uptodate) {
uptodate509drivers/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)
uptodate79fs/ext/file.cint bhrequest, uptodate;
uptodate128fs/ext/file.cuptodate = 1;
uptodate133fs/ext/file.cuptodate = 0;
uptodate142fs/ext/file.cif (uptodate)
uptodate81fs/sysv/file.cint bhrequest, uptodate;
uptodate130fs/sysv/file.cuptodate = 1;
uptodate135fs/sysv/file.cuptodate = 0;
uptodate144fs/sysv/file.cif (uptodate)
uptodate77fs/xiafs/file.cint bhrequest, uptodate;
uptodate121fs/xiafs/file.cuptodate = 1;
uptodate125fs/xiafs/file.cuptodate = 0;
uptodate134fs/xiafs/file.cif (uptodate)
uptodate372include/linux/blk.hvoid ide_end_request(byte uptodate, ide_hwgroup_t *hwgroup);
uptodate376include/linux/blk.hvoid ide_end_request(byte uptodate, ide_hwgroup_t *hwgroup) {
uptodate379include/linux/blk.hstatic void end_request(int uptodate) {
uptodate385include/linux/blk.hif (!uptodate) {
uptodate397include/linux/blk.hmark_buffer_uptodate(bh, uptodate);