Searched refs:ocount (Results 1 – 14 of 14) sorted by relevance
/linux/fs/xfs/ |
A D | xfs_itable.h | 15 unsigned int ocount; /* number of records returned */ member 34 breq->ocount++; in xfs_ibulk_advance() 35 return breq->ocount == breq->icount ? -ECANCELED : 0; in xfs_ibulk_advance()
|
A D | xfs_ioctl32.c | 222 .ocount = 0, in xfs_compat_ioc_fsbulkstat() 267 if (get_user(addr, &p32->ocount)) in xfs_compat_ioc_fsbulkstat() 269 bulkreq.ocount = compat_ptr(addr); in xfs_compat_ioc_fsbulkstat() 317 if (bulkreq.ocount != NULL && in xfs_compat_ioc_fsbulkstat() 318 copy_to_user(bulkreq.ocount, &breq.ocount, sizeof(__s32))) in xfs_compat_ioc_fsbulkstat()
|
A D | xfs_itable.c | 295 if (breq->ocount > 0) in xfs_bulkstat() 424 if (breq->ocount > 0) in xfs_inumbers()
|
A D | xfs_ioctl.c | 749 .ocount = 0, in xfs_ioc_fsbulkstat() 810 if (bulkreq.ocount != NULL && in xfs_ioc_fsbulkstat() 811 copy_to_user(bulkreq.ocount, &breq.ocount, sizeof(__s32))) in xfs_ioc_fsbulkstat() 849 breq->ocount = 0; in xfs_bulk_ireq_setup() 910 hdr->ocount = breq->ocount; in xfs_bulk_ireq_teardown()
|
A D | xfs_ioctl32.h | 68 compat_uptr_t ocount; /* output count pointer */ member
|
A D | xfs_file.c | 810 size_t ocount = iov_iter_count(from); in xfs_file_write_iter() local 814 if (ocount == 0) in xfs_file_write_iter()
|
/linux/drivers/i2c/busses/ |
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/ |
A D | nsp_cs.c | 718 int ocount, res; in nsp_pio_read() local 721 ocount = data->FifoCount; in nsp_pio_read() 737 res = nsp_fifo_count(SCpnt) - ocount; in nsp_pio_read() 779 ocount += res; in nsp_pio_read() 796 data->FifoCount = ocount; in nsp_pio_read() 817 int ocount, res; in nsp_pio_write() local 820 ocount = data->FifoCount; in nsp_pio_write() 842 ocount -= res; in nsp_pio_write() 847 res = ocount - nsp_fifo_count(SCpnt); in nsp_pio_write() 878 ocount += res; in nsp_pio_write() [all …]
|
/linux/include/uapi/linux/ |
A D | mroute6.h | 114 unsigned long ocount; /* Out packets */ member
|
A D | mroute.h | 104 unsigned long ocount; /* Out packets */ member
|
/linux/fs/xfs/libxfs/ |
A D | xfs_fs.h | 439 __s32 __user *ocount; /* output count pointer */ member 468 uint32_t ocount; /* O: count of entries filled out */ member
|
/linux/fs/nfs/ |
A 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/net/ipv6/ |
A D | ip6mr.c | 1878 vr.ocount = vif->pkt_out; in ip6mr_ioctl() 1924 compat_ulong_t ocount; member 1953 vr.ocount = vif->pkt_out; in ip6mr_compat_ioctl()
|
/linux/net/ipv4/ |
A D | ipmr.c | 1609 vr.ocount = vif->pkt_out; in ipmr_ioctl() 1655 compat_ulong_t ocount; member 1684 vr.ocount = vif->pkt_out; in ipmr_compat_ioctl()
|
Completed in 46 milliseconds