Home
last modified time | relevance | path

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

/linux/drivers/scsi/
H A Dst.c219 static int find_partition(struct scsi_tape *);
963 STp->partition = find_partition(STp); in reset_state()
1242 if ((STp->partition = find_partition(STp)) < 0) { in check_tape()
3269 (p = find_partition(STp)) >= 0) in set_location()
3296 static int find_partition(struct scsi_tape *STp) in find_partition() function