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 | 826 | drivers/block/ide-tape.c | void idetape_end_request (byte uptodate, ide_hwgroup_t *hwgroup); |
uptodate | 2754 | drivers/block/ide-tape.c | void idetape_end_request (byte uptodate, ide_hwgroup_t *hwgroup) |
uptodate | 2770 | drivers/block/ide-tape.c | rq->errors=!uptodate; /* we won't change it. */ |
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 | 1102 | fs/buffer.c | page->uptodate = 1; |
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 | 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); |
uptodate | 113 | include/linux/mm.h | uptodate:1, |
uptodate | 142 | mm/filemap.c | if (!page->uptodate) |
uptodate | 164 | mm/filemap.c | if (!page->uptodate) |
uptodate | 170 | mm/filemap.c | page->uptodate = 0; |
uptodate | 176 | mm/filemap.c | page->uptodate = 1; |
uptodate | 256 | mm/filemap.c | page->uptodate = 0; |
uptodate | 272 | mm/filemap.c | if (!page->uptodate) { |
uptodate | 274 | mm/filemap.c | if (!page->uptodate) |