Home
last modified time | relevance | path

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

/linux-4.1.27/include/scsi/
Dsg.h125 } sg_req_info_t; /* 20 bytes long on i386 */ typedef
/linux-4.1.27/fs/
Dcompat_ioctl.c387 sg_req_info_t __user *r; in sg_grt_trans()
388 r = compat_alloc_user_space(sizeof(sg_req_info_t)*SG_MAX_QUEUE); in sg_grt_trans()
396 if (copy_in_user(o + i, r + i, offsetof(sg_req_info_t, usr_ptr)) || in sg_grt_trans()
/linux-4.1.27/drivers/scsi/
Dsg.c219 #define SZ_SG_REQ_INFO sizeof(sg_req_info_t)
1014 sg_req_info_t *rinfo; in sg_ioctl()