Searched refs:ocount (Results 1 – 8 of 8) sorted by relevance
| /linux/fs/xfs/ |
| H A D | xfs_itable.h | 15 unsigned int ocount; /* number of records returned */ member 38 breq->ocount++; in xfs_ibulk_advance() 39 return breq->ocount == breq->icount ? -ECANCELED : 0; in xfs_ibulk_advance()
|
| H A D | xfs_itable.c | 342 if (breq->ocount > 0) in xfs_bulkstat() 467 if (breq->ocount > 0) in xfs_inumbers()
|
| H A D | xfs_ioctl32.h | 68 compat_uptr_t ocount; /* output count pointer */ member
|
| /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/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/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/ipv4/ |
| H A D | ipmr.c | 1702 vr->ocount = READ_ONCE(vif->pkt_out); in ipmr_ioctl() 1742 compat_ulong_t ocount; member 1771 vr.ocount = READ_ONCE(vif->pkt_out); in ipmr_compat_ioctl()
|