Searched refs:ocount (Results 1 – 11 of 11) sorted by relevance
/linux/drivers/i2c/busses/ |
H A D | i2c-diolan-u2c.c | 85 int ocount; /* Number of enqueued messages */ member 102 if (!dev->olen || !dev->ocount) in diolan_usb_transfer() 110 for (i = 0; i < dev->ocount; i++) { in diolan_usb_transfer() 152 dev->ocount = 0; in diolan_usb_transfer() 167 dev->ocount++; in diolan_usb_cmd() 177 dev->ocount++; in diolan_usb_cmd_data() 188 dev->ocount++; in diolan_usb_cmd_data2()
|
/linux/drivers/scsi/pcmcia/ |
H A D | nsp_cs.c | 722 int ocount, res; in nsp_pio_read() local 725 ocount = data->FifoCount; in nsp_pio_read() 728 SCpnt, scsi_get_resid(SCpnt), ocount, scsi_pointer->ptr, in nsp_pio_read() 742 res = nsp_fifo_count(SCpnt) - ocount; in nsp_pio_read() 785 ocount += res; in nsp_pio_read() 803 data->FifoCount = ocount; in nsp_pio_read() 810 nsp_dbg(NSP_DEBUG_DATA_IO, "read ocount=0x%x", ocount); in nsp_pio_read() 825 int ocount, res; in nsp_pio_write() local 828 ocount = data->FifoCount; in nsp_pio_write() 844 res = ocount - nsp_fifo_count(SCpnt); in nsp_pio_write() [all …]
|
/linux/fs/xfs/ |
H A D | xfs_ioctl.c | 86 .ocount = 0, in xfs_ioc_fsbulkstat() 147 if (bulkreq.ocount != NULL && in xfs_ioc_fsbulkstat() 148 copy_to_user(bulkreq.ocount, &breq.ocount, sizeof(__s32))) in xfs_ioc_fsbulkstat() 186 breq->ocount = 0; in xfs_bulk_ireq_setup() 254 hdr->ocount = breq->ocount; in xfs_bulk_ireq_teardown()
|
H A D | xfs_ioctl32.h | 68 compat_uptr_t ocount; /* output count pointer */ member
|
H A D | xfs_file.c | 842 size_t ocount = iov_iter_count(from); in xfs_file_write_iter() local 846 if (ocount == 0) in xfs_file_write_iter() 862 if (ocount != ip->i_mount->m_sb.sb_blocksize) in xfs_file_write_iter()
|
/linux/include/uapi/linux/ |
H A D | mroute6.h | 114 unsigned long ocount; /* Out packets */ member
|
H A D | mroute.h | 104 unsigned long ocount; /* Out packets */ member
|
/linux/fs/xfs/libxfs/ |
H A D | xfs_fs.h | 440 __s32 __user *ocount; /* output count pointer */ member 469 uint32_t ocount; /* O: count of entries filled out */ member
|
/linux/fs/nfs/ |
H A D | nfs3xdr.c | 1605 u32 eof, count, ocount, recvd; in decode_read3resok() local 1613 ocount = be32_to_cpup(p++); in decode_read3resok() 1614 if (unlikely(ocount != count)) in decode_read3resok() 1625 "count %u != ocount %u\n", count, ocount); in decode_read3resok()
|
/linux/net/ipv6/ |
H A D | ip6mr.c | 1933 vr->ocount = READ_ONCE(vif->pkt_out); in ip6mr_ioctl() 1973 compat_ulong_t ocount; member 2002 vr.ocount = READ_ONCE(vif->pkt_out); in ip6mr_compat_ioctl()
|
/linux/net/ipv4/ |
H A D | ipmr.c | 1669 vr->ocount = READ_ONCE(vif->pkt_out); in ipmr_ioctl() 1709 compat_ulong_t ocount; member 1738 vr.ocount = READ_ONCE(vif->pkt_out); in ipmr_compat_ioctl()
|