Lines Matching defs:nbr_partitions
1079 STp->nbr_partitions = 1; /* This guess will be updated later
1214 if (STp->can_partitions && STp->nbr_partitions < 1) {
1224 STp->nbr_partitions = 1; /* This guess will be updated when necessary */
3324 static int nbr_partitions(struct scsi_tape *STp)
3667 if (mtc.mt_count >= STp->nbr_partitions &&
3668 (STp->nbr_partitions = nbr_partitions(STp)) < 0) {
3672 if (mtc.mt_count >= STp->nbr_partitions) {
3702 STp->nbr_partitions = mtc.mt_count != 0 ? 2 : 1;
4374 tpnt->nbr_partitions = 0;