Lines Matching defs:count
201 tape_std_mtload(struct tape_device *device, int count)
211 tape_std_mtsetblk(struct tape_device *device, int count)
215 DBF_LH(6, "tape_std_mtsetblk(%d)\n", count);
216 if (count <= 0) {
226 device->char_data.idal_buf->size == count)
230 if (count > MAX_BLOCKSIZE) {
232 count, MAX_BLOCKSIZE);
237 new = idal_buffer_alloc(count, 0);
243 device->char_data.block_size = count;
254 tape_std_mtreset(struct tape_device *device, int count)
262 * MTFSF: Forward space over 'count' file marks. The tape is positioned
286 * MTFSR: Forward space over 'count' tape blocks (blocksize is set
318 * MTBSR: Backward space over 'count' tape blocks.
350 * MTWEOF: Write 'count' file marks at the current position.
373 * MTBSFM: Backward space over 'count' file marks.
398 * MTBSF: Backward space over 'count' file marks. The tape is positioned at
428 * MTFSFM: Forward space over 'count' file marks.
642 tape_std_read_block(struct tape_device *device, size_t count)
686 tape_std_write_block(struct tape_device *device, size_t count)