Lines Matching defs:size
370 * last 75 2K sectors, we decrease the saved size
435 scmd_printk(KERN_ERR, SCpnt, "bad sector size %d\n", s_size);
456 int i, size = 0, sg_count = scsi_sg_count(SCpnt);
459 size += sg->length;
461 if (size != scsi_bufflen(SCpnt)) {
464 size, scsi_bufflen(SCpnt));
465 if (scsi_bufflen(SCpnt) > size)
466 SCpnt->sdb.length = size;
850 * READ_CAPACITY doesn't return the correct size on
879 "unsupported sector size %d.", sector_size);