Home
last modified time | relevance | path

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

/Linux-v4.19/include/scsi/
Dsg.h126 } sg_req_info_t; /* 20 bytes long on i386 */ typedef
/Linux-v4.19/fs/
Dcompat_ioctl.c362 sg_req_info_t __user *r; in sg_grt_trans()
363 r = compat_alloc_user_space(sizeof(sg_req_info_t)*SG_MAX_QUEUE); in sg_grt_trans()
371 if (copy_in_user(o + i, r + i, offsetof(sg_req_info_t, usr_ptr)) || in sg_grt_trans()
/Linux-v4.19/drivers/scsi/
Dsg.c207 #define SZ_SG_REQ_INFO sizeof(sg_req_info_t)
869 sg_fill_request_table(Sg_fd *sfp, sg_req_info_t *rinfo) in sg_fill_request_table()
1084 sg_req_info_t *rinfo; in sg_ioctl()