Home
last modified time | relevance | path

Searched refs:partition_tape (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/scsi/
H A Dscsi_debug.c3643 static int partition_tape(struct sdebug_dev_info *devip, int nbr_partitions, in partition_tape() function
3682 res = partition_tape(devip, in resp_format_medium()
3687 res = partition_tape(devip, devip->tape_nbr_partitions, in resp_format_medium()
3690 res = partition_tape(devip, 1, TAPE_UNITS, 0); in resp_format_medium()
6643 if (partition_tape(devip, 1, TAPE_UNITS, 0) < 0) { in scsi_debug_sdev_configure()
H A Dst.c3420 static int partition_tape(struct scsi_tape *STp, int size) in partition_tape()
3738 i = partition_tape(STp, mtc.mt_count); in st_ioctl()
3407 static int partition_tape(struct scsi_tape *STp, int size) partition_tape() function