Lines Matching defs:bytes
161 #error "Buffer size should not exceed (2 << 24 - 1) bytes!"
600 int bytes, int direction, int timeout, int retries, int do_wait)
639 DIV_ROUND_UP(bytes, PAGE_SIZE << mdata->page_order);
648 ret = st_scsi_execute(SRpnt, cmd, direction, NULL, bytes, timeout,
784 DEBC_printk(STp, "Flushing %d bytes.\n", transfer);
911 "Can't set default block size to %d bytes "
1133 "Block limits %d - %d bytes.\n",
1829 "bytes unwritten.\n",
1845 "bytes at EOM.\n",
1911 int transfer, blks, bytes;
1929 blks = bytes = count;
1933 bytes = blks * STp->block_size;
1935 bytes = count;
1936 if (!STbp->do_dio && bytes > (STp->buffer)->buffer_size)
1937 bytes = (STp->buffer)->buffer_size;
1938 blks = bytes / STp->block_size;
1939 bytes = blks * STp->block_size;
1953 SRpnt = st_do_scsi(SRpnt, STp, cmd, bytes, DMA_FROM_DEVICE,
1988 transfer = bytes;
2000 bytes - transfer,
2001 bytes);
2007 STbp->buffer_bytes = bytes - transfer;
2042 bytes - transfer * STp->block_size;
2044 "bytes read).\n",
2052 STbp->buffer_bytes = bytes - transfer;
2055 bytes - transfer * STp->block_size;
2058 "bytes read).\n",
2087 STbp->buffer_bytes = bytes;
2375 "%d bytes.\n", STm->default_blksize);
2953 "Setting block size to %d bytes.\n",
3413 DEBC_printk(STp, "Partition page length is %d bytes.\n",
3449 if (size >= 65535 || /* Does not fit into two bytes */
4681 * may use blocks less than 512 bytes this gives the raw byte count of
4732 * bytes written to tape.