Home
last modified time | relevance | path

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

/Linux-v5.10/include/scsi/
Dsg.h44 typedef struct sg_io_hdr struct
241 typedef struct sg_io_hdr Sg_io_hdr;
/Linux-v5.10/block/
Dscsi_ioctl.c221 struct sg_io_hdr *hdr, fmode_t mode) in blk_fill_sghdr_rq()
246 static int blk_complete_sghdr_rq(struct request *rq, struct sg_io_hdr *hdr, in blk_complete_sghdr_rq()
283 struct sg_io_hdr *hdr, fmode_t mode) in sg_io()
548 int put_sg_io_hdr(const struct sg_io_hdr *hdr, void __user *argp) in put_sg_io_hdr()
591 int get_sg_io_hdr(struct sg_io_hdr *hdr, const void __user *argp) in get_sg_io_hdr()
600 *hdr = (struct sg_io_hdr) { in get_sg_io_hdr()
715 struct sg_io_hdr hdr; in scsi_cdrom_send_packet()
804 struct sg_io_hdr hdr; in scsi_cmd_ioctl()
/Linux-v5.10/Documentation/scsi/
Dscsi-generic.rst31 It adds the sg_io_hdr interface structure.
/Linux-v5.10/include/linux/
Dblkdev.h37 struct sg_io_hdr;
929 extern int get_sg_io_hdr(struct sg_io_hdr *hdr, const void __user *argp);
930 extern int put_sg_io_hdr(const struct sg_io_hdr *hdr, void __user *argp);
/Linux-v5.10/drivers/scsi/
Dsg.c428 if (count >= sizeof(struct sg_io_hdr)) { in get_sg_io_pack_id()
429 struct sg_io_hdr __user *hp = buf; in get_sg_io_pack_id()