Searched refs:ocount (Results 1 – 14 of 14) sorted by relevance
/Linux-v5.4/fs/xfs/ |
D | xfs_itable.h | 14 unsigned int ocount; /* number of records returned */ member 33 breq->ocount++; in xfs_ibulk_advance() 34 return breq->ocount == breq->icount ? -ECANCELED : 0; in xfs_ibulk_advance()
|
D | xfs_ioctl32.c | 220 .ocount = 0, in xfs_compat_ioc_fsbulkstat() 265 if (get_user(addr, &p32->ocount)) in xfs_compat_ioc_fsbulkstat() 267 bulkreq.ocount = compat_ptr(addr); in xfs_compat_ioc_fsbulkstat() 315 if (bulkreq.ocount != NULL && in xfs_compat_ioc_fsbulkstat() 316 copy_to_user(bulkreq.ocount, &breq.ocount, sizeof(__s32))) in xfs_compat_ioc_fsbulkstat()
|
D | xfs_itable.c | 262 if (breq->ocount > 0) in xfs_bulkstat() 380 if (breq->ocount > 0) in xfs_inumbers()
|
D | xfs_ioctl.c | 752 .ocount = 0, in xfs_ioc_fsbulkstat() 813 if (bulkreq.ocount != NULL && in xfs_ioc_fsbulkstat() 814 copy_to_user(bulkreq.ocount, &breq.ocount, sizeof(__s32))) in xfs_ioc_fsbulkstat() 852 breq->ocount = 0; in xfs_bulk_ireq_setup() 913 hdr->ocount = breq->ocount; in xfs_bulk_ireq_teardown()
|
D | xfs_ioctl32.h | 70 compat_uptr_t ocount; /* output count pointer */ member
|
D | xfs_file.c | 702 size_t ocount = iov_iter_count(from); in xfs_file_write_iter() local 706 if (ocount == 0) in xfs_file_write_iter()
|
/Linux-v5.4/drivers/i2c/busses/ |
D | i2c-diolan-u2c.c | 87 int ocount; /* Number of enqueued messages */ member 104 if (!dev->olen || !dev->ocount) in diolan_usb_transfer() 112 for (i = 0; i < dev->ocount; i++) { in diolan_usb_transfer() 154 dev->ocount = 0; in diolan_usb_transfer() 169 dev->ocount++; in diolan_usb_cmd() 179 dev->ocount++; in diolan_usb_cmd_data() 190 dev->ocount++; in diolan_usb_cmd_data2()
|
/Linux-v5.4/drivers/scsi/pcmcia/ |
D | nsp_cs.c | 723 int ocount, res; in nsp_pio_read() local 726 ocount = data->FifoCount; in nsp_pio_read() 729 SCpnt, scsi_get_resid(SCpnt), ocount, SCpnt->SCp.ptr, in nsp_pio_read() 742 res = nsp_fifo_count(SCpnt) - ocount; in nsp_pio_read() 784 ocount += res; in nsp_pio_read() 801 data->FifoCount = ocount; in nsp_pio_read() 808 nsp_dbg(NSP_DEBUG_DATA_IO, "read ocount=0x%x", ocount); in nsp_pio_read() 822 int ocount, res; in nsp_pio_write() local 825 ocount = data->FifoCount; in nsp_pio_write() 840 res = ocount - nsp_fifo_count(SCpnt); in nsp_pio_write() [all …]
|
/Linux-v5.4/include/uapi/linux/ |
D | mroute6.h | 114 unsigned long ocount; /* Out packets */ member
|
D | mroute.h | 104 unsigned long ocount; /* Out packets */ member
|
/Linux-v5.4/fs/xfs/libxfs/ |
D | xfs_fs.h | 435 __s32 __user *ocount; /* output count pointer */ member 464 uint32_t ocount; /* O: count of entries filled out */ member
|
/Linux-v5.4/fs/nfs/ |
D | nfs3xdr.c | 1607 u32 eof, count, ocount, recvd; in decode_read3resok() local 1615 ocount = be32_to_cpup(p++); in decode_read3resok() 1616 if (unlikely(ocount != count)) in decode_read3resok() 1627 "count %u != ocount %u\n", count, ocount); in decode_read3resok()
|
/Linux-v5.4/net/ipv6/ |
D | ip6mr.c | 1873 vr.ocount = vif->pkt_out; in ip6mr_ioctl() 1919 compat_ulong_t ocount; member 1948 vr.ocount = vif->pkt_out; in ip6mr_compat_ioctl()
|
/Linux-v5.4/net/ipv4/ |
D | ipmr.c | 1634 vr.ocount = vif->pkt_out; in ipmr_ioctl() 1680 compat_ulong_t ocount; member 1709 vr.ocount = vif->pkt_out; in ipmr_compat_ioctl()
|