SZ_SG_IO_HDR 443 drivers/scsi/sg.c if (count >= SZ_SG_IO_HDR) { SZ_SG_IO_HDR 445 drivers/scsi/sg.c new_hdr = kmalloc(SZ_SG_IO_HDR, GFP_KERNEL); SZ_SG_IO_HDR 451 drivers/scsi/sg.c (new_hdr, buf, SZ_SG_IO_HDR); SZ_SG_IO_HDR 571 drivers/scsi/sg.c if (count < SZ_SG_IO_HDR) { SZ_SG_IO_HDR 592 drivers/scsi/sg.c if (copy_to_user(buf, hp, SZ_SG_IO_HDR)) { SZ_SG_IO_HDR 727 drivers/scsi/sg.c if (count < SZ_SG_IO_HDR) SZ_SG_IO_HDR 740 drivers/scsi/sg.c if (__copy_from_user(hp, buf, SZ_SG_IO_HDR)) { SZ_SG_IO_HDR 924 drivers/scsi/sg.c if (!access_ok(p, SZ_SG_IO_HDR)) SZ_SG_IO_HDR 926 drivers/scsi/sg.c result = sg_new_write(sfp, filp, p, SZ_SG_IO_HDR, SZ_SG_IO_HDR 938 drivers/scsi/sg.c result = sg_new_read(sfp, p, SZ_SG_IO_HDR, srp);