Searched refs:sg_io_hdr (Results 1 - 9 of 9) sorted by relevance
/kernel/linux/linux-6.6/include/scsi/ |
H A D | scsi_ioctl.h | 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);
|
H A D | sg.h | 40 typedef struct sg_io_hdr struct 270 typedef struct sg_io_hdr Sg_io_hdr;
|
/kernel/linux/linux-5.10/include/scsi/ |
H A D | sg.h | 44 typedef struct sg_io_hdr struct 241 typedef struct sg_io_hdr Sg_io_hdr;
|
/kernel/linux/linux-5.10/block/ |
H A D | scsi_ioctl.c | 221 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()
|
/kernel/linux/linux-6.6/drivers/scsi/ |
H A D | scsi_ioctl.c | 349 struct sg_io_hdr *hdr, bool open_for_write) in scsi_fill_sghdr_rq() 372 static int scsi_complete_sghdr_rq(struct request *rq, struct sg_io_hdr *hdr, in scsi_complete_sghdr_rq() 410 static int sg_io(struct scsi_device *sdev, struct sg_io_hdr *hdr, in sg_io() 617 int put_sg_io_hdr(const struct sg_io_hdr *hdr, void __user *argp) in put_sg_io_hdr() 660 int get_sg_io_hdr(struct sg_io_hdr *hdr, const void __user *argp) in get_sg_io_hdr() 669 *hdr = (struct sg_io_hdr) { in get_sg_io_hdr() 783 struct sg_io_hdr hdr; in scsi_cdrom_send_packet() 838 struct sg_io_hdr hdr; in scsi_ioctl_sg_io()
|
H A D | sg.c | 77 * of sg_io_hdr::cmd_len can only represent 255. All SCSI commands greater 428 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() 726 sfp->cmd_q = 1; /* when sg_io_hdr seen, set command queuing on */ in sg_new_write()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | blkdev.h | 37 struct sg_io_hdr; 948 extern int get_sg_io_hdr(struct sg_io_hdr *hdr, const void __user *argp); 949 extern int put_sg_io_hdr(const struct sg_io_hdr *hdr, void __user *argp);
|
/kernel/linux/linux-5.10/drivers/scsi/ |
H A D | sg.c | 72 * of sg_io_hdr::cmd_len can only represent 255. All SCSI commands greater 428 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() 723 sfp->cmd_q = 1; /* when sg_io_hdr seen, set command queuing on */ in sg_new_write()
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | blkdev.h | 33 struct sg_io_hdr;
|
Completed in 17 milliseconds