| tag | line | file | source code |
| uptodate | 270 | drivers/block/blk.h | static void end_request(int uptodate) |
| uptodate | 277 | drivers/block/blk.h | if (!uptodate) { |
| uptodate | 290 | drivers/block/blk.h | bh->b_uptodate = uptodate; |
| uptodate | 291 | drivers/block/blk.h | if (!uptodate) bh->b_req = 0; /* So no "Weird" errors */ |
| uptodate | 433 | drivers/block/floppy.c | void request_done(int uptodate) |
| uptodate | 438 | drivers/block/floppy.c | end_request(uptodate); |
| uptodate | 440 | drivers/block/floppy.c | format_status = uptodate ? FORMAT_OKAY : FORMAT_ERROR; |
| uptodate | 505 | drivers/scsi/scsi.h | static void end_scsi_request(Scsi_Cmnd * SCpnt, int uptodate, int sectors) |
| uptodate | 512 | drivers/scsi/scsi.h | if (!uptodate) { |
| uptodate | 523 | drivers/scsi/scsi.h | bh->b_uptodate = uptodate; |
| uptodate | 131 | fs/block_dev.c | int bhrequest, uptodate; |
| uptodate | 197 | fs/block_dev.c | uptodate = 1; |
| uptodate | 208 | fs/block_dev.c | uptodate = 0; |
| uptodate | 217 | 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 | 80 | fs/ext2/file.c | int bhrequest, uptodate; |
| uptodate | 138 | fs/ext2/file.c | uptodate = 1; |
| uptodate | 148 | fs/ext2/file.c | uptodate = 0; |
| uptodate | 159 | fs/ext2/file.c | if (uptodate) |
| uptodate | 167 | fs/isofs/file.c | int uptodate; |
| uptodate | 170 | fs/isofs/file.c | uptodate = 1; |
| uptodate | 172 | fs/isofs/file.c | uptodate = 0; |
| uptodate | 181 | fs/isofs/file.c | if(uptodate) break; |
| uptodate | 70 | fs/minix/file.c | int bhrequest, uptodate; |
| uptodate | 119 | fs/minix/file.c | uptodate = 1; |
| uptodate | 124 | fs/minix/file.c | uptodate = 0; |
| uptodate | 133 | fs/minix/file.c | if (uptodate) |
| uptodate | 114 | fs/sysv/file.c | int bhrequest, bhreqi, uptodate; |
| uptodate | 166 | fs/sysv/file.c | uptodate = 1; |
| uptodate | 171 | fs/sysv/file.c | uptodate = 0; |
| uptodate | 185 | fs/sysv/file.c | if (uptodate) |
| uptodate | 74 | fs/xiafs/file.c | int bhrequest, uptodate; |
| uptodate | 118 | fs/xiafs/file.c | uptodate = 1; |
| uptodate | 122 | fs/xiafs/file.c | uptodate = 0; |
| uptodate | 131 | fs/xiafs/file.c | if (uptodate) |