ocount             87 drivers/i2c/busses/i2c-diolan-u2c.c 	int ocount;			/* Number of enqueued messages */
ocount            104 drivers/i2c/busses/i2c-diolan-u2c.c 	if (!dev->olen || !dev->ocount)
ocount            112 drivers/i2c/busses/i2c-diolan-u2c.c 		for (i = 0; i < dev->ocount; i++) {
ocount            154 drivers/i2c/busses/i2c-diolan-u2c.c 	dev->ocount = 0;
ocount            169 drivers/i2c/busses/i2c-diolan-u2c.c 	dev->ocount++;
ocount            179 drivers/i2c/busses/i2c-diolan-u2c.c 	dev->ocount++;
ocount            190 drivers/i2c/busses/i2c-diolan-u2c.c 	dev->ocount++;
ocount            723 drivers/scsi/pcmcia/nsp_cs.c 	int	      ocount, res;
ocount            726 drivers/scsi/pcmcia/nsp_cs.c 	ocount = data->FifoCount;
ocount            729 drivers/scsi/pcmcia/nsp_cs.c 		SCpnt, scsi_get_resid(SCpnt), ocount, SCpnt->SCp.ptr,
ocount            742 drivers/scsi/pcmcia/nsp_cs.c 		res = nsp_fifo_count(SCpnt) - ocount;
ocount            784 drivers/scsi/pcmcia/nsp_cs.c 		ocount			 += res;
ocount            801 drivers/scsi/pcmcia/nsp_cs.c 	data->FifoCount = ocount;
ocount            808 drivers/scsi/pcmcia/nsp_cs.c 	nsp_dbg(NSP_DEBUG_DATA_IO, "read ocount=0x%x", ocount);
ocount            822 drivers/scsi/pcmcia/nsp_cs.c 	int           ocount, res;
ocount            825 drivers/scsi/pcmcia/nsp_cs.c 	ocount	 = data->FifoCount;
ocount            840 drivers/scsi/pcmcia/nsp_cs.c 			res = ocount - nsp_fifo_count(SCpnt);
ocount            847 drivers/scsi/pcmcia/nsp_cs.c 			ocount			 -= res;
ocount            852 drivers/scsi/pcmcia/nsp_cs.c 		res = ocount - nsp_fifo_count(SCpnt);
ocount            854 drivers/scsi/pcmcia/nsp_cs.c 			nsp_dbg(NSP_DEBUG_DATA_IO, "wait for all data out. ocount=0x%x res=%d", ocount, res);
ocount            883 drivers/scsi/pcmcia/nsp_cs.c 		ocount			 += res;
ocount            897 drivers/scsi/pcmcia/nsp_cs.c 	data->FifoCount = ocount;
ocount            903 drivers/scsi/pcmcia/nsp_cs.c 	nsp_dbg(NSP_DEBUG_DATA_IO, "write ocount=0x%x", ocount);
ocount           1607 fs/nfs/nfs3xdr.c 	u32 eof, count, ocount, recvd;
ocount           1615 fs/nfs/nfs3xdr.c 	ocount = be32_to_cpup(p++);
ocount           1616 fs/nfs/nfs3xdr.c 	if (unlikely(ocount != count))
ocount           1627 fs/nfs/nfs3xdr.c 		"count %u != ocount %u\n", count, ocount);
ocount            435 fs/xfs/libxfs/xfs_fs.h 	__s32		__user *ocount;	/* output count pointer		*/
ocount            464 fs/xfs/libxfs/xfs_fs.h 	uint32_t	ocount;		/* O: count of entries filled out */
ocount            702 fs/xfs/xfs_file.c 	size_t			ocount = iov_iter_count(from);
ocount            706 fs/xfs/xfs_file.c 	if (ocount == 0)
ocount            754 fs/xfs/xfs_ioctl.c 		.ocount		= 0,
ocount            815 fs/xfs/xfs_ioctl.c 	if (bulkreq.ocount != NULL &&
ocount            816 fs/xfs/xfs_ioctl.c 	    copy_to_user(bulkreq.ocount, &breq.ocount, sizeof(__s32)))
ocount            854 fs/xfs/xfs_ioctl.c 	breq->ocount = 0;
ocount            915 fs/xfs/xfs_ioctl.c 	hdr->ocount = breq->ocount;
ocount            220 fs/xfs/xfs_ioctl32.c 		.ocount		= 0,
ocount            265 fs/xfs/xfs_ioctl32.c 	if (get_user(addr, &p32->ocount))
ocount            267 fs/xfs/xfs_ioctl32.c 	bulkreq.ocount = compat_ptr(addr);
ocount            315 fs/xfs/xfs_ioctl32.c 	if (bulkreq.ocount != NULL &&
ocount            316 fs/xfs/xfs_ioctl32.c 	    copy_to_user(bulkreq.ocount, &breq.ocount, sizeof(__s32)))
ocount             70 fs/xfs/xfs_ioctl32.h 	compat_uptr_t	ocount;		/* output count pointer		*/
ocount            262 fs/xfs/xfs_itable.c 	if (breq->ocount > 0)
ocount            380 fs/xfs/xfs_itable.c 	if (breq->ocount > 0)
ocount             14 fs/xfs/xfs_itable.h 	unsigned int		ocount;   /* number of records returned */
ocount             33 fs/xfs/xfs_itable.h 	breq->ocount++;
ocount             34 fs/xfs/xfs_itable.h 	return breq->ocount == breq->icount ? -ECANCELED : 0;
ocount            104 include/uapi/linux/mroute.h 	unsigned long ocount;	/* Out packets */
ocount            114 include/uapi/linux/mroute6.h 	unsigned long ocount;	/* Out packets */
ocount           1634 net/ipv4/ipmr.c 			vr.ocount = vif->pkt_out;
ocount           1680 net/ipv4/ipmr.c 	compat_ulong_t ocount;
ocount           1709 net/ipv4/ipmr.c 			vr.ocount = vif->pkt_out;
ocount           1873 net/ipv6/ip6mr.c 			vr.ocount = vif->pkt_out;
ocount           1919 net/ipv6/ip6mr.c 	compat_ulong_t ocount;
ocount           1948 net/ipv6/ip6mr.c 			vr.ocount = vif->pkt_out;