Searched refs:st_change_block_size (Results 1 – 1 of 1) sorted by relevance
564 static int st_change_block_size(struct scsi_tape *un, uint32_t nblksz);2338 rval = st_change_block_size(un, 0); in st_get_conf_from_tape_drive()2354 rval = st_change_block_size(un, 0); in st_get_conf_from_tape_drive()6128 if (st_change_block_size(un, (uint32_t)mtop->mt_count) != 0) { in st_do_mtioctop()7043 if (st_change_block_size(un, 0) != 0) { in st_determine_generic()7051 } else if (st_change_block_size(un, 0) == 0) { in st_determine_generic()7190 if (st_change_block_size(un, 0) == 0) { in st_determine_generic()8528 st_change_block_size(struct scsi_tape *un, uint32_t nblksz) in st_change_block_size() function8534 ST_FUNC(ST_DEVINFO, st_change_block_size); in st_change_block_size()