Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/scsi/targets/
H A Dst.c617 static int st_forward_space_files(struct scsi_tape *un, int64_t files);
15323 rval = st_forward_space_files(un, files); in st_mtfsf_ioctl()
15330 st_forward_space_files(struct scsi_tape *un, int64_t count) in st_forward_space_files() function
15334 ST_FUNC(ST_DEVINFO, st_forward_space_files); in st_forward_space_files()
15729 return (st_forward_space_files(un, files)); in st_mtbsf_ioctl()
15946 rval = st_forward_space_files(un, -count); in st_mtnbsf_ioctl()