Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/scsi/targets/
H A Dst.c616 int infront);
15735 st_backward_space_files(struct scsi_tape *un, int64_t count, int infront) in st_backward_space_files() argument
15773 "lgclblkno=%"PRIx64"\n", infront?MTBSF:MTNBSF, count, in st_backward_space_files()
15782 if ((infront == 1) && in st_backward_space_files()
15786 } else if ((infront == 0) && in st_backward_space_files()
15798 infront?MTBSF:MTNBSF, count, un->un_pos.fileno, un->un_pos.blkno); in st_backward_space_files()
15822 if ((infront != 0) && (end_fileno < 0) || in st_backward_space_files()
15823 (infront == 0) && (end_fileno <= 0)) { in st_backward_space_files()
15842 skip_cnt = 1 - infront; in st_backward_space_files()
15861 skip_cnt = end_fileno + infront; in st_backward_space_files()
[all …]