tag | line | file | source code |
uptodate | 1069 | drivers/block/amiflop.c | static void request_done(int uptodate) |
uptodate | 1072 | drivers/block/amiflop.c | end_request(uptodate); |
uptodate | 2177 | drivers/block/floppy.c | static void request_done(int uptodate) |
uptodate | 2182 | drivers/block/floppy.c | reschedule_timeout(MAXTIMEOUT, "request done %d", uptodate); |
uptodate | 2189 | drivers/block/floppy.c | if (uptodate){ |
uptodate | 590 | drivers/block/ide-cd.c | static void cdrom_end_request (int uptodate, ide_drive_t *drive) |
uptodate | 596 | drivers/block/ide-cd.c | if (!uptodate && rq->bh != 0) { |
uptodate | 602 | drivers/block/ide-cd.c | if (rq->cmd == REQUEST_SENSE_COMMAND && uptodate) { |
uptodate | 612 | drivers/block/ide-cd.c | ide_end_request (uptodate, HWGROUP(drive)); |
uptodate | 2831 | drivers/block/ide-tape.c | void idetape_end_request (byte uptodate, ide_hwgroup_t *hwgroup) |
uptodate | 2848 | drivers/block/ide-tape.c | rq->errors=!uptodate; /* we won't change it. */ |
uptodate | 654 | drivers/block/ide.h | void idetape_end_request (byte uptodate, ide_hwgroup_t *hwgroup); |
uptodate | 491 | drivers/scsi/scsi.h | static Scsi_Cmnd * end_scsi_request(Scsi_Cmnd * SCpnt, int uptodate, int sectors) |
uptodate | 498 | drivers/scsi/scsi.h | if (!uptodate) { |
uptodate | 509 | drivers/scsi/scsi.h | mark_buffer_uptodate(bh, uptodate); |
uptodate | 167 | fs/block_dev.c | int bhrequest, uptodate; |
uptodate | 240 | fs/block_dev.c | uptodate = 1; |
uptodate | 251 | fs/block_dev.c | uptodate = 0; |
uptodate | 260 | fs/block_dev.c | if (uptodate) |
uptodate | 79 | fs/ext/file.c | int bhrequest, uptodate; |
uptodate | 128 | fs/ext/file.c | uptodate = 1; |
uptodate | 133 | fs/ext/file.c | uptodate = 0; |
uptodate | 142 | fs/ext/file.c | if (uptodate) |
uptodate | 81 | fs/sysv/file.c | int bhrequest, uptodate; |
uptodate | 130 | fs/sysv/file.c | uptodate = 1; |
uptodate | 135 | fs/sysv/file.c | uptodate = 0; |
uptodate | 144 | fs/sysv/file.c | if (uptodate) |
uptodate | 77 | fs/xiafs/file.c | int bhrequest, uptodate; |
uptodate | 121 | fs/xiafs/file.c | uptodate = 1; |
uptodate | 125 | fs/xiafs/file.c | uptodate = 0; |
uptodate | 134 | fs/xiafs/file.c | if (uptodate) |
uptodate | 372 | include/linux/blk.h | void ide_end_request(byte uptodate, ide_hwgroup_t *hwgroup); |
uptodate | 376 | include/linux/blk.h | void ide_end_request(byte uptodate, ide_hwgroup_t *hwgroup) { |
uptodate | 379 | include/linux/blk.h | static void end_request(int uptodate) { |
uptodate | 385 | include/linux/blk.h | if (!uptodate) { |
uptodate | 397 | include/linux/blk.h | mark_buffer_uptodate(bh, uptodate); |