iovec_count 326 block/scsi_ioctl.c if (hdr->iovec_count) { iovec_count 331 block/scsi_ioctl.c hdr->dxferp, hdr->iovec_count, iovec_count 674 drivers/scsi/sg.c hp->iovec_count = 0; iovec_count 1711 drivers/scsi/sg.c unsigned int iov_count = hp->iovec_count; iovec_count 99 fs/compat_ioctl.c unsigned short iovec_count; /* [i] 0 implies no scatter gather */ iovec_count 125 fs/compat_ioctl.c static int sg_build_iovec(sg_io_hdr_t __user *sgio, void __user *dxferp, u16 iovec_count) iovec_count 131 fs/compat_ioctl.c for (i = 0; i < iovec_count; i++) { iovec_count 150 fs/compat_ioctl.c u16 iovec_count; iovec_count 161 fs/compat_ioctl.c if (get_user(iovec_count, &sgio32->iovec_count)) iovec_count 167 fs/compat_ioctl.c (iovec_count * sizeof(sg_iovec_t))); iovec_count 185 fs/compat_ioctl.c if (iovec_count) { iovec_count 186 fs/compat_ioctl.c if (sg_build_iovec(sgio, dxferp, iovec_count)) iovec_count 50 include/scsi/sg.h unsigned short iovec_count; /* [i] 0 implies no scatter gather */