Searched refs:sg_io_hdr (Results 1 – 6 of 6) sorted by relevance
23 struct sg_io_hdr;50 int get_sg_io_hdr(struct sg_io_hdr *hdr, const void __user *argp);51 int put_sg_io_hdr(const struct sg_io_hdr *hdr, void __user *argp);
44 typedef struct sg_io_hdr struct274 typedef struct sg_io_hdr Sg_io_hdr;
346 struct sg_io_hdr *hdr, fmode_t mode) in scsi_fill_sghdr_rq()373 static int scsi_complete_sghdr_rq(struct request *rq, struct sg_io_hdr *hdr, in scsi_complete_sghdr_rq()412 struct sg_io_hdr *hdr, fmode_t mode) in sg_io()647 int put_sg_io_hdr(const struct sg_io_hdr *hdr, void __user *argp) in put_sg_io_hdr()690 int get_sg_io_hdr(struct sg_io_hdr *hdr, const void __user *argp) in get_sg_io_hdr()699 *hdr = (struct sg_io_hdr) { in get_sg_io_hdr()813 struct sg_io_hdr hdr; in scsi_cdrom_send_packet()868 struct sg_io_hdr hdr; in scsi_ioctl_sg_io()
429 if (count >= sizeof(struct sg_io_hdr)) { in get_sg_io_pack_id()430 struct sg_io_hdr __user *hp = buf; in get_sg_io_pack_id()
31 It adds the sg_io_hdr interface structure.
25 struct sg_io_hdr;
Completed in 16 milliseconds