tag | line | file | source code |
uptodate | 223 | drivers/block/blk.h | static void end_request(int uptodate) |
uptodate | 230 | drivers/block/blk.h | if (!uptodate) { |
uptodate | 243 | drivers/block/blk.h | bh->b_uptodate = uptodate; |
uptodate | 244 | drivers/block/blk.h | if (!uptodate) bh->b_req = 0; /* So no "Weird" errors */ |
uptodate | 1671 | drivers/block/floppy.c | static void request_done(int uptodate) |
uptodate | 1683 | drivers/block/floppy.c | if (uptodate){ |
uptodate | 518 | drivers/scsi/scsi.h | static void end_scsi_request(Scsi_Cmnd * SCpnt, int uptodate, int sectors) |
uptodate | 525 | drivers/scsi/scsi.h | if (!uptodate) { |
uptodate | 536 | drivers/scsi/scsi.h | bh->b_uptodate = uptodate; |
uptodate | 161 | fs/block_dev.c | int bhrequest, uptodate; |
uptodate | 228 | fs/block_dev.c | uptodate = 1; |
uptodate | 239 | fs/block_dev.c | uptodate = 0; |
uptodate | 248 | 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 | 84 | fs/ext2/file.c | int bhrequest, uptodate; |
uptodate | 142 | fs/ext2/file.c | uptodate = 1; |
uptodate | 152 | fs/ext2/file.c | uptodate = 0; |
uptodate | 163 | fs/ext2/file.c | if (uptodate) |
uptodate | 172 | fs/isofs/file.c | int uptodate; |
uptodate | 175 | fs/isofs/file.c | uptodate = 1; |
uptodate | 177 | fs/isofs/file.c | uptodate = 0; |
uptodate | 186 | 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) |