Home
last modified time | relevance | path

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

/Linux-v5.4/include/scsi/
Dsg.h126 } sg_req_info_t; /* 20 bytes long on i386 */ typedef
/Linux-v5.4/fs/
Dcompat_ioctl.c254 sg_req_info_t __user *r; in sg_grt_trans()
255 r = compat_alloc_user_space(sizeof(sg_req_info_t)*SG_MAX_QUEUE); in sg_grt_trans()
263 if (copy_in_user(o + i, r + i, offsetof(sg_req_info_t, usr_ptr)) || in sg_grt_trans()
/Linux-v5.4/drivers/scsi/
Dsg.c202 #define SZ_SG_REQ_INFO sizeof(sg_req_info_t)
864 sg_fill_request_table(Sg_fd *sfp, sg_req_info_t *rinfo) in sg_fill_request_table()
1079 sg_req_info_t *rinfo; in sg_ioctl()