tag | line | file | source code |
uptodate | 2076 | drivers/block/floppy.c | static void request_done(int uptodate) |
uptodate | 2081 | drivers/block/floppy.c | reschedule_timeout(MAXTIMEOUT, "request done %d", uptodate); |
uptodate | 2087 | drivers/block/floppy.c | if (uptodate){ |
uptodate | 566 | drivers/block/ide-cd.c | static void cdrom_end_request (int uptodate, ide_drive_t *drive) |
uptodate | 572 | drivers/block/ide-cd.c | if (!uptodate && rq->bh != 0) |
uptodate | 579 | drivers/block/ide-cd.c | if (rq->cmd == REQUEST_SENSE_COMMAND && uptodate) |
uptodate | 587 | drivers/block/ide-cd.c | ide_end_request (uptodate, HWGROUP(drive)); |
uptodate | 741 | drivers/block/ide-tape.c | void idetape_end_request (byte uptodate, ide_hwgroup_t *hwgroup); |
uptodate | 2483 | drivers/block/ide-tape.c | void idetape_end_request (byte uptodate, ide_hwgroup_t *hwgroup) |
uptodate | 2491 | drivers/block/ide-tape.c | rq->errors=!uptodate; /* rq->errors will tell us if the request was successfull */ |
uptodate | 458 | drivers/scsi/scsi.h | static Scsi_Cmnd * end_scsi_request(Scsi_Cmnd * SCpnt, int uptodate, int sectors) |
uptodate | 465 | drivers/scsi/scsi.h | if (!uptodate) { |
uptodate | 476 | 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 | 78 | fs/ext/file.c | int bhrequest, uptodate; |
uptodate | 127 | fs/ext/file.c | uptodate = 1; |
uptodate | 132 | fs/ext/file.c | uptodate = 0; |
uptodate | 141 | fs/ext/file.c | if (uptodate) |
uptodate | 87 | fs/ext2/file.c | int bhrequest, uptodate; |
uptodate | 146 | fs/ext2/file.c | uptodate = 1; |
uptodate | 156 | fs/ext2/file.c | uptodate = 0; |
uptodate | 167 | fs/ext2/file.c | if (uptodate) |
uptodate | 185 | fs/isofs/file.c | int uptodate; |
uptodate | 188 | fs/isofs/file.c | uptodate = 1; |
uptodate | 190 | fs/isofs/file.c | uptodate = 0; |
uptodate | 199 | fs/isofs/file.c | if(uptodate) break; |
uptodate | 72 | fs/minix/file.c | int bhrequest, uptodate; |
uptodate | 121 | fs/minix/file.c | uptodate = 1; |
uptodate | 126 | fs/minix/file.c | uptodate = 0; |
uptodate | 135 | fs/minix/file.c | if (uptodate) |
uptodate | 80 | fs/sysv/file.c | int bhrequest, uptodate; |
uptodate | 129 | fs/sysv/file.c | uptodate = 1; |
uptodate | 134 | fs/sysv/file.c | uptodate = 0; |
uptodate | 143 | fs/sysv/file.c | if (uptodate) |
uptodate | 76 | fs/xiafs/file.c | int bhrequest, uptodate; |
uptodate | 120 | fs/xiafs/file.c | uptodate = 1; |
uptodate | 124 | fs/xiafs/file.c | uptodate = 0; |
uptodate | 133 | fs/xiafs/file.c | if (uptodate) |
uptodate | 344 | include/linux/blk.h | void ide_end_request(byte uptodate, ide_hwgroup_t *hwgroup); |
uptodate | 348 | include/linux/blk.h | void ide_end_request(byte uptodate, ide_hwgroup_t *hwgroup) { |
uptodate | 351 | include/linux/blk.h | static void end_request(int uptodate) { |
uptodate | 357 | include/linux/blk.h | if (!uptodate) { |
uptodate | 369 | include/linux/blk.h | mark_buffer_uptodate(bh, uptodate); |