Searched refs:hdr32 (Results 1 – 1 of 1) sorted by relevance
/block/ |
D | scsi_ioctl.c | 552 struct compat_sg_io_hdr hdr32 = { in put_sg_io_hdr() local 577 if (copy_to_user(argp, &hdr32, sizeof(hdr32))) in put_sg_io_hdr() 594 struct compat_sg_io_hdr hdr32; in get_sg_io_hdr() local 597 if (copy_from_user(&hdr32, argp, sizeof(hdr32))) in get_sg_io_hdr() 601 .interface_id = hdr32.interface_id, in get_sg_io_hdr() 602 .dxfer_direction = hdr32.dxfer_direction, in get_sg_io_hdr() 603 .cmd_len = hdr32.cmd_len, in get_sg_io_hdr() 604 .mx_sb_len = hdr32.mx_sb_len, in get_sg_io_hdr() 605 .iovec_count = hdr32.iovec_count, in get_sg_io_hdr() 606 .dxfer_len = hdr32.dxfer_len, in get_sg_io_hdr() [all …]
|