taglinefilesource code
uptodate2078drivers/block/floppy.cstatic void request_done(int uptodate)
uptodate2083drivers/block/floppy.creschedule_timeout(MAXTIMEOUT, "request done %d", uptodate);
uptodate2089drivers/block/floppy.cif (uptodate){
uptodate573drivers/block/ide-cd.cstatic void cdrom_end_request (int uptodate, ide_drive_t *drive)
uptodate579drivers/block/ide-cd.cif (!uptodate && rq->bh != 0)
uptodate586drivers/block/ide-cd.cif (rq->cmd == REQUEST_SENSE_COMMAND && uptodate)
uptodate594drivers/block/ide-cd.cide_end_request (uptodate, HWGROUP(drive));
uptodate457drivers/scsi/scsi.hstatic Scsi_Cmnd * end_scsi_request(Scsi_Cmnd * SCpnt, int uptodate, int sectors)
uptodate464drivers/scsi/scsi.hif (!uptodate) {
uptodate475drivers/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)
uptodate183fs/isofs/file.cint uptodate;
uptodate186fs/isofs/file.cuptodate = 1;
uptodate188fs/isofs/file.cuptodate = 0;
uptodate197fs/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)
uptodate78fs/sysv/file.cint bhrequest, uptodate;
uptodate127fs/sysv/file.cuptodate = 1;
uptodate132fs/sysv/file.cuptodate = 0;
uptodate141fs/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)
uptodate340include/linux/blk.hvoid ide_end_request(byte uptodate, ide_hwgroup_t *hwgroup);
uptodate344include/linux/blk.hvoid ide_end_request(byte uptodate, ide_hwgroup_t *hwgroup) {
uptodate347include/linux/blk.hstatic void end_request(int uptodate) {
uptodate353include/linux/blk.hif (!uptodate) {
uptodate365include/linux/blk.hbh->b_uptodate = uptodate;