Home
last modified time | relevance | path

Searched refs:compat_sg_io_hdr (Results 1 – 3 of 3) sorted by relevance

/linux/include/scsi/
H A Dsg.h70 struct compat_sg_io_hdr { struct
71 interface_idcompat_sg_io_hdr global() argument
72 dxfer_directioncompat_sg_io_hdr global() argument
73 cmd_lencompat_sg_io_hdr global() argument
74 mx_sb_lencompat_sg_io_hdr global() argument
75 iovec_countcompat_sg_io_hdr global() argument
76 dxfer_lencompat_sg_io_hdr global() argument
77 dxferpcompat_sg_io_hdr global() argument
79 cmdpcompat_sg_io_hdr global() argument
80 sbpcompat_sg_io_hdr global() argument
81 timeoutcompat_sg_io_hdr global() argument
82 flagscompat_sg_io_hdr global() argument
83 pack_idcompat_sg_io_hdr global() argument
84 usr_ptrcompat_sg_io_hdr global() argument
85 statuscompat_sg_io_hdr global() argument
86 masked_statuscompat_sg_io_hdr global() argument
87 msg_statuscompat_sg_io_hdr global() argument
88 sb_len_wrcompat_sg_io_hdr global() argument
89 host_statuscompat_sg_io_hdr global() argument
90 driver_statuscompat_sg_io_hdr global() argument
91 residcompat_sg_io_hdr global() argument
92 durationcompat_sg_io_hdr global() argument
93 infocompat_sg_io_hdr global() argument
/linux/drivers/scsi/
H A Dscsi_ioctl.c637 struct compat_sg_io_hdr hdr32 = { in put_sg_io_hdr()
679 struct compat_sg_io_hdr hdr32; in get_sg_io_hdr()
H A Dsg.c418 count >= sizeof(struct compat_sg_io_hdr)) { in get_sg_io_pack_id()
419 struct compat_sg_io_hdr __user *hp = buf; in get_sg_io_pack_id()
561 if (count < sizeof(struct compat_sg_io_hdr)) { in sg_new_read()