Home
last modified time | relevance | path

Searched refs:sg_req_info_t (Results 1 – 2 of 2) sorted by relevance

/linux-6.6.21/include/scsi/
Dsg.h185 } sg_req_info_t; /* 20 bytes long on i386 */ typedef
/linux-6.6.21/drivers/scsi/
Dsg.c207 #define SZ_SG_REQ_INFO sizeof(sg_req_info_t)
857 sg_fill_request_table(Sg_fd *sfp, sg_req_info_t *rinfo) in sg_fill_request_table()
906 if (copy_to_user(o + i, rinfo + i, offsetof(sg_req_info_t, usr_ptr)) || in put_compat_request_table()
1079 sg_req_info_t *rinfo; in sg_ioctl_common()