Searched refs:ocount (Results 1 - 14 of 14) sorted by relevance

/linux-master/fs/xfs/
H A Dxfs_itable.h15 unsigned int ocount; /* number of records returned */ member in struct:xfs_ibulk
37 breq->ocount++;
38 return breq->ocount == breq->icount ? -ECANCELED : 0;
H A Dxfs_ioctl32.c208 .ocount = 0,
253 if (get_user(addr, &p32->ocount))
255 bulkreq.ocount = compat_ptr(addr);
303 if (bulkreq.ocount != NULL &&
304 copy_to_user(bulkreq.ocount, &breq.ocount, sizeof(__s32)))
H A Dxfs_ioctl32.h68 compat_uptr_t ocount; /* output count pointer */ member in struct:compat_xfs_fsop_bulkreq
H A Dxfs_itable.c321 if (breq->ocount > 0)
450 if (breq->ocount > 0)
H A Dxfs_ioctl.c670 .ocount = 0,
731 if (bulkreq.ocount != NULL &&
732 copy_to_user(bulkreq.ocount, &breq.ocount, sizeof(__s32)))
770 breq->ocount = 0;
834 hdr->ocount = breq->ocount;
H A Dxfs_file.c836 size_t ocount = iov_iter_count(from); local
840 if (ocount == 0)
/linux-master/drivers/i2c/busses/
H A Di2c-diolan-u2c.c85 int ocount; /* Number of enqueued messages */ member in struct:i2c_diolan_u2c
102 if (!dev->olen || !dev->ocount)
110 for (i = 0; i < dev->ocount; i++) {
152 dev->ocount = 0;
167 dev->ocount++;
177 dev->ocount++;
188 dev->ocount++;
/linux-master/drivers/scsi/pcmcia/
H A Dnsp_cs.c722 int ocount, res; local
725 ocount = data->FifoCount;
727 nsp_dbg(NSP_DEBUG_DATA_IO, "in SCpnt=0x%p resid=%d ocount=%d ptr=0x%p this_residual=%d buffers=0x%p nbuf=%d",
728 SCpnt, scsi_get_resid(SCpnt), ocount, scsi_pointer->ptr,
742 res = nsp_fifo_count(SCpnt) - ocount;
743 //nsp_dbg(NSP_DEBUG_DATA_IO, "ptr=0x%p this=0x%x ocount=0x%x res=0x%x", scsi_pointer->ptr, scsi_pointer->this_residual, ocount, res);
785 ocount += res;
786 //nsp_dbg(NSP_DEBUG_DATA_IO, "ptr=0x%p this_residual=0x%x ocount=0x%x", scsi_pointer->ptr, scsi_pointer->this_residual, ocount);
825 int ocount, res; local
[all...]
/linux-master/include/uapi/linux/
H A Dmroute.h104 unsigned long ocount; /* Out packets */ member in struct:sioc_vif_req
H A Dmroute6.h114 unsigned long ocount; /* Out packets */ member in struct:sioc_mif_req6
/linux-master/fs/xfs/libxfs/
H A Dxfs_fs.h431 __s32 __user *ocount; /* output count pointer */ member in struct:xfs_fsop_bulkreq
460 uint32_t ocount; /* O: count of entries filled out */ member in struct:xfs_bulk_ireq
/linux-master/fs/nfs/
H A Dnfs3xdr.c1608 u32 eof, count, ocount, recvd; local
1616 ocount = be32_to_cpup(p++);
1617 if (unlikely(ocount != count))
1628 "count %u != ocount %u\n", count, ocount);
/linux-master/net/ipv6/
H A Dip6mr.c1902 vr->ocount = READ_ONCE(vif->pkt_out);
1942 compat_ulong_t ocount; member in struct:compat_sioc_mif_req6
1971 vr.ocount = READ_ONCE(vif->pkt_out);
/linux-master/net/ipv4/
H A Dipmr.c1642 vr->ocount = READ_ONCE(vif->pkt_out);
1682 compat_ulong_t ocount; member in struct:compat_sioc_vif_req
1711 vr.ocount = READ_ONCE(vif->pkt_out);

Completed in 217 milliseconds