Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dst.c616 int infront);
15737 st_backward_space_files(struct scsi_tape *un, int64_t count, int infront) in st_backward_space_files() argument
15775 "lgclblkno=%"PRIx64"\n", infront?MTBSF:MTNBSF, count, in st_backward_space_files()
15784 if ((infront == 1) && in st_backward_space_files()
15788 } else if ((infront == 0) && in st_backward_space_files()
15800 infront?MTBSF:MTNBSF, count, un->un_pos.fileno, un->un_pos.blkno); in st_backward_space_files()
15824 if ((infront != 0) && (end_fileno < 0) || in st_backward_space_files()
15825 (infront == 0) && (end_fileno <= 0)) { in st_backward_space_files()
15844 skip_cnt = 1 - infront; in st_backward_space_files()
15863 skip_cnt = end_fileno + infront; in st_backward_space_files()
[all …]