Searched refs:ch_checkrange (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/ |
H A D | ch.c | 613 ch_checkrange(scsi_changer *ch, unsigned int type, unsigned int unit) in ch_checkrange() function 680 if (0 != ch_checkrange(ch, pos.cp_type, pos.cp_unit)) { in ch_ioctl() 699 if (0 != ch_checkrange(ch, mv.cm_fromtype, mv.cm_fromunit) || in ch_ioctl() 700 0 != ch_checkrange(ch, mv.cm_totype, mv.cm_tounit )) { in ch_ioctl() 721 if (0 != ch_checkrange(ch, mv.ce_srctype, mv.ce_srcunit ) || in ch_ioctl() 722 0 != ch_checkrange(ch, mv.ce_fdsttype, mv.ce_fdstunit) || in ch_ioctl() 723 0 != ch_checkrange(ch, mv.ce_sdsttype, mv.ce_sdstunit)) { in ch_ioctl() 762 if (0 != ch_checkrange(ch, cge.cge_type, cge.cge_unit)) in ch_ioctl() 845 if (0 != ch_checkrange(ch, csv.csv_type, csv.csv_unit)) { in ch_ioctl()
|
/kernel/linux/linux-6.6/drivers/scsi/ |
H A D | ch.c | 615 ch_checkrange(scsi_changer *ch, unsigned int type, unsigned int unit) in ch_checkrange() function 688 if (0 != ch_checkrange(ch, pos.cp_type, pos.cp_unit)) { in ch_ioctl() 707 if (0 != ch_checkrange(ch, mv.cm_fromtype, mv.cm_fromunit) || in ch_ioctl() 708 0 != ch_checkrange(ch, mv.cm_totype, mv.cm_tounit )) { in ch_ioctl() 729 if (0 != ch_checkrange(ch, mv.ce_srctype, mv.ce_srcunit ) || in ch_ioctl() 730 0 != ch_checkrange(ch, mv.ce_fdsttype, mv.ce_fdstunit) || in ch_ioctl() 731 0 != ch_checkrange(ch, mv.ce_sdsttype, mv.ce_sdstunit)) { in ch_ioctl() 783 if (0 != ch_checkrange(ch, cge.cge_type, cge.cge_unit)) in ch_ioctl() 865 if (0 != ch_checkrange(ch, csv.csv_type, csv.csv_unit)) { in ch_ioctl()
|
Completed in 3 milliseconds