Searched refs:nbr_partitions (Results 1 - 8 of 8) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/scsi/
H A Dst.h135 int nbr_partitions; /* zero until partition support enabled */ member in struct:scsi_tape
H A Dosst.h559 int nbr_partitions; /* zero until partition support enabled */ member in struct:osst_tape
H A Dst.c1012 STp->nbr_partitions = 1; /* This guess will be updated later
1140 if (STp->can_partitions && STp->nbr_partitions < 1) {
1151 STp->nbr_partitions = 1; /* This guess will be updated when necessary */
3209 static int nbr_partitions(struct scsi_tape *STp)
3468 if (mtc.mt_count >= STp->nbr_partitions &&
3469 (STp->nbr_partitions = nbr_partitions(STp)) < 0) {
3473 if (mtc.mt_count >= STp->nbr_partitions) {
3498 STp->nbr_partitions = 1; /* Bad guess ?-) */
4099 tpnt->nbr_partitions
3195 static int nbr_partitions(struct scsi_tape *STp) function
[all...]
H A Dosst.c4597 STp->nbr_partitions = 1; /* This guess will be updated later if necessary */
4706 STp->nbr_partitions = 1; /* This guess will be updated later if necessary */
5107 if (mtc.mt_count >= STp->nbr_partitions)
5132 STp->nbr_partitions = 1; /* Bad guess ?-) */
5919 tpnt->nbr_partitions = 0;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/scsi/
H A Dst.h135 int nbr_partitions; /* zero until partition support enabled */ member in struct:scsi_tape
H A Dosst.h559 int nbr_partitions; /* zero until partition support enabled */ member in struct:osst_tape
H A Dst.c1012 STp->nbr_partitions = 1; /* This guess will be updated later
1140 if (STp->can_partitions && STp->nbr_partitions < 1) {
1151 STp->nbr_partitions = 1; /* This guess will be updated when necessary */
3209 static int nbr_partitions(struct scsi_tape *STp)
3468 if (mtc.mt_count >= STp->nbr_partitions &&
3469 (STp->nbr_partitions = nbr_partitions(STp)) < 0) {
3473 if (mtc.mt_count >= STp->nbr_partitions) {
3498 STp->nbr_partitions = 1; /* Bad guess ?-) */
4099 tpnt->nbr_partitions
3195 static int nbr_partitions(struct scsi_tape *STp) function
[all...]
H A Dosst.c4597 STp->nbr_partitions = 1; /* This guess will be updated later if necessary */
4706 STp->nbr_partitions = 1; /* This guess will be updated later if necessary */
5107 if (mtc.mt_count >= STp->nbr_partitions)
5132 STp->nbr_partitions = 1; /* Bad guess ?-) */
5919 tpnt->nbr_partitions = 0;

Completed in 207 milliseconds