Lines Matching defs:nbr_partitions
1080 STp->nbr_partitions = 1; /* This guess will be updated later
1215 if (STp->can_partitions && STp->nbr_partitions < 1) {
1225 STp->nbr_partitions = 1; /* This guess will be updated when necessary */
3324 static int nbr_partitions(struct scsi_tape *STp)
3668 if (mtc.mt_count >= STp->nbr_partitions &&
3669 (STp->nbr_partitions = nbr_partitions(STp)) < 0) {
3673 if (mtc.mt_count >= STp->nbr_partitions) {
3703 STp->nbr_partitions = mtc.mt_count != 0 ? 2 : 1;
4326 tpnt->nbr_partitions = 0;