Searched refs:ocount (Results 1 – 14 of 14) sorted by relevance
/Linux-v6.1/fs/xfs/ |
D | xfs_itable.h | 15 unsigned int ocount; /* number of records returned */ member 37 breq->ocount++; in xfs_ibulk_advance() 38 return breq->ocount == breq->icount ? -ECANCELED : 0; in xfs_ibulk_advance()
|
D | xfs_ioctl32.c | 208 .ocount = 0, in xfs_compat_ioc_fsbulkstat() 253 if (get_user(addr, &p32->ocount)) in xfs_compat_ioc_fsbulkstat() 255 bulkreq.ocount = compat_ptr(addr); in xfs_compat_ioc_fsbulkstat() 303 if (bulkreq.ocount != NULL && in xfs_compat_ioc_fsbulkstat() 304 copy_to_user(bulkreq.ocount, &breq.ocount, sizeof(__s32))) in xfs_compat_ioc_fsbulkstat()
|
D | xfs_itable.c | 310 if (breq->ocount > 0) in xfs_bulkstat() 439 if (breq->ocount > 0) in xfs_inumbers()
|
D | xfs_ioctl.c | 669 .ocount = 0, in xfs_ioc_fsbulkstat() 730 if (bulkreq.ocount != NULL && in xfs_ioc_fsbulkstat() 731 copy_to_user(bulkreq.ocount, &breq.ocount, sizeof(__s32))) in xfs_ioc_fsbulkstat() 769 breq->ocount = 0; in xfs_bulk_ireq_setup() 833 hdr->ocount = breq->ocount; in xfs_bulk_ireq_teardown()
|
D | xfs_ioctl32.h | 68 compat_uptr_t ocount; /* output count pointer */ member
|
D | xfs_file.c | 777 size_t ocount = iov_iter_count(from); in xfs_file_write_iter() local 781 if (ocount == 0) in xfs_file_write_iter()
|
/Linux-v6.1/drivers/i2c/busses/ |
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-v6.1/drivers/scsi/pcmcia/ |
D | nsp_cs.c | 724 int ocount, res; in nsp_pio_read() local 727 ocount = data->FifoCount; in nsp_pio_read() 730 SCpnt, scsi_get_resid(SCpnt), ocount, scsi_pointer->ptr, in nsp_pio_read() 744 res = nsp_fifo_count(SCpnt) - ocount; in nsp_pio_read() 787 ocount += res; in nsp_pio_read() 805 data->FifoCount = ocount; in nsp_pio_read() 812 nsp_dbg(NSP_DEBUG_DATA_IO, "read ocount=0x%x", ocount); in nsp_pio_read() 827 int ocount, res; in nsp_pio_write() local 830 ocount = data->FifoCount; in nsp_pio_write() 846 res = ocount - nsp_fifo_count(SCpnt); in nsp_pio_write() [all …]
|
/Linux-v6.1/include/uapi/linux/ |
D | mroute6.h | 114 unsigned long ocount; /* Out packets */ member
|
D | mroute.h | 104 unsigned long ocount; /* Out packets */ member
|
/Linux-v6.1/fs/xfs/libxfs/ |
D | xfs_fs.h | 426 __s32 __user *ocount; /* output count pointer */ member 455 uint32_t ocount; /* O: count of entries filled out */ member
|
/Linux-v6.1/fs/nfs/ |
D | nfs3xdr.c | 1608 u32 eof, count, ocount, recvd; in decode_read3resok() local 1616 ocount = be32_to_cpup(p++); in decode_read3resok() 1617 if (unlikely(ocount != count)) in decode_read3resok() 1628 "count %u != ocount %u\n", count, ocount); in decode_read3resok()
|
/Linux-v6.1/net/ipv6/ |
D | ip6mr.c | 1907 vr.ocount = READ_ONCE(vif->pkt_out); in ip6mr_ioctl() 1953 compat_ulong_t ocount; member 1982 vr.ocount = READ_ONCE(vif->pkt_out); in ip6mr_compat_ioctl()
|
/Linux-v6.1/net/ipv4/ |
D | ipmr.c | 1620 vr.ocount = READ_ONCE(vif->pkt_out); in ipmr_ioctl() 1666 compat_ulong_t ocount; member 1695 vr.ocount = READ_ONCE(vif->pkt_out); in ipmr_compat_ioctl()
|