tag | line | file | source code |
uptodate | 284 | drivers/block/blk.h | static void end_request(byte uptodate, byte hwif) { |
uptodate | 287 | drivers/block/blk.h | static void end_request(int uptodate) { |
uptodate | 293 | drivers/block/blk.h | if (!uptodate) { |
uptodate | 305 | drivers/block/blk.h | bh->b_uptodate = uptodate; |
uptodate | 306 | drivers/block/blk.h | if (!uptodate) bh->b_req = 0; /* So no "Weird" errors */ |
uptodate | 1931 | drivers/block/floppy.c | static void request_done(int uptodate) |
uptodate | 1942 | drivers/block/floppy.c | if (uptodate){ |
uptodate | 161 | drivers/block/ide-cd.c | static void cdrom_end_request (int uptodate, ide_dev_t *dev) |
uptodate | 167 | drivers/block/ide-cd.c | if (!uptodate && rq->bh != 0) |
uptodate | 174 | drivers/block/ide-cd.c | end_request (uptodate, dev->hwif); |
uptodate | 545 | drivers/scsi/scsi.h | static Scsi_Cmnd * end_scsi_request(Scsi_Cmnd * SCpnt, int uptodate, int sectors) |
uptodate | 552 | drivers/scsi/scsi.h | if (!uptodate) { |
uptodate | 563 | drivers/scsi/scsi.h | bh->b_uptodate = uptodate; |
uptodate | 167 | fs/block_dev.c | int bhrequest, uptodate; |
uptodate | 237 | fs/block_dev.c | uptodate = 1; |
uptodate | 248 | fs/block_dev.c | uptodate = 0; |
uptodate | 257 | fs/block_dev.c | if (uptodate) |
uptodate | 76 | fs/ext/file.c | int bhrequest, uptodate; |
uptodate | 125 | fs/ext/file.c | uptodate = 1; |
uptodate | 130 | fs/ext/file.c | uptodate = 0; |
uptodate | 139 | fs/ext/file.c | if (uptodate) |
uptodate | 85 | fs/ext2/file.c | int bhrequest, uptodate; |
uptodate | 143 | fs/ext2/file.c | uptodate = 1; |
uptodate | 153 | fs/ext2/file.c | uptodate = 0; |
uptodate | 164 | fs/ext2/file.c | if (uptodate) |
uptodate | 189 | fs/isofs/file.c | int uptodate; |
uptodate | 192 | fs/isofs/file.c | uptodate = 1; |
uptodate | 194 | fs/isofs/file.c | uptodate = 0; |
uptodate | 203 | fs/isofs/file.c | if(uptodate) break; |
uptodate | 74 | fs/minix/file.c | int bhrequest, uptodate; |
uptodate | 123 | fs/minix/file.c | uptodate = 1; |
uptodate | 128 | fs/minix/file.c | uptodate = 0; |
uptodate | 137 | fs/minix/file.c | if (uptodate) |
uptodate | 82 | fs/sysv/file.c | int bhrequest, uptodate; |
uptodate | 131 | fs/sysv/file.c | uptodate = 1; |
uptodate | 136 | fs/sysv/file.c | uptodate = 0; |
uptodate | 145 | fs/sysv/file.c | if (uptodate) |
uptodate | 78 | fs/xiafs/file.c | int bhrequest, uptodate; |
uptodate | 122 | fs/xiafs/file.c | uptodate = 1; |
uptodate | 126 | fs/xiafs/file.c | uptodate = 0; |
uptodate | 135 | fs/xiafs/file.c | if (uptodate) |