Searched refs:get_sg_io_hdr (Results 1 – 3 of 3) sorted by relevance
50 int get_sg_io_hdr(struct sg_io_hdr *hdr, const void __user *argp);
673 int get_sg_io_hdr(struct sg_io_hdr *hdr, const void __user *argp) in get_sg_io_hdr() function716 EXPORT_SYMBOL(get_sg_io_hdr);854 error = get_sg_io_hdr(&hdr, argp); in scsi_ioctl_sg_io()
734 if (get_sg_io_hdr(hp, buf)) { in sg_new_write()