Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/scsi/
Dst.h159 int nbr_partitions; /* zero until partition support enabled */ member
Dst.c1073 STp->nbr_partitions = 1; /* This guess will be updated later in check_tape()
1208 if (STp->can_partitions && STp->nbr_partitions < 1) { in check_tape()
1218 STp->nbr_partitions = 1; /* This guess will be updated when necessary */ in check_tape()
3311 static int nbr_partitions(struct scsi_tape *STp) in nbr_partitions() function
3654 if (mtc.mt_count >= STp->nbr_partitions && in st_ioctl()
3655 (STp->nbr_partitions = nbr_partitions(STp)) < 0) { in st_ioctl()
3659 if (mtc.mt_count >= STp->nbr_partitions) { in st_ioctl()
3689 STp->nbr_partitions = mtc.mt_count != 0 ? 2 : 1; in st_ioctl()
4339 tpnt->nbr_partitions = 0; in st_probe()