/drivers/ide/ |
D | ide-cd.c | 527 int dma_error = 0, dma, thislen, uptodate = 0; in cdrom_newpc_intr() local 566 uptodate = 1; in cdrom_newpc_intr() 586 uptodate = 1; in cdrom_newpc_intr() 593 uptodate = 0; in cdrom_newpc_intr() 598 uptodate = cmd->nleft ? 0 : 1; in cdrom_newpc_intr() 604 if (!(stat & ATA_ERR) && !uptodate && thislen) { in cdrom_newpc_intr() 606 uptodate = cmd->nleft ? 0 : 1; in cdrom_newpc_intr() 609 if (!uptodate) in cdrom_newpc_intr() 671 if (sense && uptodate) in cdrom_newpc_intr() 676 uptodate = 1; in cdrom_newpc_intr() [all …]
|
D | ide-floppy.c | 67 int uptodate = pc->error ? 0 : 1; in ide_floppy_callback() local 76 uptodate = 1; /* FIXME */ in ide_floppy_callback() 101 rq->errors = uptodate ? 0 : IDE_DRV_ERROR_GENERAL; in ide_floppy_callback() 103 return uptodate; in ide_floppy_callback()
|
D | ide-atapi.c | 429 int uptodate, error; in ide_pc_intr() local 475 uptodate = drive->pc_callback(drive, dsc); in ide_pc_intr() 477 if (uptodate == 0) in ide_pc_intr() 485 if (rq->cmd_type != REQ_TYPE_FS && uptodate <= 0) { in ide_pc_intr() 490 error = uptodate ? 0 : -EIO; in ide_pc_intr()
|
D | ide-tape.c | 331 int uptodate = pc->error ? 0 : 1; in ide_tape_callback() local 332 int err = uptodate ? 0 : IDE_DRV_ERROR_GENERAL; in ide_tape_callback() 344 if (uptodate) in ide_tape_callback() 365 uptodate = 0; in ide_tape_callback() 371 return uptodate; in ide_tape_callback()
|
/drivers/staging/lustre/lustre/llite/ |
D | vvp_page.c | 198 int uptodate) in vvp_page_export() argument 204 if (uptodate) in vvp_page_export()
|
D | vvp_dev.c | 422 seq_page_flag(seq, vmpage, uptodate, has_flags); in vvp_pgcache_page_show()
|
/drivers/md/ |
D | raid5.h | 265 int locked, uptodate, to_read, to_write, failed, written; member
|
D | raid1.c | 320 int uptodate = !bio->bi_error; in raid1_end_read_request() local 331 if (uptodate) in raid1_end_read_request() 343 uptodate = 1; in raid1_end_read_request() 347 if (uptodate) { in raid1_end_read_request() 1736 int uptodate = !bio->bi_error; in end_sync_write() local 1746 if (!uptodate) { in end_sync_write() 1782 md_done_sync(mddev, s, uptodate); in end_sync_write()
|
D | raid5.c | 3386 if ((s->uptodate == disks - 1) && in fetch_block() 3407 s->uptodate++; in fetch_block() 3409 } else if (s->uptodate == disks-2 && s->failed >= 2) { in fetch_block() 3431 s->uptodate += 2; in fetch_block() 3722 BUG_ON(s->uptodate != disks); in handle_parity_checks5() 3726 s->uptodate--; in handle_parity_checks5() 3742 BUG_ON(s->uptodate != disks); in handle_parity_checks5() 3784 s->uptodate++; in handle_parity_checks5() 3843 s->uptodate--; in handle_parity_checks6() 3949 s->uptodate++; in handle_parity_checks6() [all …]
|
D | bitmap.c | 314 static void end_bitmap_write(struct buffer_head *bh, int uptodate) in end_bitmap_write() argument 318 if (!uptodate) in end_bitmap_write()
|
D | raid10.c | 364 int uptodate = !bio->bi_error; in raid10_end_read_request() local 378 if (uptodate) { in raid10_end_read_request() 397 uptodate = 1; in raid10_end_read_request() 399 if (uptodate) { in raid10_end_read_request()
|
/drivers/staging/lustre/lustre/include/ |
D | cl_object.h | 891 const struct cl_page_slice *slice, int uptodate); 2873 struct cl_page *pg, int uptodate);
|
/drivers/staging/lustre/lustre/obdclass/ |
D | cl_page.c | 1117 void cl_page_export(const struct lu_env *env, struct cl_page *pg, int uptodate) in cl_page_export() argument 1122 const struct cl_page_slice *, int), uptodate); in cl_page_export()
|
/drivers/target/ |
D | target_core_pscsi.c | 1073 static void pscsi_req_done(struct request *req, int uptodate) in pscsi_req_done() argument
|
/drivers/block/ |
D | floppy.c | 2230 static void request_done(int uptodate) in request_done() argument 2239 snprintf(msg, sizeof(msg), "request done %d", uptodate); in request_done() 2249 if (uptodate) { in request_done()
|
/drivers/scsi/ |
D | sg.c | 192 static void sg_rq_end_io(struct request *rq, int uptodate); 1347 sg_rq_end_io(struct request *rq, int uptodate) in sg_rq_end_io() argument
|
D | scsi_error.c | 1951 static void eh_lock_door_done(struct request *req, int uptodate) in eh_lock_door_done() argument
|
D | st.c | 514 static void st_scsi_execute_end(struct request *req, int uptodate) in st_scsi_execute_end() argument
|